-
Notifications
You must be signed in to change notification settings - Fork 33
Change Log
Release Date: 12/14/2016
Fixed dynamic URL paths in config so that config/config.php and config/admin.php can now be published for local changes.
Release Date: 12/12/2016
Fixed database index issue for MySQL 5.6
Release Date: 9/12/2016
Updated codebase to support Laravel 5.3 Added CmsCanvas version to config as well as display in footer of admin panel. Removed user avatar filepath from database and now only store image extension. Added ability to specify the output content type header for content types via media types. Added Twig functions theme_meta_title(), theme_meta_description(), theme_meta_keywords() Removed dependency on forked branch of TwigBridge. Moved admin routes to routes folder. Now display user avatars next to revision author. Now display content revision notice at the top of the entry edit page when a revision is loaded.
Release Date: 7/18/2016
A metadata title for entries and content types is now auto-generated if one is not provided Added missing pagination functions nextPageUrl, previousPageUrl, hasMorePages, and url to entries function Added support for nested JSON object in where argument of the entries function
Release Date: 7/14/2016
Fixed protected locale property in FieldType class that prevented editing entries with multiple languages
Release Date: 7/4/2016
Fixed issue with last login not being populated when user logs in. Upgraded codemirror from 4.1 to 5.16 Changed tab name on content type edit page from HTML to Markup Changed codemirror editor theme on content type edit page
Release Date: 6/7/2016
CMS Canvas 2.0 was completely rewritten using the Laravel framework A lot of the core functionality from 1.x was ported to 2.0 Theme templating and content types now use the TWIG template engine Multilingual support was completely refactored and simplified Users/groups have been replaced by a new user, role, and permission system Entries, content types, navigations, and database architecture completely refactored and added several new enhancements