All notable changes to statamic-forma
will be documented in this file.
- Update Proteus version @edalzell (#24)
- Support Statamic 5, require Proteus v3.0, drop Laravel 9 @edalzell (#23)
- Laravel 11.x Compatibility @laravel-shift (#19)
- Specify tabs & sections instead of just fields
- Title of config page is now translatable
- Passes the add-on to the ConfigSaved event so you know what add-on was saved
- Allows the nav icon & section to be specified
- Makes permissions specific to the add-on not forma generally
- Update README.md @vmitchell85 (#15)
- Support older versions of PHP @edalzell (#17)
- Add back Laravel 9 support @edalzell (#13)
- Support Statamic v4 @edalzell (#12)
- Remove support for Statamic v3, Laravel v7, 8, 9, and PHP < 8.2
- Proteus 2.0 @edalzell (#11)
- Preserve config keys @edalzell (#9)
- Cleanup @edalzell (#10)
- add
ConfigSaved
event
- don’t overwrite .env vars
- support Laravel 9
- official release
- add permission
- Allow addons to pre/post process the config
- Refactor to simplify
- Support multiple addons
- Initial release