Skip to content

Releases: lcharette/UF_ConfigManager

4.1.0

02 Apr 01:14
c629163
Compare
Choose a tag to compare

What's changed

  • Update PHP & JS dependencies, requires UserFrosting 5.1

Full Changelog: 4.0.2...4.1.0

4.0.2

31 Mar 14:52
0a58d94
Compare
Choose a tag to compare

What's Changed

  • Fix dependencies

Full Changelog: 4.0.1...4.0.2

4.0.1

22 Mar 19:26
83ee22f
Compare
Choose a tag to compare

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

28 Nov 03:23
39306e9
Compare
Choose a tag to compare

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

14 May 01:38
ce95ce5
Compare
Choose a tag to compare
  • 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.

2.1.0

25 Jan 03:21
c989005
Compare
Choose a tag to compare
  • Support for UserFrosting 4.2 / FormGenerator 3.0.0

2.0.4

15 Feb 01:09
Compare
Choose a tag to compare
2.0.4

2.0.3

13 Feb 01:14
Compare
Choose a tag to compare
Fix issue with FormGenerator