Releases: lcharette/UF_ConfigManager
Releases · lcharette/UF_ConfigManager
4.1.0
4.0.2
4.0.1
What's Changed
- Bump follow-redirects from 1.15.3 to 1.15.4 by @dependabot in #9
- Bump follow-redirects from 1.15.4 to 1.15.6 by @dependabot in #11
- Publish npm package & update README (#12)
Full Changelog: 4.0.0...4.0.1
4.0.0
What's Changed
- Update for UserFrosting 5
- Default schema is not included anymore. You can copy it from
public/schema/config/
. - Demo is available to test from
public/
Full Changelog: 3.0.0...4.0.0
3.0.0
- Bump minimum PHP version to 7.1.
- Support for FormGenerator 4.0
Config
model renamed toSetting
to better reflect the table name.ConfigManager
constructor now accept only the required services instead of the whole CI.- Remove
ConfigManaher::set_atomic
method. ConfigManagerController::update
now throws an error if$_POST
or$args
is missing, or if schema is not found.- Updated migration definitions for newer version of UserFrosting.
- Stricter PHP7 type throughout.
- Added automated testing.
- Added PHP-CS-Fixer, Travis, PHPStan, StyleCI configuration.