Skip to content

3.0.0

Compare
Choose a tag to compare
@lcharette lcharette released this 14 May 01:38
ce95ce5
  • Bump minimum PHP version to 7.1.
  • Support for FormGenerator 4.0
  • Config model renamed to Setting 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.