Skip to content

Releases: getdevflow/cmf

v1.2.0

05 Jan 16:38
v1.2.0
5d11f85
Compare
Choose a tag to compare
  • 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

19 Dec 20:03
v1.1.1
61f90b9
Compare
Choose a tag to compare
  • 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

17 Dec 07:52
v1.1.0
78a4f56
Compare
Choose a tag to compare
  • 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

11 Dec 05:29
v1.0.0
d0e2046
Compare
Choose a tag to compare

Official stable release of Devflow 1.0.0

Full Changelog: v1.0.0-rc.7...v1.0.0

v1.0.0-rc.7

08 Dec 21:11
v1.0.0-rc.7
948814c
Compare
Choose a tag to compare
v1.0.0-rc.7 Pre-release
Pre-release

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

08 Dec 18:19
v1.0.0-rc.6
6e10da9
Compare
Choose a tag to compare
v1.0.0-rc.6 Pre-release
Pre-release
  • 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

27 Nov 03:00
v1.0.0-rc.2
d80ae68
Compare
Choose a tag to compare
v1.0.0-rc.2 Pre-release
Pre-release

fix: Email template including file name in email instead of parsed data (#4)
fix: General Options 500 Error After Update (#1)
Enhancement: Username Changer (#3)

1.0.0-rc.1

24 Nov 22:05
v1.0.0-rc.1
0c56af3
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

First release candidate of Devflow.