All Notable changes to svycka/sv-settings
will be documented in this file
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
- Added PHP 8 support and migrated to github actions
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
- Nothing
- [BC Break] Will call flush() on Doctrine entityManager without specific entity because it is deprecated.
- Nothing
- Nothing
- Nothing
- Nothing
- Move PHPUnit to dev dependencies
- Nothing
- Nothing
- Added Laminas support
- Added PHP 7.3 and PHP 7.4 support
- Nothing
- Nothing
- [BC Break] Removed Zend Framework support(just renamed to Laminas)
- Removed PHP 5.6, 7.0 and 7.1 support
- Nothing
- Updated dependencies to
zendframework/zend-servicemanager:3.1.1
,zendframework/zend-stdlib:3.1
,doctrine/doctrine-orm-module:1.1
.
- Nothing
- Removed zendframework/zend-mvc#43 workaround in controller because it is fixed since
zendframework/zend-mvc:2.7.2
- Dropped support for
PHP 5.5
,zendframework/zend-servicemanager:2.*
,zendframework/zend-stdlib:2.*
anddoctrine/doctrine-orm-module:0.*
. - [BC Break] Removed deprecated setting type
in_array
alias. Use:inarray
orSvycka\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.
- Nothing
Initial release.