forked from modxcms/evolution
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
54 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?php | ||
if(IN_MANAGER_MODE!="true") die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the MODX Content Manager instead of accessing this file directly."); | ||
?> | ||
<p></p> | ||
<ul> | ||
<li>ElementsInTree restyled for new theme, version 1.5.8 (Piotr Matysiak)</li> | ||
<li>Fix - <@IF><@ELSEIF><@ELSE><@ENDIF> (yamamoto)</li> | ||
<li>Fix Bugs in Ditto with date and placeholders from version 1.3.4 (yamamoto, Dmi3yy)</li> | ||
<li>Fix tinymce params underfined bug on frontend (dmi3yy)</li> | ||
<li>Fix 65 Plugin parameters are lost after update to the new version (dmi3yy)</li> | ||
<li>no need update.php in extras module (dmi3yy)</li> | ||
<li>Fix variable documentDirty (64j)</li> | ||
<li>Make sortable list more condensed (Piotr Matysiak)</li> | ||
<li>#187 Ditto is missing placeholders when built-in filters are enabled (yamamoto)</li> | ||
<li>Fix saved roles users #130 (64j)</li> | ||
<li>Fix #192 evo.checkConnectionToServer function (64j)</li> | ||
</ul> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
$modx_version = '1.3.4'; // Current version number | ||
$modx_release_date = 'Aug 24, 2017'; // Date of release | ||
$modx_version = '1.3.5'; // Current version number | ||
$modx_release_date = 'Sep 01, 2017'; // Date of release | ||
$modx_branch = 'Evolution'; // Codebase name | ||
$modx_full_appname = "{$modx_branch} {$modx_version} ({$modx_release_date})"; |