Flextype v0.9.5 Release Notes

Release Date: 2019-09-21 // over 4 years ago
  • ๐Ÿ› Bug Fixes

    • core: issue with cache in the Entries API - fetchAll method #234 2779777
    • core: issue with emitter twig function #234 426a073
    • core: issue with empty entries folder Entries API - fetchAll method #234 cf61f2d
    • core: issue with Cache ID for Themes list #234 594f4a3
    • ๐Ÿ”Œ admin-plugin: issue with active button styles on Themes Manager page #234 434f336
    • ๐Ÿ”Œ admin-plugin: issue with emitter twig function #234 806b18e
    • ๐Ÿ”Œ admin-plugin: Russian translations #233
    • ๐Ÿ”Œ site-plugin: notice for undefined $query['format'] #234 8bde8eb

    ๐Ÿ”จ Code Refactoring

    • core: remove $response from Forms render method #234
    • core: add property forms to Flextype\EntriesController #234

    ๐Ÿ’ฅ BREAKING CHANGES

    ๐Ÿ”„ Changed emitter execution in the templates

    FROM

    {{ emitter.emit('EVENT_NAME') }}
    

    TO

    {% do emitter.emit('EVENT_NAME') %}
    

    โšก๏ธ Update from Flextype 0.9.4 to Flextype 0.9.5

    • Backup your Site First!
    • Download flextype-0.9.5.zip
    • ๐Ÿ’ป Unzip the contents to a new folder on your local computer.
    • 0๏ธโƒฃ Upload /flextype/, /vendor/, /site/plugins/admin/, /site/plugins/site/, /site/themes/default/ with an FTP client to your host.
    • Clear cache