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.15.1 - 2025-02-03
- Code: Remove extra params on function calls. [#41263]
0.15.0 - 2025-01-06
- Stats: Add API support for location stats. [#40852]
0.14.1 - 2024-11-25
- Updated dependencies. [#40286]
0.14.0 - 2024-11-18
- General: Update minimum PHP version to 7.2. [#40147]
0.13.5 - 2024-11-04
- Enable test coverage. [#39961]
0.13.4 - 2024-10-29
- Internal updates. [#39260]
0.13.3 - 2024-09-23
- Internal updates.
0.13.2 - 2024-09-05
- Update dependencies. [#39253]
0.13.1 - 2024-08-23
- Updated package dependencies. [#39004]
0.13.0 - 2024-06-10
- Staging: deprecating staging mode and separating the logic into is_development_site and in_safe_mode [#37023]
0.12.5 - 2024-05-06
- Internal updates.
0.12.4 - 2024-04-26
- Internal updates.
0.12.3 - 2024-04-25
- Update dependencies.
0.12.2 - 2024-04-22
- Internal updates.
0.12.1 - 2024-04-08
- Internal updates.
0.12.0 - 2024-04-01
- Add the 'stats/blog' REST endpoint. [#36571]
- Composer: added version constant for ststs package. [#36657]
0.11.2 - 2024-03-25
- Internal updates.
0.11.1 - 2024-03-18
- Internal updates.
0.11.0 - 2024-02-26
- Add new method to convert stats data for external consumption. [#35865]
0.10.1 - 2024-02-19
- Avoid Fatal errors when saved stats data is a WP_Error object [#35746]
0.10.0 - 2024-02-05
- Stats fetching mechanism: add filter allowing one to customize how long we cache results. [#35421]
- Permit overriding cache when retrieving post views. [#34557]
- Remove pre-6.3 asset enqueuing method, and relying on WordPress Core method instead. [#34072]
- Stop requiring the Jetpack Assets Composer package. [#34072]
0.9.0 - 2023-12-25
- Stats: added passing select UTM parameters to Tracking Pixel requests. [#34431]
0.8.0 - 2023-12-11
- Permit overriding cache when retrieving top posts. [#34153]
0.7.2 - 2023-12-03
- Internal updates.
0.7.1 - 2023-11-21
0.7.0 - 2023-11-20
- Updated required PHP version to >= 7.0. [#34192]
0.6.6 - 2023-10-23
- Stats: Increase timeout to 20s. [#33549]
0.6.5 - 2023-08-28
- Updated package dependencies. [#32605]
0.6.4 - 2023-08-09
- Stats: compatibility for AMP for WP plugin [#32328]
0.6.3 - 2023-05-15
- PHP 8.1 compatibility updates [#30517]
0.6.2 - 2023-04-10
- Add Jetpack Autoloader package suggestion. [#29988]
0.6.1 - 2023-04-05
- Assets: avoid fatal error with outdated package versions. [#29947]
0.6.0 - 2023-04-04
- Use core WordPress methods to add the Tracking pixel to the page, instead of printing the tracking pixel directly. [#29780]
- Methods used to retrieve tracking pixels are now deprecated. No replacement needed, we now hook / enqueue the tracking pixels using core WP methods. [#29780]
0.5.2 - 2023-03-20
- Updated package dependencies. [#29480]
0.5.1 - 2023-02-20
- Minor internal updates.
0.5.0 - 2023-02-15
- Added new options to store the timestamp when Odyssey is enabled and disabled [#28794]
- Stats: Adds support for Notice control [#28857]
0.4.2 - 2023-02-08
- Minor internal updates.
0.4.1 - 2023-01-11
- Updated package dependencies.
0.4.0 - 2022-12-06
- Stats: added streak, highlights, insights for WPCOM_Stats [#27604]
- Updated package dependencies. [#27688]
0.3.3 - 2022-11-28
- Updated package dependencies. [#27043]
0.3.2 - 2022-11-07
- Updated package dependencies. [#27278]
0.3.1 - 2022-10-25
- Updated package dependencies. [#26705]
0.3.0 - 2022-10-19
- Cache errors when fetching stats and reverted cache prefix. [#26922]
0.2.0 - 2022-10-13
- Changed cache prefix [#26719]
- Updated readme for Stats package [#26759]
- Stats: Add package scaffold [#26312]
- Stats package: Add 'jetpack.getBlog' XMLRPC endpoint [#26473]
- Stats package: Add entrypoint class for setting hooks and configuration. [#26601]
- Stats package: Introduce WPCOM_Stats class [#26530]
- Stats package: Manage Stats options [#26431]
- Stats Package: Tracking Pixel functionality [#26516]
- Add mirror repo [#26750]
- Fixing static method which was called without self reference. [#26640]