Flextype v0.4.4 Release Notes

Release Date: 2018-05-29 // almost 6 years ago
    • 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