Releases: getdevflow/cmf
v2.3.4 Patch Release
- fixed: page, content, and product filters
Full Changelog: v2.3.2...v2.3.4
v2.3.0
- 💾 website manager / page builder
- ➕ new
pagebuilder.supporthook - 💾 custom fields support for page builder pages
Full Changelog: v2.2.1...v2.3.0
v2.2.0 Minor Release
- 💾 referrer.spam to base middleware
- 💾 firewall to base middleware
- 💾 security enhancements
Full Changelog: v2.1.1...v2.2.0
v2.0.0 Major Release
Full Changelog: v1.3.0...v2.0.0
v2.0.0-rc.2 Release Candidate
This is the second release candidate.
- Plugin and theme api with endpoints and caching.
v2.0.0-rc.1 Release Candidate
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
- 🔧 Fixed misspelling in
config/cms.php - 💾 Update server is filterable (
updater_api_version,updater_base_url,updater_url) - ➕ New
SeoFactoryfor 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
- Removed unused imports in
dbhelper - 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:checkcommand to check for new updates - Feature:
cms:updatecommand to update your system to the latest release - Feature: When an update is available, a message will appear in the backend
- Feature:
update_messagefilter hook added
Full Changelog: v1.0.0...v1.1.0