Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 739 Bytes

CHANGELOG.md

File metadata and controls

20 lines (17 loc) · 739 Bytes

1.2.0 (2024-01-05)

  • 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

1.1.1 (2024-12-19)

  • fix: bug in ContentMetaWasChanged
  • enhancement: added alternative location for custom views, under Cms namespace
  • fix: added missing temp folder for upgrades

1.1.0 (2024-12-16)

  • Added ability to install plugins via composer
  • Added upgrade procedure via the terminal
  • cms:update:check command to check for new updates
  • cms: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