Skip to content

Releases: getdevflow/cmf

v1.2.0

Choose a tag to compare

@nomadicjosh nomadicjosh released this 05 Jan 16:38
v1.2.0
5d11f85
  • 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

Choose a tag to compare

@nomadicjosh nomadicjosh released this 19 Dec 20:03
v1.1.1
61f90b9
  • 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

Choose a tag to compare

@nomadicjosh nomadicjosh released this 17 Dec 07:52
v1.1.0
78a4f56
  • 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

Choose a tag to compare

@nomadicjosh nomadicjosh released this 11 Dec 05:29
v1.0.0
d0e2046

Official stable release of Devflow 1.0.0

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

v1.0.0-rc.7

v1.0.0-rc.7 Pre-release
Pre-release

Choose a tag to compare

@nomadicjosh nomadicjosh released this 08 Dec 21:11
v1.0.0-rc.7
948814c

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

v1.0.0-rc.6 Pre-release
Pre-release

Choose a tag to compare

@nomadicjosh nomadicjosh released this 08 Dec 18:19
v1.0.0-rc.6
6e10da9
  • 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

v1.0.0-rc.2 Pre-release
Pre-release

Choose a tag to compare

@nomadicjosh nomadicjosh released this 27 Nov 03:00
v1.0.0-rc.2
d80ae68

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

1.0.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@nomadicjosh nomadicjosh released this 24 Nov 22:05
v1.0.0-rc.1
0c56af3

First release candidate of Devflow.