Skip to content

Commit

Permalink
1.4.0.RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmi3yy committed Jan 11, 2018
1 parent 702eaeb commit d327ad0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions manager/includes/version.inc.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
$modx_version = '1.4.0.RC2'; // Current version number
$modx_release_date = 'Nov 17, 2017'; // Date of release
$modx_version = '1.4.0.RC3'; // Current version number
$modx_release_date = 'Jan 18, 2018'; // Date of release
$modx_branch = 'Evolution'; // Codebase name
$modx_full_appname = "{$modx_branch} {$modx_version} ({$modx_release_date})";
2 changes: 1 addition & 1 deletion manager/media/style/common/login.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
</form>
</div>
<p class="loginLicense"></p>
<div class="gpl">&copy; 2005-2017 by the <a href="http://evo.im/" target="_blank">EVO</a>. <strong>EVO</strong>&trade; is licensed under the GPL.</div>
<div class="gpl">&copy; 2005-2018 by the <a href="http://evo.im/" target="_blank">EVO</a>. <strong>EVO</strong>&trade; is licensed under the GPL.</div>
</body>
<script type="text/javascript">
/* <![CDATA[ */
Expand Down
2 changes: 1 addition & 1 deletion manager/media/style/common/manager.lockout.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

<!-- convert this to a language include -->
<p class="loginLicense">
<strong>MODX</strong>&trade; is licensed under the GPL license. &copy; 2005-2017 <a href="http://modx.com/" target="_blank">MODX</a>.
<strong>MODX</strong>&trade; is licensed under the GPL license. &copy; 2005-2018 <a href="http://modx.com/" target="_blank">MODX</a>.
</p>

</body>
Expand Down
2 changes: 1 addition & 1 deletion manager/media/style/default/login.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
</div>
<div class="copyrights">
<p class="loginLicense"></p>
<div class="gpl">&copy; 2005-2017 by the <a href="http://evo.im/" target="_blank">EVO</a>. <strong>EVO</strong>&trade; is licensed under the GPL.</div>
<div class="gpl">&copy; 2005-2018 by the <a href="http://evo.im/" target="_blank">EVO</a>. <strong>EVO</strong>&trade; is licensed under the GPL.</div>
</div>
</div>
<div id="mainloader"></div>
Expand Down
2 changes: 1 addition & 1 deletion manager/media/style/default/manager.lockout.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@
<!-- close #mx_loginbox -->

<!-- convert this to a language include -->
<p class="loginLicense"><strong>MODX</strong>&trade; is licensed under the GPL license. &copy; 2005-2017 <a href="http://modx.com/" target="_blank">MODX</a>. </p>
<p class="loginLicense"><strong>EVO</strong>&trade; is licensed under the GPL license. &copy; 2005-2018 <a href="http://evo.im/" target="_blank">EVO</a>. </p>
</body>
</html>

0 comments on commit d327ad0

Please sign in to comment.