Skip to content

Releases: svycka/sv-settings

4.1.0

02 Jul 05:51
Compare
Choose a tag to compare

4.1.0

Added

  • Added PHP 8 support and migrated to github actions

4.0.0

18 Sep 13:38
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • [BC Break] Will call flush() on Doctrine entityManager without specific entity because it is deprecated.

Removed

  • Nothing

Security

  • Nothing

3.0.1

18 Sep 13:39
Compare
Choose a tag to compare

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Move PHPUnit to dev dependencies

Removed

  • Nothing

Security

  • Nothing

3.0.0

10 Jan 09:53
Compare
Choose a tag to compare

Added

  • Added Laminas support
  • Added PHP 7.3 and PHP 7.4 support

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • [BC Break] Removed Zend Framework support(just renamed to Laminas)
  • Removed PHP 5.6, 7.0 and 7.1 support

Security

  • Nothing

2.0.0

10 Jan 09:53
Compare
Choose a tag to compare

Added

  • Updated dependencies to zendframework/zend-servicemanager:3.1.1, zendframework/zend-stdlib:3.1, doctrine/doctrine-orm-module:1.1.

Deprecated

  • Nothing

Fixed

Removed

  • Dropped support for PHP 5.5, zendframework/zend-servicemanager:2.*, zendframework/zend-stdlib:2.* and doctrine/doctrine-orm-module:0.*.
  • [BC Break] Removed deprecated setting type in_array alias. Use: inarray or Svycka\Settings\Type\InArrayType::class.
  • [BC Break] Removed ZfcUser support because it does not yet support zendframework/zend-servicemanager:3.1.1 and also is pretty easy to create this provider.

Security

  • Nothing

1.0.0

10 Jan 09:54
Compare
Choose a tag to compare

Initial release.