CHANGELOG.md
430 lines
| 1 | # Changelog |
| 2 | |
| 3 | All notable changes to this project will be documented in this file. |
| 4 | |
| 5 | The format is based on [](https://keepachangelog.com/en/1.0.0/Keep a Changelog](https://keepachangelog.com/en/1.0.0/](https://keepachangelog.com/en/1.0.0/) |
| 6 | and this project adheres to [](https://semver.org/spec/v2.0.0.htmlSemantic Versioning](https://semver.org/spec/v2.0.0.html](https://semver.org/spec/v2.0.0.html). |
| 7 | |
| 8 | ## [0.20.0] - 2026-07-22 |
| 9 | ### Added |
| 10 | - Add a per-site setting to make the Stats tracking pixel honor the WP Consent API statistics category. [#50602] |
| 11 | |
| 12 | ## [0.19.7] - 2026-06-25 |
| 13 | ### Changed |
| 14 | - Defer loading the Stats REST API provider until a REST request is served, reducing the per-request PHP/opcache footprint. [#49806] |
| 15 | |
| 16 | ## [0.19.6] - 2026-06-15 |
| 17 | ### Changed |
| 18 | - Internal updates. |
| 19 | |
| 20 | ## [0.19.5] - 2026-06-10 |
| 21 | ### Changed |
| 22 | - Add `fetchpriority="low"` to the Stats script and remove `dns-prefetch` for `stats.wp.com` to improve LCP in Safari and Firefox. [#47936] |
| 23 | |
| 24 | ## [0.19.4] - 2026-06-08 |
| 25 | ### Fixed |
| 26 | - Abilities: Allow readonly stats abilities with optional input to run when no input is sent. [#49370] |
| 27 | |
| 28 | ## [0.19.3] - 2026-06-01 |
| 29 | ### Changed |
| 30 | - Internal updates. |
| 31 | |
| 32 | ## [0.19.2] - 2026-05-25 |
| 33 | ### Fixed |
| 34 | - Phan: Address `PhanPluginDuplicateConditionalNullCoalescing` violations. [#48887] |
| 35 | |
| 36 | ## [0.19.1] - 2026-05-19 |
| 37 | ### Changed |
| 38 | - Internal updates. |
| 39 | |
| 40 | ## [0.19.0] - 2026-05-04 |
| 41 | ### Added |
| 42 | - Abilities API: Register jetpack-stats abilities for site overview, top content, post views, visits, followers, and stats configuration. [#48286] |
| 43 | |
| 44 | ### Changed |
| 45 | - Internal: No longer require automattic/jetpack-changelogger as a per-project dev dependency. [#48225] |
| 46 | |
| 47 | ## [0.18.1] - 2026-02-26 |
| 48 | ### Added |
| 49 | - Add `AGENTS.md` for coding agent guidelines compliance. [#47330] |
| 50 | |
| 51 | ### Changed |
| 52 | - Exclude `AGENTS.md` and `CLAUDE.md` from production builds. [#47333] |
| 53 | |
| 54 | ## [0.18.0] - 2026-02-23 |
| 55 | ### Added |
| 56 | - Add `Transient_Cleanup` class to periodically clean up expired stats cache transients on sites without persistent object cache. [#47212] |
| 57 | |
| 58 | ### Changed |
| 59 | - Transient cleanup: Skip scheduling cron job entirely on sites with persistent object cache. [#47270] |
| 60 | |
| 61 | ## [0.17.8] - 2026-02-02 |
| 62 | ### Changed |
| 63 | - Update dependencies. [#39260] |
| 64 | |
| 65 | ## [0.17.7] - 2025-12-15 |
| 66 | ### Changed |
| 67 | - Improve Post Stats cache handling for invalid or error data. [#46211] |
| 68 | |
| 69 | ## [0.17.6] - 2025-12-08 |
| 70 | ### Fixed |
| 71 | - Ensure proper flags are used with `json_encode()`. [#46092] |
| 72 | |
| 73 | ## [0.17.5] - 2025-11-12 |
| 74 | ### Changed |
| 75 | - Internal updates. |
| 76 | |
| 77 | ## [0.17.4] - 2025-11-10 |
| 78 | ### Changed |
| 79 | - Tests: Ensure PHP 8.5 compatibility. [#45769] |
| 80 | |
| 81 | ## [0.17.3] - 2025-10-10 |
| 82 | ### Changed |
| 83 | - Handle lazy-loading of `WP_User` object properties. [#45450] |
| 84 | |
| 85 | ## [0.17.2] - 2025-07-21 |
| 86 | ### Changed |
| 87 | - Internal updates. [#39260] |
| 88 | |
| 89 | ## [0.17.1] - 2025-06-23 |
| 90 | ### Fixed |
| 91 | - Autoloader: Prevent double slash in autoloader path. [#44030] |
| 92 | |
| 93 | ## [0.17.0] - 2025-06-23 |
| 94 | ### Added |
| 95 | - Add archives endpoint support. [#44028] |
| 96 | |
| 97 | ## [0.16.3] - 2025-06-16 |
| 98 | ### Fixed |
| 99 | - Fix tracking of search terms and tags. [#43879] |
| 100 | - Fix parsing of taxonomies query. [#43879] |
| 101 | |
| 102 | ## [0.16.2] - 2025-04-28 |
| 103 | ### Changed |
| 104 | - Internal updates. |
| 105 | |
| 106 | ## [0.16.1] - 2025-04-15 |
| 107 | ### Fixed |
| 108 | - Fix PHP TypeError. [#43072] |
| 109 | |
| 110 | ## [0.16.0] - 2025-04-14 |
| 111 | ### Added |
| 112 | - Support tracking of archived pages and searches in tracking pixel. [#42368] |
| 113 | |
| 114 | ### Changed |
| 115 | - Update home tracking pixel to match archive ones. [#43043] |
| 116 | |
| 117 | ## [0.15.9] - 2025-03-31 |
| 118 | ### Changed |
| 119 | - Internal updates. |
| 120 | |
| 121 | ## [0.15.8] - 2025-03-24 |
| 122 | ### Changed |
| 123 | - Internal updates. |
| 124 | |
| 125 | ## [0.15.7] - 2025-03-18 |
| 126 | ### Changed |
| 127 | - Internal updates. |
| 128 | |
| 129 | ## [0.15.6] - 2025-03-17 |
| 130 | ### Changed |
| 131 | - Internal updates. |
| 132 | |
| 133 | ## [0.15.5] - 2025-03-12 |
| 134 | ### Changed |
| 135 | - Internal updates. |
| 136 | |
| 137 | ## [0.15.4] - 2025-03-10 |
| 138 | ### Changed |
| 139 | - Internal updates. |
| 140 | |
| 141 | ## [0.15.3] - 2025-03-03 |
| 142 | ### Fixed |
| 143 | - Tracking Pixel: Ensure the tracking script can be deferred, so it is not blocking. [#42175] |
| 144 | |
| 145 | ## [0.15.2] - 2025-02-24 |
| 146 | ### Changed |
| 147 | - Update dependencies. [#39260] |
| 148 | |
| 149 | ## [0.15.1] - 2025-02-03 |
| 150 | ### Fixed |
| 151 | - Code: Remove extra params on function calls. [#41263] |
| 152 | |
| 153 | ## [0.15.0] - 2025-01-06 |
| 154 | ### Added |
| 155 | - Stats: Add API support for location stats. [#40852] |
| 156 | |
| 157 | ## [0.14.1] - 2024-11-25 |
| 158 | ### Changed |
| 159 | - Updated dependencies. [#40286] |
| 160 | |
| 161 | ## [0.14.0] - 2024-11-18 |
| 162 | ### Removed |
| 163 | - General: Update minimum PHP version to 7.2. [#40147] |
| 164 | |
| 165 | ## [0.13.5] - 2024-11-04 |
| 166 | ### Added |
| 167 | - Enable test coverage. [#39961] |
| 168 | |
| 169 | ## [0.13.4] - 2024-10-29 |
| 170 | ### Changed |
| 171 | - Internal updates. [#39260] |
| 172 | |
| 173 | ## [0.13.3] - 2024-09-23 |
| 174 | ### Changed |
| 175 | - Internal updates. |
| 176 | |
| 177 | ## [0.13.2] - 2024-09-05 |
| 178 | ### Changed |
| 179 | - Update dependencies. [#39253] |
| 180 | |
| 181 | ## [0.13.1] - 2024-08-23 |
| 182 | ### Changed |
| 183 | - Updated package dependencies. [#39004] |
| 184 | |
| 185 | ## [0.13.0] - 2024-06-10 |
| 186 | ### Added |
| 187 | - Staging: deprecating staging mode and separating the logic into is_development_site and in_safe_mode [#37023] |
| 188 | |
| 189 | ## [0.12.5] - 2024-05-06 |
| 190 | ### Changed |
| 191 | - Internal updates. |
| 192 | |
| 193 | ## [0.12.4] - 2024-04-26 |
| 194 | ### Changed |
| 195 | - Internal updates. |
| 196 | |
| 197 | ## [0.12.3] - 2024-04-25 |
| 198 | ### Changed |
| 199 | - Update dependencies. |
| 200 | |
| 201 | ## [0.12.2] - 2024-04-22 |
| 202 | ### Changed |
| 203 | - Internal updates. |
| 204 | |
| 205 | ## [0.12.1] - 2024-04-08 |
| 206 | ### Changed |
| 207 | - Internal updates. |
| 208 | |
| 209 | ## [0.12.0] - 2024-04-01 |
| 210 | ### Added |
| 211 | - Add the 'stats/blog' REST endpoint. [#36571] |
| 212 | - Composer: added version constant for ststs package. [#36657] |
| 213 | |
| 214 | ## [0.11.2] - 2024-03-25 |
| 215 | ### Changed |
| 216 | - Internal updates. |
| 217 | |
| 218 | ## [0.11.1] - 2024-03-18 |
| 219 | ### Changed |
| 220 | - Internal updates. |
| 221 | |
| 222 | ## [0.11.0] - 2024-02-26 |
| 223 | ### Added |
| 224 | - Add new method to convert stats data for external consumption. [#35865] |
| 225 | |
| 226 | ## [0.10.1] - 2024-02-19 |
| 227 | ### Fixed |
| 228 | - Avoid Fatal errors when saved stats data is a WP_Error object [#35746] |
| 229 | |
| 230 | ## [0.10.0] - 2024-02-05 |
| 231 | ### Added |
| 232 | - Stats fetching mechanism: add filter allowing one to customize how long we cache results. [#35421] |
| 233 | |
| 234 | ### Changed |
| 235 | - Permit overriding cache when retrieving post views. [#34557] |
| 236 | - Remove pre-6.3 asset enqueuing method, and relying on WordPress Core method instead. [#34072] |
| 237 | |
| 238 | ### Removed |
| 239 | - Stop requiring the Jetpack Assets Composer package. [#34072] |
| 240 | |
| 241 | ## [0.9.0] - 2023-12-25 |
| 242 | ### Added |
| 243 | - Stats: added passing select UTM parameters to Tracking Pixel requests. [#34431] |
| 244 | |
| 245 | ## [0.8.0] - 2023-12-11 |
| 246 | ### Changed |
| 247 | - Permit overriding cache when retrieving top posts. [#34153] |
| 248 | |
| 249 | ## [0.7.2] - 2023-12-03 |
| 250 | ### Changed |
| 251 | - Internal updates. |
| 252 | |
| 253 | ## [0.7.1] - 2023-11-21 |
| 254 | |
| 255 | ## [0.7.0] - 2023-11-20 |
| 256 | ### Changed |
| 257 | - Updated required PHP version to >= 7.0. [#34192] |
| 258 | |
| 259 | ## [0.6.6] - 2023-10-23 |
| 260 | ### Fixed |
| 261 | - Stats: Increase timeout to 20s. [#33549] |
| 262 | |
| 263 | ## [0.6.5] - 2023-08-28 |
| 264 | ### Changed |
| 265 | - Updated package dependencies. [#32605] |
| 266 | |
| 267 | ## [0.6.4] - 2023-08-09 |
| 268 | ### Added |
| 269 | - Stats: compatibility for AMP for WP plugin [#32328] |
| 270 | |
| 271 | ## [0.6.3] - 2023-05-15 |
| 272 | ### Changed |
| 273 | - PHP 8.1 compatibility updates [#30517] |
| 274 | |
| 275 | ## [0.6.2] - 2023-04-10 |
| 276 | ### Added |
| 277 | - Add Jetpack Autoloader package suggestion. [#29988] |
| 278 | |
| 279 | ## [0.6.1] - 2023-04-05 |
| 280 | ### Bug fixes |
| 281 | - Assets: avoid fatal error with outdated package versions. [#29947] |
| 282 | |
| 283 | ## [0.6.0] - 2023-04-04 |
| 284 | ### Changed |
| 285 | - Use core WordPress methods to add the Tracking pixel to the page, instead of printing the tracking pixel directly. [#29780] |
| 286 | |
| 287 | ### Deprecated |
| 288 | - Methods used to retrieve tracking pixels are now deprecated. No replacement needed, we now hook / enqueue the tracking pixels using core WP methods. [#29780] |
| 289 | |
| 290 | ## [0.5.2] - 2023-03-20 |
| 291 | ### Changed |
| 292 | - Updated package dependencies. [#29480] |
| 293 | |
| 294 | ## [0.5.1] - 2023-02-20 |
| 295 | ### Changed |
| 296 | - Minor internal updates. |
| 297 | |
| 298 | ## [0.5.0] - 2023-02-15 |
| 299 | ### Added |
| 300 | - Added new options to store the timestamp when Odyssey is enabled and disabled [#28794] |
| 301 | - Stats: Adds support for Notice control [#28857] |
| 302 | |
| 303 | ## [0.4.2] - 2023-02-08 |
| 304 | ### Changed |
| 305 | - Minor internal updates. |
| 306 | |
| 307 | ## [0.4.1] - 2023-01-11 |
| 308 | ### Changed |
| 309 | - Updated package dependencies. |
| 310 | |
| 311 | ## [0.4.0] - 2022-12-06 |
| 312 | ### Added |
| 313 | - Stats: added streak, highlights, insights for WPCOM_Stats [#27604] |
| 314 | |
| 315 | ### Changed |
| 316 | - Updated package dependencies. [#27688] |
| 317 | |
| 318 | ## [0.3.3] - 2022-11-28 |
| 319 | ### Changed |
| 320 | - Updated package dependencies. [#27043] |
| 321 | |
| 322 | ## [0.3.2] - 2022-11-07 |
| 323 | ### Changed |
| 324 | - Updated package dependencies. [#27278] |
| 325 | |
| 326 | ## [0.3.1] - 2022-10-25 |
| 327 | ### Changed |
| 328 | - Updated package dependencies. [#26705] |
| 329 | |
| 330 | ## [0.3.0] - 2022-10-19 |
| 331 | ### Changed |
| 332 | - Cache errors when fetching stats and reverted cache prefix. [#26922] |
| 333 | |
| 334 | ## [0.2.0] - 2022-10-13 |
| 335 | ### Changed |
| 336 | - Changed cache prefix [#26719] |
| 337 | - Updated readme for Stats package [#26759] |
| 338 | |
| 339 | ## 0.1.0 - 2022-10-11 |
| 340 | ### Added |
| 341 | - Stats: Add package scaffold [#26312] |
| 342 | - Stats package: Add 'jetpack.getBlog' XMLRPC endpoint [#26473] |
| 343 | - Stats package: Add entrypoint class for setting hooks and configuration. [#26601] |
| 344 | - Stats package: Introduce WPCOM_Stats class [#26530] |
| 345 | - Stats package: Manage Stats options [#26431] |
| 346 | - Stats Package: Tracking Pixel functionality [#26516] |
| 347 | |
| 348 | ### Changed |
| 349 | - Add mirror repo [#26750] |
| 350 | |
| 351 | ### Fixed |
| 352 | - Fixing static method which was called without self reference. [#26640] |
| 353 | |
| 354 | [0.20.0]: https://github.com/Automattic/jetpack-stats/compare/v0.19.7...v0.20.0 |
| 355 | [0.19.7]: https://github.com/Automattic/jetpack-stats/compare/v0.19.6...v0.19.7 |
| 356 | [0.19.6]: https://github.com/Automattic/jetpack-stats/compare/v0.19.5...v0.19.6 |
| 357 | [0.19.5]: https://github.com/Automattic/jetpack-stats/compare/v0.19.4...v0.19.5 |
| 358 | [0.19.4]: https://github.com/Automattic/jetpack-stats/compare/v0.19.3...v0.19.4 |
| 359 | [0.19.3]: https://github.com/Automattic/jetpack-stats/compare/v0.19.2...v0.19.3 |
| 360 | [0.19.2]: https://github.com/Automattic/jetpack-stats/compare/v0.19.1...v0.19.2 |
| 361 | [0.19.1]: https://github.com/Automattic/jetpack-stats/compare/v0.19.0...v0.19.1 |
| 362 | [0.19.0]: https://github.com/Automattic/jetpack-stats/compare/v0.18.1...v0.19.0 |
| 363 | [0.18.1]: https://github.com/Automattic/jetpack-stats/compare/v0.18.0...v0.18.1 |
| 364 | [0.18.0]: https://github.com/Automattic/jetpack-stats/compare/v0.17.8...v0.18.0 |
| 365 | [0.17.8]: https://github.com/Automattic/jetpack-stats/compare/v0.17.7...v0.17.8 |
| 366 | [0.17.7]: https://github.com/Automattic/jetpack-stats/compare/v0.17.6...v0.17.7 |
| 367 | [0.17.6]: https://github.com/Automattic/jetpack-stats/compare/v0.17.5...v0.17.6 |
| 368 | [0.17.5]: https://github.com/Automattic/jetpack-stats/compare/v0.17.4...v0.17.5 |
| 369 | [0.17.4]: https://github.com/Automattic/jetpack-stats/compare/v0.17.3...v0.17.4 |
| 370 | [0.17.3]: https://github.com/Automattic/jetpack-stats/compare/v0.17.2...v0.17.3 |
| 371 | [0.17.2]: https://github.com/Automattic/jetpack-stats/compare/v0.17.1...v0.17.2 |
| 372 | [0.17.1]: https://github.com/Automattic/jetpack-stats/compare/v0.17.0...v0.17.1 |
| 373 | [0.17.0]: https://github.com/Automattic/jetpack-stats/compare/v0.16.3...v0.17.0 |
| 374 | [0.16.3]: https://github.com/Automattic/jetpack-stats/compare/v0.16.2...v0.16.3 |
| 375 | [0.16.2]: https://github.com/Automattic/jetpack-stats/compare/v0.16.1...v0.16.2 |
| 376 | [0.16.1]: https://github.com/Automattic/jetpack-stats/compare/v0.16.0...v0.16.1 |
| 377 | [0.16.0]: https://github.com/Automattic/jetpack-stats/compare/v0.15.9...v0.16.0 |
| 378 | [0.15.9]: https://github.com/Automattic/jetpack-stats/compare/v0.15.8...v0.15.9 |
| 379 | [0.15.8]: https://github.com/Automattic/jetpack-stats/compare/v0.15.7...v0.15.8 |
| 380 | [0.15.7]: https://github.com/Automattic/jetpack-stats/compare/v0.15.6...v0.15.7 |
| 381 | [0.15.6]: https://github.com/Automattic/jetpack-stats/compare/v0.15.5...v0.15.6 |
| 382 | [0.15.5]: https://github.com/Automattic/jetpack-stats/compare/v0.15.4...v0.15.5 |
| 383 | [0.15.4]: https://github.com/Automattic/jetpack-stats/compare/v0.15.3...v0.15.4 |
| 384 | [0.15.3]: https://github.com/Automattic/jetpack-stats/compare/v0.15.2...v0.15.3 |
| 385 | [0.15.2]: https://github.com/Automattic/jetpack-stats/compare/v0.15.1...v0.15.2 |
| 386 | [0.15.1]: https://github.com/Automattic/jetpack-stats/compare/v0.15.0...v0.15.1 |
| 387 | [0.15.0]: https://github.com/Automattic/jetpack-stats/compare/v0.14.1...v0.15.0 |
| 388 | [0.14.1]: https://github.com/Automattic/jetpack-stats/compare/v0.14.0...v0.14.1 |
| 389 | [0.14.0]: https://github.com/Automattic/jetpack-stats/compare/v0.13.5...v0.14.0 |
| 390 | [0.13.5]: https://github.com/Automattic/jetpack-stats/compare/v0.13.4...v0.13.5 |
| 391 | [0.13.4]: https://github.com/Automattic/jetpack-stats/compare/v0.13.3...v0.13.4 |
| 392 | [0.13.3]: https://github.com/Automattic/jetpack-stats/compare/v0.13.2...v0.13.3 |
| 393 | [0.13.2]: https://github.com/Automattic/jetpack-stats/compare/v0.13.1...v0.13.2 |
| 394 | [0.13.1]: https://github.com/Automattic/jetpack-stats/compare/v0.13.0...v0.13.1 |
| 395 | [0.13.0]: https://github.com/Automattic/jetpack-stats/compare/v0.12.5...v0.13.0 |
| 396 | [0.12.5]: https://github.com/Automattic/jetpack-stats/compare/v0.12.4...v0.12.5 |
| 397 | [0.12.4]: https://github.com/Automattic/jetpack-stats/compare/v0.12.3...v0.12.4 |
| 398 | [0.12.3]: https://github.com/Automattic/jetpack-stats/compare/v0.12.2...v0.12.3 |
| 399 | [0.12.2]: https://github.com/Automattic/jetpack-stats/compare/v0.12.1...v0.12.2 |
| 400 | [0.12.1]: https://github.com/Automattic/jetpack-stats/compare/v0.12.0...v0.12.1 |
| 401 | [0.12.0]: https://github.com/Automattic/jetpack-stats/compare/v0.11.2...v0.12.0 |
| 402 | [0.11.2]: https://github.com/Automattic/jetpack-stats/compare/v0.11.1...v0.11.2 |
| 403 | [0.11.1]: https://github.com/Automattic/jetpack-stats/compare/v0.11.0...v0.11.1 |
| 404 | [0.11.0]: https://github.com/Automattic/jetpack-stats/compare/v0.10.1...v0.11.0 |
| 405 | [0.10.1]: https://github.com/Automattic/jetpack-stats/compare/v0.10.0...v0.10.1 |
| 406 | [0.10.0]: https://github.com/Automattic/jetpack-stats/compare/v0.9.0...v0.10.0 |
| 407 | [0.9.0]: https://github.com/Automattic/jetpack-stats/compare/v0.8.0...v0.9.0 |
| 408 | [0.8.0]: https://github.com/Automattic/jetpack-stats/compare/v0.7.2...v0.8.0 |
| 409 | [0.7.2]: https://github.com/Automattic/jetpack-stats/compare/v0.7.1...v0.7.2 |
| 410 | [0.7.1]: https://github.com/Automattic/jetpack-stats/compare/v0.7.0...v0.7.1 |
| 411 | [0.7.0]: https://github.com/Automattic/jetpack-stats/compare/v0.6.6...v0.7.0 |
| 412 | [0.6.6]: https://github.com/Automattic/jetpack-stats/compare/v0.6.5...v0.6.6 |
| 413 | [0.6.5]: https://github.com/Automattic/jetpack-stats/compare/v0.6.4...v0.6.5 |
| 414 | [0.6.4]: https://github.com/Automattic/jetpack-stats/compare/v0.6.3...v0.6.4 |
| 415 | [0.6.3]: https://github.com/Automattic/jetpack-stats/compare/v0.6.2...v0.6.3 |
| 416 | [0.6.2]: https://github.com/Automattic/jetpack-stats/compare/v0.6.1...v0.6.2 |
| 417 | [0.6.1]: https://github.com/Automattic/jetpack-stats/compare/v0.6.0...v0.6.1 |
| 418 | [0.6.0]: https://github.com/Automattic/jetpack-stats/compare/v0.5.2...v0.6.0 |
| 419 | [0.5.2]: https://github.com/Automattic/jetpack-stats/compare/v0.5.1...v0.5.2 |
| 420 | [0.5.1]: https://github.com/Automattic/jetpack-stats/compare/v0.5.0...v0.5.1 |
| 421 | [0.5.0]: https://github.com/Automattic/jetpack-stats/compare/v0.4.2...v0.5.0 |
| 422 | [0.4.2]: https://github.com/Automattic/jetpack-stats/compare/v0.4.1...v0.4.2 |
| 423 | [0.4.1]: https://github.com/Automattic/jetpack-stats/compare/v0.4.0...v0.4.1 |
| 424 | [0.4.0]: https://github.com/Automattic/jetpack-stats/compare/v0.3.3...v0.4.0 |
| 425 | [0.3.3]: https://github.com/Automattic/jetpack-stats/compare/v0.3.2...v0.3.3 |
| 426 | [0.3.2]: https://github.com/Automattic/jetpack-stats/compare/v0.3.1...v0.3.2 |
| 427 | [0.3.1]: https://github.com/Automattic/jetpack-stats/compare/v0.3.0...v0.3.1 |
| 428 | [0.3.0]: https://github.com/Automattic/jetpack-stats/compare/v0.2.0...v0.3.0 |
| 429 | [0.2.0]: https://github.com/Automattic/jetpack-stats/compare/v0.1.0...v0.2.0 |
| 430 |