Skip to content

Releases: getdevflow/cmf

v2.4.1 Patch Release

Choose a tag to compare

@nomadicjosh nomadicjosh released this 27 Jun 05:27
v2.4.1
090015d
  • fixed: permission hardening (090015d)

Full Changelog: v2.4.0...v2.4.1

v2.4.0 Minor Release

Choose a tag to compare

@nomadicjosh nomadicjosh released this 27 Jun 05:26
v2.4.0
d645897
  • featured: editorial workflow with new roles, permissions, updated views and migrations (d645897)

Full Changelog: v2.3.4...v2.4.0

v2.3.4 Patch Release

Choose a tag to compare

@nomadicjosh nomadicjosh released this 13 Jun 14:43
v2.3.4
0c1417a
  • fixed: page, content, and product filters

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

v2.3.0

Choose a tag to compare

@nomadicjosh nomadicjosh released this 11 Jun 04:18
v2.3.0
a58af19
  • 💾 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

Choose a tag to compare

@nomadicjosh nomadicjosh released this 01 Jun 14:26
v2.2.0
2ebe01f
  • 💾 referrer.spam to base middleware
  • 💾 firewall to base middleware
  • 💾 security enhancements

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

v2.0.0 Major Release

Choose a tag to compare

@nomadicjosh nomadicjosh released this 18 May 19:20
v2.0.0
f320b28

Full Changelog: v1.3.0...v2.0.0

v2.0.0-rc.2 Release Candidate

Pre-release

Choose a tag to compare

@nomadicjosh nomadicjosh released this 07 May 23:56
v2.0.0-rc.2
da7b135

This is the second release candidate.

  • Plugin and theme api with endpoints and caching.

v2.0.0-rc.1 Release Candidate

Pre-release

Choose a tag to compare

@nomadicjosh nomadicjosh released this 05 May 16:59
v2.0.0-rc.1
bbc04ac

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

Choose a tag to compare

@nomadicjosh nomadicjosh released this 14 Feb 18:00
v1.3.0
b78ea1e
  • 🔧 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

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