Skip to content

Commit 7c66c2e

Browse files
committed
add version notes in admin help page
1 parent 0eb307a commit 7c66c2e

3 files changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?php
2+
if( ! defined('IN_MANAGER_MODE') || IN_MANAGER_MODE !== true) {
3+
die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly.");
4+
}
5+
?>
6+
<p></p>
7+
<ul>
8+
<li>[S] refactor ajax.php, close SQL injection (64j)</li>
9+
<li>[F] fix ditto error on 61 str. in ditto.class.inc.php (Dmi3yy)</li>
10+
</ul>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
if( ! defined('IN_MANAGER_MODE') || IN_MANAGER_MODE !== true) {
3+
die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly.");
4+
}
5+
?>
6+
<p></p>
7+
<ul>
8+
<li><a href="https://github.com/evolution-cms/evolution/releases/tag/1.4.0" target="_blank">Full pressrelease 1.4.0</a></li>
9+
</ul>
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?php
2+
if( ! defined('IN_MANAGER_MODE') || IN_MANAGER_MODE !== true) {
3+
die("<b>INCLUDE_ORDERING_ERROR</b><br /><br />Please use the EVO Content Manager instead of accessing this file directly.");
4+
}
5+
?>
6+
<p></p>
7+
<ul>
8+
<li>fix minor issues</li>
9+
</ul>

0 commit comments

Comments
 (0)