diff --git a/assets/docs/changelog.txt b/assets/docs/changelog.txt
index dfbe3601b2..92f019f78f 100644
--- a/assets/docs/changelog.txt
+++ b/assets/docs/changelog.txt
@@ -1,6 +1,37 @@
This file shows the changes in recent releases of Evolution CMS. The most current release is usually the
development release, and is only shown to give an idea of what's currently in the pipeline.
+Evolution CMS 1.3.5 (Sep 01, 2017)
+* [GitHub:#be94d6de] - fix php notice in Ditto (dmi3yy)
+* [GitHub:#16fe3481] - ElementsInTree clean up (Piotr Matysiak)
+* [GitHub:#f171c523] - ElementsInTree restyled for new theme (Piotr Matysiak)
+* [GitHub:#6726580c] - ElementsInTree 1.5.8 (Piotr Matysiak)
+* [GitHub:#4b6c3946] - Fix - <@IF><@ELSEIF><@ELSE><@ENDIF> (yamamoto)
+* [GitHub:#43fc85b3] - Code cleanup (yamamoto)
+* [GitHub:#3a941181] - #188 Ditto in dashboard widget permission issue (yamamoto)
+* [GitHub:#a7c1eb8e] - Fix - $ditto_base directory separator char (yamamoto)
+* [GitHub:#bd785cf9] - Fix - $modx->parseDocumentSource() (yamamoto)
+* [GitHub:#623be60e] - Code cleanup (yamamoto)
+* [GitHub:#2c0ad143] - fix Ditto TV output (dmi3yy)
+* [GitHub:#003c0be9] - Update document.parser.class.inc.php (Dreamer0x01)
+* [GitHub:#6cc75b5e] - Fix Ditto when dateSource emply use createdon #190 (dmi3yy)
+* [GitHub:#cd35be24] - fix tinymce params underfined bug on frontend (dmi3yy)
+* [GitHub:#c0702676] - fix 65 Plugin parameters are lost after update to the new version (dmi3yy)
+* [GitHub:#12c5c36f] - delete deprecated code (dmi3yy)
+* [GitHub:#ac4c1d37] - Refactor (yamamoto)
+* [GitHub:#82c8a6d8] - Remove - $ditto->renderQELinks() (yamamoto)
+* [GitHub:#19cfd326] - #188 Ditto in dashboard widget permission issue (yamamoto)
+* [GitHub:#1bac7219] - #190 Ditto does not recognize &dateSource parameter any more (yamamoto)
+* [GitHub:#d3760b2f] - no need update.php in extras module (dmi3yy)
+* [GitHub:#b8b75b24] - fix #192 (64j)
+* [GitHub:#83535377] - fix variable documentDirty (64j)
+* [GitHub:#3b70064c] - Update to Make sortable list more condensed (Piotr Matysiak)
+* [GitHub:#ffe64306] - Make sortable list more condensed (Piotr Matysiak)
+* [GitHub:#2c2fe39b] - #187 Ditto is missing placeholders when built-in filters are enabled (yamamoto)
+* [GitHub:#7374ccf6] - fix eng translate (dmi3yy)
+* [GitHub:#4903a8bd] - fix saved roles users #130 (Serg)
+
+
Evolution CMS 1.3.4 (Aug 24, 2017)
* [GitHub:#30e0efc9] - fix version (dmi3yy)
* [GitHub:#d03412a7] - Updater one more check for use from manager only (dmi3yy)
diff --git a/assets/snippets/DocLister/core/controller/site_content.php b/assets/snippets/DocLister/core/controller/site_content.php
index 1e76d834a5..48f4db9f88 100644
--- a/assets/snippets/DocLister/core/controller/site_content.php
+++ b/assets/snippets/DocLister/core/controller/site_content.php
@@ -96,8 +96,6 @@ public function _render($tpl = '')
$tpl = $this->getCFGDef('tpl', '@CODE:[+pagetitle+]
');
}
if ($tpl != '') {
- $date = $this->getCFGDef('dateSource', 'pub_date');
-
$this->toPlaceholders(count($this->_docs), 1, "display"); // [+display+] - сколько показано на странице.
$i = 1;
@@ -143,7 +141,7 @@ public function _render($tpl = '')
$item['url'] = $this->modx->makeUrl($item['id'], '', '', $this->getCFGDef('urlScheme', ''));
}
}
-
+ $date = $this->getCFGDef('dateSource', 'pub_date');
if (isset($item[$date])) {
if (!$item[$date] && $date == 'pub_date' && isset($item['createdon'])) {
$date = 'createdon';
diff --git a/install/assets/snippets/DLcrumbs.tpl b/install/assets/snippets/DLcrumbs.tpl
index 1b817ba189..5ab3642a30 100644
--- a/install/assets/snippets/DLcrumbs.tpl
+++ b/install/assets/snippets/DLcrumbs.tpl
@@ -1,8 +1,8 @@
//INCLUDE_ORDERING_ERROR
Please use the MODX Content Manager instead of accessing this file directly.");
+?>
+