Flextype v0.3.0 Release Notes

Release Date: 2018-05-05 // almost 6 years ago
    • 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 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!
    • ๐Ÿ›  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