From abac96b7a4fc2d116a01bbf6f5bbeda1ffadd454 Mon Sep 17 00:00:00 2001 From: Awilum Date: Sat, 5 May 2018 12:56:55 +0300 Subject: [PATCH] changelog updates --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee8985c1..f51a43b7 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ * Themes structure is changed. From now main folder for all theme templates and partials is `views` inside theme folder. * Templates moved to `/simple/views/templates/` and partials moved to `/simple/views/partials/` * Default template changes from `index.php` to `default.php` +* Plugins templates can be overridden by templates in themes folder. * For pages we will not use `index.md` anymore. From now page file will have a name `page.md` * Config class was removed, from now we will use simple powerful Registry Component to access configurations. * Event, Filter, View class was removed. From now we are using more powerful Flextype Components!