laipower/wp-content/plugins/jetpack-protect/jetpack_vendor/automattic/jetpack-boost-core/CHANGELOG.md

2.1 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.2.5 - 2024-03-14

Changed

  • Internal updates.

0.2.4 - 2024-01-25

Fixed

  • Chage get_client() visibility so that older versions of boost do not break. [#35240]

0.2.3 - 2024-01-22

Added

  • Send current boost version with API requests to handle requests accordingly [#35132]

Changed

  • Jetpack Boost: Use ARRAY_A when decoding from JSON [#35062]

0.2.2 - 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.2.1 - 2023-11-21

Fixed

  • Made abstract static methods in Automattic\Jetpack\Boost_Core\Lib\Cacheable abstract, instead of being implemented to always throw. [#34220]

0.2.0 - 2023-11-20

Changed

  • Updated required PHP version to >= 7.0. [#34192]

0.1.3 - 2023-09-19

  • Minor internal updates.

0.1.2 - 2023-09-01

Fixed

  • Fix showing default error message and code when parsing cloud response. [#32685]

0.1.1 - 2023-08-28

Changed

  • Updated package dependencies. [#32605]

0.1.0 - 2023-06-06

Added

  • Introduce new package. [#31163]