# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [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] [0.3.2]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.2.8...v0.3.0 [0.2.8]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.2.7...v0.2.8 [0.2.7]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.2.6...v0.2.7 [0.2.6]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.2.5...v0.2.6 [0.2.5]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.2.4...v0.2.5 [0.2.4]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.2.3...v0.2.4 [0.2.3]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.2.2...v0.2.3 [0.2.2]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.2.1...v0.2.2 [0.2.1]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/Automattic/jetpack-image-cdn/compare/v0.1.0...v0.2.0