Release 1.30.0 — Extension System Re-Architecture (framework 1.47.0)
Release 1.30.0 — Extension System Re-Architecture
Tracks framework 1.47.0 (Hadar).
Changed
- Bump
glueful/frameworkto^1.47.0. - Migrate
config/extensions.phpandconfig/serviceproviders.phpto the single
enabledmodel (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'sdocs/EXTENSIONS_UPGRADE.md. - Run
composer update glueful/framework(pulls the newcomposer/semverdep), and
php glueful extensions:cachein production.