Skip to content

Releases: contentful/contentful-management.php

4.1.2

30 May 11:20
Compare
Choose a tag to compare
  • Readded support for Symfony 4

4.1.1

26 Feb 01:39
1edf5ab
Compare
Choose a tag to compare
  • Bumped depency versions
  • Fixed code generation
  • Minor CI and code smell cleanup

4.1.0

24 Apr 17:43
Compare
Choose a tag to compare
  • Added support for contentful/core v4.
  • Fixed documentation for Upload::asAssetFile()
  • Fixed code generation
  • Minor CI and code smell cleanup

4.0.0

21 Jan 16:38
7573426
Compare
Choose a tag to compare

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

29 Jul 14:19
3.1.4
Compare
Choose a tag to compare

Added

  • Upgraded code to allow passing the latest PHPCS validation

3.1.3

29 Jul 14:19
3.1.3
Compare
Choose a tag to compare

Added

  • Prohibit regexp validations

3.1.2

12 May 13:24
3.1.2
Compare
Choose a tag to compare

Added

  • documentation on how to add existing assets
  • add documentation step in the internal build process
  • new PHP CS validations

3.1.1

24 Mar 08:17
3.1.1
Compare
Choose a tag to compare

Changed

  • Replace Travis build badge with CircleCI

3.1.0

24 Mar 08:17
3.1.0
Compare
Choose a tag to compare

Added

  • stubs for new validators
  • allow genertaing richtext fields

3.0.1

13 Mar 12:40
3.0.1
Compare
Choose a tag to compare

Changed

Upgraded symfony/console component