All Versions
39
Latest Version
Avg Release Cycle
57 days
Latest Release
332 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v0.4.4 Changes
May 29, 2018- Content: Addeded ability to work with CONTENT SECTIONS with help of shortcodes [section] and [section_create]
- Content: getPage() method will only return data about requested page and will not insert them in global $page array.
- ๐ Content: events: onPageContentAfter and onPageContentRawAfter was removed from getPage(), use event onCurrentPageBeforeDisplayed instead.
- Site Config: new items Addeded: robots and description
- ๐ฑ Theme Simple: Using Assets Component for css and js
- Theme Simple: New head meta Addeded: description, keywords, robots, generator
- Theme Simple: Meta charset getting from registry site.charset
- ๐ Theme Simple: Fixed issue with broken paths for JS
- โก๏ธ Theme Simple: gulpfile: build process updated
- ๐ฆ Theme Simple: package.json: Addeded gulp-concat and gulp-sourcemaps
-
v0.4.3 Changes
May 28, 2018- Content: set text/html request headers for displayCurrentPage() method
- Content: processCurrentPage() method Addeded
- Content: event names changed: onPageBeforeRender to onCurrentPageBeforeProcessed
- Content: event names changed: onPageAfterRender to onCurrentPageAfterProcessed
- ๐ robots.txt file was removed, use Robots plugin instead
- ๐จ Code cleanup and refactoring #5
-
v0.4.2 Changes
May 22, 2018- Settings: cache.enabled is true from now
- Content: new methods Addeded: initShortcodes() initMarkdown() markdown()
- Events: new events Addeded: onMarkdownInitialized and onShortcodesInitialized
-
v0.4.1 Changes
May 20, 2018- ๐ Fixing issues with cache for getPages() method.
- ๐ Fixing issues with processPage() method.
- ๐ Fixing issues with all public methods in Cache class, from now all methods are static.
- ๐ Setting site.pages.flush_cache was removed from site.yaml file.
-
v0.4.0 Changes
May 16, 2018- Using SCSS for Simple theme
- Using Flextype Form Component
- ๐ Themes: class bug fixes
- ๐ Plugins: access for $locales changed to private
- ๐ Plugins: cache bug fixes
- ๐ New powerful Content class Addeded for working with content instead of Pages, Shortcode, Markdown
- Content: new page field:
published
Addeded - Content: method for page blocks Addeded
- Content: cache Addeded for pages and blocks
- ๐ define CONSTANTS in PHP7 style
- Themes: changing from template() to view()
-
v0.3.0 Changes
May 05, 2018- Using Flextype Components instead of Symphony Components
- ๐ฑ Available Flextype Components for developers: Arr, Assets, Cookie, Date, Debug, ErrorHandler, Event, Filesystem, Html, Http, I18n, Notification, Number, Registry, Session, Text, Token, View.
- Using
.yaml
files instead of.yml
- 0๏ธโฃ Default theme from now is
simple
- 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/
- 0๏ธโฃ Default template changes from
index.php
todefault.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 namepage.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!
- ๐ Fixed issue with getPages() method.
- โก๏ธ Twitter Bootstrap updated to 4.1.0 for default theme.
- ๐ ErrorHandler Addeded with errors logs.
- ๐จ Code cleanup and refactoring #5
-
v0.2.1 Changes
March 26, 2018- date_format setting Addeded to /site/config.site.yml
- ๐ Pages: Fixed bug with pages sort and slice in getPages() method
- ๐ Pages: Fixed bug with pages list for /pages folder
- ๐ Pages: Fixes for generating page url field
- Pages: Added ability to create date field automatically for pages if date field is not exists.
- ๐จ Code cleanup and refactoring #5
-
v0.2.0 Changes
March 23, 2018- Thunderer Shortcode Framework - Addeded
- Cache Flextype::VERSION for cache key - Addeded
- ๐ flextype/boot/shortcodes.php - removed
- ๐ flextype/boot/events.php - removed
- ๐จ Code cleanup and refactoring #5
-
v0.1.0 Changes
March 21, 2018- ๐ Initial Release