- Removed unused imports in
db
helper - Core is now a composer component
- Fixed issue with loading all the .mo files for translation
- Added theme features
- Added extension contract
- fix: bug in
ContentMetaWasChanged
- enhancement: added alternative location for custom views, under
Cms
namespace - fix: added missing
temp
folder for upgrades
- Added ability to install plugins via composer
- Added upgrade procedure via the terminal
cms:update:check
command to check for new updatescms:update
command to update your system to the latest release- When an update is available, a message will appear in the backend
update_message
filter hook added