Releases: contentful/contentful-management.php
Releases · contentful/contentful-management.php
4.1.2
4.1.1
4.1.0
4.0.0
Added
- Support for Symfony Version 6
- Breaking change The range validator now uses floats instead of integers to be in line with the API. See #165 for details. Thanks @emsyzz !
Removed
- Breaking change Support for PHP 7.2 and 7.3 was dropped, since they are now end-of-life. You can continue to use version 3.2.0 or install it with
--ignore-platform-reqs
, but compatibility will no longer be checked explicitely. Version 3 will still be maintained in case of security issues for the forseeable future.
Internal
- Minor fixes to CI
3.1.4
Added
- Upgraded code to allow passing the latest PHPCS validation
3.1.3
Added
- Prohibit regexp validations
3.1.2
Added
- documentation on how to add existing assets
- add documentation step in the internal build process
- new PHP CS validations
3.1.1
Changed
- Replace Travis build badge with CircleCI
3.1.0
Added
- stubs for new validators
- allow genertaing richtext fields
3.0.1
Changed
Upgraded symfony/console component