- 🔧 Fixed misspelling in
config/cms.php - 💾 Update server is filterable (
updater_api_version,updater_base_url,updater_url) - ➕ New
SeoFactoryfor Search Engine Optimization (SEO) - 🔧 Fixed domain mapping update/removal
- 🔧 Fixed content and product form filters for custom fields
- ➕ New theme loop and helper functions
- ➕ New version 2 REST API with bearer authorization
- 🔧 Fixed admin dashboard mobile access
- ➖ Removed unused imports in
dbhelper - 💾 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
Cmsnamespace - 🔧 fix: added missing
tempfolder for upgrades
- 💾 Added ability to install plugins via composer
- 💾 Added upgrade procedure via the terminal
- ➕
cms:update:checkcommand to check for new updates - ➕
cms:updatecommand to update your system to the latest release - 💾 When an update is available, a message will appear in the backend
- ➕
update_messagefilter hook added