Skip to content

Release 1.30.0 — Extension System Re-Architecture (framework 1.47.0)

Choose a tag to compare

@MichaelSowah MichaelSowah released this 30 May 08:04
· 38 commits to main since this release
5deea37

Release 1.30.0 — Extension System Re-Architecture

Tracks framework 1.47.0 (Hadar).

Changed

  • Bump glueful/framework to ^1.47.0.
  • Migrate config/extensions.php and config/serviceproviders.php to the single
    enabled model (plain string FQCNs; no ::class / only / dev_only / disabled
    / local_path / scan_composer). Ships with no extensions enabled by default.

Upgrade Notes

  • Breaking config change. If you customized those config files, convert them per the
    framework's docs/EXTENSIONS_UPGRADE.md.
  • Run composer update glueful/framework (pulls the new composer/semver dep), and
    php glueful extensions:cache in production.