contentful-core.php

Foundation library for Contentful PHP SDKs

MIT License

Downloads
2.4M
Stars
16
Committers
19

Bot releases are hidden (Show)

contentful-core.php - 4.0.2 Latest Release

Published by Sebb767 5 months ago

  • Updated for PSR/message v2, allowing the installation of Laravel 11
contentful-core.php - 4.0.1

Published by Sebb767 8 months ago

  • Updated for PHP8
  • Updated for Symfony 7
contentful-core.php - 4.0.0

Published by Sebb767 almost 2 years ago

  • The API will no longer switch to the jpg format if a quality is given, consistent with the docs
  • Support for PHP7 was dropped, support for PHP8 was fully integrated
  • Small internal refactoring
contentful-core.php - 3.2.0

Published by Sebb767 over 2 years ago

Added

  • Support for guzzlehttp/psr7 v2 (thanks @pklink !)

Internal

  • Some CI rework and refactoring
contentful-core.php - 3.1.3

Published by Sebb767 over 2 years ago

Added

  • Compatibility with psr/log 2 and 3 - thanks @kwivix !

Internal

  • Added CI for PHP8.1
  • Added backwards compatibility break check in CI
contentful-core.php - 3.1.2

Published by Sebb767 almost 3 years ago

Added

  • Added generics annotation to ResourceArray class - thanks @emodric !

Fixed

  • Fixed errors when the file content type is not provided - thanks @emsyzz !
  • Added support for Symfony 6
  • Fixed documentation build once again
  • Fixed php cs fixer runs
contentful-core.php - 3.1.1

Published by Sebb767 over 3 years ago

Added PHP8 support

contentful-core.php -

Published by pgrigoruta about 4 years ago

Added

  • Added clearMesssages method to allow manually clearing the messages
  • Added parameter to allow initializing without messages
contentful-core.php -

Published by pgrigoruta about 4 years ago

Added

Package updates
Fixed a few static code analysis issues

contentful-core.php -

Published by pgrigoruta over 4 years ago

Added

Added new exception type to better cover guzzle errors

contentful-core.php -

Published by pgrigoruta over 4 years ago

Added

  • Replace Travis build badge with CircleCI
contentful-core.php -

Published by pgrigoruta over 4 years ago

Changed

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

contentful-core.php -

Published by pgrigoruta over 4 years ago

Fixed

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

contentful-core.php -

Published by pgrigoruta over 4 years ago

Fixed

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

contentful-core.php -

Published by mariobodemann over 5 years ago

No meaningful changes since last release, just linter changes

contentful-core.php -

Published by dborsatto over 5 years ago

Internal

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

Published by dborsatto almost 6 years ago

Fixed

  • Optimized cache key sanitization to avoid using preg_replace_callback.
contentful-core.php -

Published by dborsatto almost 6 years ago

Fixed

  • Fixed a bug with the detection of versions for integrations and applications.
contentful-core.php -

Published by dborsatto almost 6 years ago

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.
contentful-core.php -

Published by dborsatto almost 6 years ago

Fixed

  • Fixed hardcoded Github URL in the release script.