Skip to content

Releases: contentful/contentful-core.php

3.0.1

24 Mar 08:07
3.0.1

Choose a tag to compare

Added

  • Replace Travis build badge with CircleCI

3.0.0

03 Mar 12:43
3.0.0

Choose a tag to compare

Changed

Added support for PHP 7.4. Removed support for PHP 7.0 & 7.1. Updated dependencies.

2.2.8

28 Jan 13:28
2.2.8

Choose a tag to compare

Fixed

Updated unit tests for the new center option. Coding standards.

2.2.7

28 Jan 13:07
2.2.7

Choose a tag to compare

Fixed

Added the missing 'center' option. Consider resizeFit options 'pad', 'fill' and 'crop' per the documentation.

2.2.6

10 Apr 11:15

Choose a tag to compare

No meaningful changes since last release, just linter changes

2.2.5

25 Jan 11:59

Choose a tag to compare

Internal

  • Minor changes in how tests are handled. These should not have any impact on users.

2.2.4

26 Nov 10:00

Choose a tag to compare

Fixed

  • Optimized cache key sanitization to avoid using preg_replace_callback.

2.2.3

15 Nov 11:09

Choose a tag to compare

Fixed

  • Fixed a bug with the detection of versions for integrations and applications.

2.2.2

13 Nov 09:48

Choose a tag to compare

Fixed

  • The message log levels are no longer hardcoded but instead use the Psr\Log\LogLevel constants, so there should be better compatibility with stricter PSR-3 implementations.

2.2.1

12 Nov 16:57

Choose a tag to compare

Fixed

  • Fixed hardcoded Github URL in the release script.