Skip to content

Commit fc7cf3a

Browse files
committed
1.3.6
1 parent b32c345 commit fc7cf3a

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

assets/docs/changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
This file shows the changes in recent releases of Evolution CMS. The most current release is usually the
22
development release, and is only shown to give an idea of what's currently in the pipeline.
33

4+
Evolution CMS 1.3.6 (Sep 04, 2017)
5+
* [GitHub:#b32c345] - [S] refactor ajax.php (64j)
6+
* [GitHub:#b0d0b17] - [F] fix ditto error on 61 str. in ditto.class.inc.php (Dmi3yy)
7+
8+
49
Evolution CMS 1.3.5 (Sep 01, 2017)
510
* [GitHub:#be94d6de] - fix php notice in Ditto (dmi3yy)
611
* [GitHub:#16fe3481] - ElementsInTree clean up (Piotr Matysiak)
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
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.");
3+
?>
4+
<p></p>
5+
<ul>
6+
<li>[S] refactor ajax.php, close SQL injection (64j)</li>
7+
<li>fix ditto error on 61 str. in ditto.class.inc.php (Dmi3yy)</li>
8+
</ul>
9+

0 commit comments

Comments
 (0)