Skip to content

Releases: getdevflow/cmf

v2.3.4 Patch Release

13 Jun 14:43
v2.3.4
0c1417a

Choose a tag to compare

  • fixed: page, content, and product filters

Full Changelog: v2.3.2...v2.3.4

v2.3.0

11 Jun 04:18
v2.3.0
a58af19

Choose a tag to compare

  • 💾 website manager / page builder
  • ➕ new pagebuilder.support hook
  • 💾 custom fields support for page builder pages

Full Changelog: v2.2.1...v2.3.0

v2.2.0 Minor Release

01 Jun 14:26
v2.2.0
2ebe01f

Choose a tag to compare

  • 💾 referrer.spam to base middleware
  • 💾 firewall to base middleware
  • 💾 security enhancements

Full Changelog: v2.1.1...v2.2.0

v2.0.0 Major Release

18 May 19:20
v2.0.0
f320b28

Choose a tag to compare

v2.0.0-rc.2 Release Candidate

07 May 23:56
v2.0.0-rc.2
da7b135

Choose a tag to compare

Pre-release

This is the second release candidate.

  • Plugin and theme api with endpoints and caching.

v2.0.0-rc.1 Release Candidate

05 May 16:59
v2.0.0-rc.1
bbc04ac

Choose a tag to compare

Pre-release

This is the first release candidate for Devflow v2. There have been lots of changes, refactoring, and rewrites. Please be aware that Devflow v2 does not have a clean upgrade path from v1. They are completely 2 different applications. The documentation has already been updated for version 2.

The major addition to version 2 is the implementation of page builder. You still have the option of creating themes like usually, but you can also create themes that integrate with the page builder.

All other changes have to do with a quicker install time, major bug fixes, better code flow, scheduling content, global super admin access, queues, the removal of user and site from event sourcing, and some other goodies sprinkled around. The only thing that is event sourced is content and product. With this change, each site will have its own event store table.

For these and more changes, check out the change log below.

Full Changelog: v1.3.0...v2.0.0-rc.1

v1.3.0 Minor Release

14 Feb 18:00
v1.3.0
b78ea1e

Choose a tag to compare

  • 🔧 Fixed misspelling in config/cms.php
  • 💾 Update server is filterable (updater_api_version, updater_base_url, updater_url)
  • ➕ New SeoFactory for 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

Full Changelog: v1.2.0...v1.3.0

v1.2.0

05 Jan 16:38
v1.2.0
5d11f85

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

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

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