Files

4.2 KiB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.4.3 - 2024-06-21

Changed

  • Image CDN: Added support for query strings in image URLs [#37931]
  • More closely match core behavior while downsizing images [#37946]

0.4.2 - 2024-06-11

Fixed

  • Add additional check to avoid PHP deprecation warnings. [#37788]

0.4.1 - 2024-05-20

Changed

  • Internal updates.

0.4.0 - 2024-05-06

Removed

  • Lazy Loading: Removed compatibility script for Jetpack Lazy Loading module. [#37069]

0.3.7 - 2024-04-29

Changed

  • Internal updates.

0.3.6 - 2024-04-25

Changed

  • Update dependencies. [#33960]

0.3.5 - 2024-04-22

Fixed

  • WP.com: Don't Photonize images on private WordPress.com sites. [#36876]

0.3.4 - 2024-04-08

Changed

  • Update filter docblock to match possible types. [#36731]

0.3.3 - 2024-03-15

Changed

  • Internal updates.

0.3.2 - 2023-12-03

Changed

  • Internal updates.

0.3.1 - 2023-11-24

Changed

  • Replaced usage of strpos() with str_contains(). [#34137]
  • Replaced usage of substr() with str_starts_with() and str_ends_with(). [#34207]

0.3.0 - 2023-11-20

Changed

  • Replaced usage of strpos() with str_starts_with(). [#34135]
  • The package now requires PHP >= 7.0. [#34192]

0.2.8 - 2023-11-03

Changed

  • Update dependencies. [#33946]

0.2.7 - 2023-10-16

Added

  • Added HEIC (*.heic) to list of images types allowed to be passed through Photon. [#33494]

0.2.6 - 2023-09-28

Fixed

  • Use WordPress str_ends_with polyfill. [#33288]

0.2.5 - 2023-09-19

  • Minor internal updates.

0.2.4 - 2023-08-28

Changed

  • Updated package dependencies. [#32605]

0.2.3 - 2023-06-06

Fixed

  • Photon: fix potential bug where two "?" characters might be added to a url [#30865]

0.2.2 - 2023-05-15

Added

  • Add compatibility layer for the ActivityPub plugin [#30298]

0.2.1 - 2023-05-11

Added

  • Added is_enabled() method to check if image CDN is enabled by any plugin' [#30582]

0.2.0 - 2023-05-08

Added

  • Add Jetpack Autoloader package suggestion. [#29988]

Changed

  • Update photon compatibility to allow using the package in Jetpack [#30050]

Removed

  • Remove unused method used to update images in Open Graph Meta tags. [#30338]

0.1.0 - 2023-04-06

Added

  • Add image CDN package. [#29561]