Releases: getdevflow/cmf
Releases · getdevflow/cmf
v1.2.0
- Removed unused imports in
db
helper - Core is now a composer component/submodule
- Fixed issue with loading all the .mo files for translation
- Added theme features
- Added extension contract
- Deprecated:
App\Shared\Helpers\get_private_site_url(string $path = ''): string;
- Deprecated:
App\Shared\Helpers\get_private_site_upload_url(string $path = ''): string;
Full Changelog: v1.1.1...v1.2.0
v1.1.1
- fix: bug in
ContentMetaWasChanged
- enhancement: added alternative location for custom views, under Cms namespace
- fix: added missing temp folder for upgrades
Full Changelog: v1.1.0...v1.1.1
v1.1.0
- Feature: Added ability to install plugins via composer
- Feature: Added upgrade procedure via the terminal
- Feature:
cms:update:check
command to check for new updates - Feature:
cms:update
command to update your system to the latest release - Feature: When an update is available, a message will appear in the backend
- Feature:
update_message
filter hook added
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Official stable release of Devflow 1.0.0
Full Changelog: v1.0.0-rc.7...v1.0.0
v1.0.0-rc.7
fix: Catch exceptions and log them
fix: Error with getAggregateHistoryFor
method commit
fix: Database log check commit
fix: User switching commit
Enhancement: Added docblocks to models
Enhancement: Set defaults for security headers commit
Enhancement: Load locale for translation (experimental) commit
Full Changelog: v1.0.0-rc.6...v1.0.0-rc.7
v1.0.0-rc.6
- One event store instead of one per site
- Added site identifier to event store
Full Changelog: v1.0.0-rc.2...v1.0.0-rc.6
v1.0.0-rc.2
1.0.0-rc.1
First release candidate of Devflow.