CHANGELOG.md
471 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 | ## [3.1.9] - 2026-06-08 |
| 9 | ### Changed |
| 10 | - Internal updates. |
| 11 | |
| 12 | ## [3.1.8] - 2026-06-05 |
| 13 | ### Changed |
| 14 | - Internal updates. |
| 15 | |
| 16 | ## [3.1.7] - 2026-05-19 |
| 17 | ### Changed |
| 18 | - Internal updates. |
| 19 | |
| 20 | ## [3.1.6] - 2026-05-04 |
| 21 | ### Changed |
| 22 | - Internal: No longer require automattic/jetpack-changelogger as a per-project dev dependency. [#48225] |
| 23 | |
| 24 | ## [3.1.5] - 2026-02-23 |
| 25 | ### Changed |
| 26 | - Update dependencies. |
| 27 | |
| 28 | ## [3.1.4] - 2026-02-02 |
| 29 | ### Changed |
| 30 | - Update dependencies. |
| 31 | |
| 32 | ## [3.1.3] - 2025-12-15 |
| 33 | ### Changed |
| 34 | - Internal updates. |
| 35 | |
| 36 | ## [3.1.2] - 2025-12-08 |
| 37 | ### Fixed |
| 38 | - Ensure proper flags are used with `json_encode()`. [#46092] |
| 39 | |
| 40 | ## [3.1.1] - 2025-10-20 |
| 41 | ### Changed |
| 42 | - Internal updates. |
| 43 | |
| 44 | ## [3.1.0] - 2025-08-04 |
| 45 | ### Changed |
| 46 | - Prevent fatals when non-connection owner adds license. [#44613] |
| 47 | |
| 48 | ## [3.0.9] - 2025-04-28 |
| 49 | ### Changed |
| 50 | - Internal updates. |
| 51 | |
| 52 | ## [3.0.8] - 2025-03-21 |
| 53 | ### Changed |
| 54 | - Internal updates. |
| 55 | |
| 56 | ## [3.0.7] - 2025-03-12 |
| 57 | ### Changed |
| 58 | - Internal updates. |
| 59 | |
| 60 | ## [3.0.6] - 2025-03-05 |
| 61 | ### Changed |
| 62 | - Internal updates. |
| 63 | |
| 64 | ## [3.0.5] - 2025-02-24 |
| 65 | ### Changed |
| 66 | - Update dependencies. |
| 67 | |
| 68 | ## [3.0.4] - 2025-02-03 |
| 69 | ### Changed |
| 70 | - Internal updates. |
| 71 | |
| 72 | ## [3.0.3] - 2025-01-20 |
| 73 | ### Changed |
| 74 | - Code: Use function-style exit() and die() with a default status code of 0. [#41167] |
| 75 | |
| 76 | ## [3.0.2] - 2024-12-02 |
| 77 | ### Changed |
| 78 | - Exclude revoked licenses from results when filtering unattached licenses in `Licensing::get_user_licenses()`. Only unattached and valid licenses are now returned. [#40215] |
| 79 | |
| 80 | ## [3.0.1] - 2024-11-25 |
| 81 | ### Changed |
| 82 | - Updated dependencies. [#40286] |
| 83 | |
| 84 | ## [3.0.0] - 2024-11-14 |
| 85 | ### Removed |
| 86 | - General: Update minimum PHP version to 7.2. [#40147] |
| 87 | |
| 88 | ## [2.0.12] - 2024-11-04 |
| 89 | ### Added |
| 90 | - Enable test coverage. [#39961] |
| 91 | |
| 92 | ## [2.0.11] - 2024-10-29 |
| 93 | ### Changed |
| 94 | - Internal updates. |
| 95 | |
| 96 | ## [2.0.10] - 2024-09-23 |
| 97 | ### Changed |
| 98 | - Update dependencies. |
| 99 | |
| 100 | ## [2.0.9] - 2024-09-05 |
| 101 | ### Changed |
| 102 | - Update dependencies. |
| 103 | |
| 104 | ## [2.0.8] - 2024-09-05 |
| 105 | ### Changed |
| 106 | - Update dependencies. |
| 107 | |
| 108 | ## [2.0.7] - 2024-08-26 |
| 109 | ### Changed |
| 110 | - Updated package dependencies. [#39004] |
| 111 | |
| 112 | ## [2.0.6] - 2024-08-19 |
| 113 | ### Changed |
| 114 | - Internal updates. |
| 115 | |
| 116 | ## [2.0.5] - 2024-04-22 |
| 117 | ### Changed |
| 118 | - Internal updates. |
| 119 | |
| 120 | ## [2.0.4] - 2024-04-08 |
| 121 | ### Changed |
| 122 | - Internal updates. |
| 123 | |
| 124 | ## [2.0.3] - 2024-03-25 |
| 125 | ### Changed |
| 126 | - Internal updates. |
| 127 | |
| 128 | ## [2.0.2] - 2024-03-14 |
| 129 | ### Changed |
| 130 | - Internal updates. |
| 131 | |
| 132 | ## [2.0.1] - 2023-11-21 |
| 133 | |
| 134 | ## [2.0.0] - 2023-11-20 |
| 135 | ### Changed |
| 136 | - Updated required PHP version to >= 7.0. [#34192] |
| 137 | |
| 138 | ## [1.8.4] - 2023-09-19 |
| 139 | |
| 140 | - Minor internal updates. |
| 141 | |
| 142 | ## [1.8.3] - 2023-08-23 |
| 143 | ### Changed |
| 144 | - Updated package dependencies. [#32605] |
| 145 | |
| 146 | ## [1.8.2] - 2023-04-10 |
| 147 | ### Added |
| 148 | - Add Jetpack Autoloader package suggestion. [#29988] |
| 149 | |
| 150 | ## [1.8.1] - 2023-02-20 |
| 151 | ### Changed |
| 152 | - Minor internal updates. |
| 153 | |
| 154 | ## [1.8.0] - 2023-02-08 |
| 155 | ### Added |
| 156 | - After connection flow, load unattached licenses. If any of them match the product that's being connected, redirect users to the license activation page. [#28509] |
| 157 | |
| 158 | ## [1.7.14] - 2023-01-11 |
| 159 | ### Changed |
| 160 | - Updated package dependencies. |
| 161 | |
| 162 | ## [1.7.13] - 2022-12-02 |
| 163 | ### Changed |
| 164 | - Updated package dependencies. [#27688] |
| 165 | |
| 166 | ## [1.7.12] - 2022-11-22 |
| 167 | ### Changed |
| 168 | - Updated package dependencies. [#27043] |
| 169 | |
| 170 | ## [1.7.11] - 2022-10-25 |
| 171 | ### Changed |
| 172 | - Updated package dependencies. [#26705] |
| 173 | |
| 174 | ## [1.7.10] - 2022-09-20 |
| 175 | ### Changed |
| 176 | - Updated package dependencies. |
| 177 | |
| 178 | ## [1.7.9] - 2022-09-08 |
| 179 | ### Changed |
| 180 | - Updated package dependencies. |
| 181 | |
| 182 | ## [1.7.8] - 2022-08-29 |
| 183 | ### Changed |
| 184 | - Updated package dependencies. |
| 185 | |
| 186 | ## [1.7.7] - 2022-08-23 |
| 187 | ### Changed |
| 188 | - Updated package dependencies. [#25628] |
| 189 | |
| 190 | ## [1.7.6] - 2022-08-03 |
| 191 | ### Changed |
| 192 | - Updated package dependencies. [#25300, #25315] |
| 193 | |
| 194 | ## [1.7.5] - 2022-07-26 |
| 195 | ### Changed |
| 196 | - Updated package dependencies. [#25158] |
| 197 | |
| 198 | ## [1.7.4] - 2022-06-21 |
| 199 | ### Changed |
| 200 | - Renaming master to trunk. |
| 201 | |
| 202 | ## [1.7.3] - 2022-06-14 |
| 203 | ### Changed |
| 204 | - Updated package dependencies. [#24529] |
| 205 | |
| 206 | ## [1.7.2] - 2022-05-04 |
| 207 | ### Changed |
| 208 | - Updated package dependencies. [#24095] |
| 209 | |
| 210 | ### Deprecated |
| 211 | - Moved the options class into Connection. [#24095] |
| 212 | |
| 213 | ## [1.7.1] - 2022-04-26 |
| 214 | ### Changed |
| 215 | - Updated package dependencies. |
| 216 | |
| 217 | ## [1.7.0] - 2022-04-19 |
| 218 | ### Changed |
| 219 | - Moved licensing endpoints from the Jetpack plugin to the Licensing package |
| 220 | |
| 221 | ## [1.6.4] - 2022-04-12 |
| 222 | ### Changed |
| 223 | - Updated package dependencies. |
| 224 | |
| 225 | ## [1.6.3] - 2022-03-02 |
| 226 | ### Changed |
| 227 | - Updated package dependencies. |
| 228 | |
| 229 | ## [1.6.2] - 2022-01-25 |
| 230 | ### Changed |
| 231 | - Updated package dependencies. |
| 232 | |
| 233 | ## [1.6.1] - 2022-01-18 |
| 234 | ### Changed |
| 235 | - Updated package dependencies. |
| 236 | |
| 237 | ## [1.6.0] - 2022-01-04 |
| 238 | ### Changed |
| 239 | - Switch to pcov for code coverage. |
| 240 | - Updated package dependencies |
| 241 | - Updated package textdomain from `jetpack` to `jetpack-licensing`. |
| 242 | |
| 243 | ## [1.5.4] - 2021-12-14 |
| 244 | ### Changed |
| 245 | - Updated package dependencies. |
| 246 | |
| 247 | ## [1.5.3] - 2021-12-03 |
| 248 | ### Changed |
| 249 | - Increases the timeout of the license activation request from 10 to 30 seconds. |
| 250 | |
| 251 | ## [1.5.2] - 2021-11-30 |
| 252 | ### Changed |
| 253 | - Updated package dependencies. |
| 254 | |
| 255 | ## [1.5.1] - 2021-11-23 |
| 256 | ### Changed |
| 257 | - Updated package dependencies. |
| 258 | |
| 259 | ## [1.5.0] - 2021-11-16 |
| 260 | ### Added |
| 261 | - Add a test for update to WPCOM return change. |
| 262 | - Added get_license_activation_notice_dismiss() function. |
| 263 | |
| 264 | ## [1.4.9] - 2021-11-02 |
| 265 | ### Changed |
| 266 | - Set `convertDeprecationsToExceptions` true in PHPUnit config. |
| 267 | - Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. |
| 268 | |
| 269 | ## [1.4.8] - 2021-10-19 |
| 270 | ### Changed |
| 271 | - Updated package dependencies. |
| 272 | |
| 273 | ## [1.4.7] - 2021-10-12 |
| 274 | ### Changed |
| 275 | - Updated package dependencies |
| 276 | |
| 277 | ## [1.4.6] - 2021-09-28 |
| 278 | ### Changed |
| 279 | - Updated package dependencies. |
| 280 | |
| 281 | ## [1.4.5] - 2021-08-31 |
| 282 | ### Changed |
| 283 | - Run composer update on test-php command instead of phpunit. |
| 284 | - Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills). |
| 285 | - Updated versions in annotations. |
| 286 | |
| 287 | ## [1.4.4] - 2021-07-27 |
| 288 | ### Changed |
| 289 | - Updated package dependencies. |
| 290 | |
| 291 | ## [1.4.3] - 2021-06-29 |
| 292 | ### Changed |
| 293 | - Updated package dependencies. |
| 294 | |
| 295 | ## [1.4.2] - 2021-05-25 |
| 296 | ### Changed |
| 297 | - Updated package dependencies. |
| 298 | |
| 299 | ## [1.4.1] - 2021-04-27 |
| 300 | ### Changed |
| 301 | - Updated package dependencies. |
| 302 | |
| 303 | ## [1.4.0] - 2021-03-30 |
| 304 | ### Added |
| 305 | - Composer alias for dev-master, to improve dependencies |
| 306 | - Dashboard: add new option to input license key. |
| 307 | |
| 308 | ### Changed |
| 309 | - Replace usage of deprecated is_active method |
| 310 | - Update package dependencies. |
| 311 | |
| 312 | ### Fixed |
| 313 | - Fix stored licenses not being attached on option creation |
| 314 | - Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in. |
| 315 | |
| 316 | ## [1.3.4] - 2021-02-23 |
| 317 | |
| 318 | - CI: Make tests more generic |
| 319 | - codesniffer: Hack around mediawiki-codesniffer bug |
| 320 | |
| 321 | ## [1.3.3] - 2021-02-08 |
| 322 | |
| 323 | - Update dependencies to latest stable |
| 324 | |
| 325 | ## [1.3.2] - 2021-01-28 |
| 326 | |
| 327 | - Update dependencies to latest stable |
| 328 | |
| 329 | ## [1.3.1] - 2021-01-26 |
| 330 | |
| 331 | - Add mirror-repo information to all current composer packages |
| 332 | - Monorepo: Reorganize all projects |
| 333 | |
| 334 | ## [1.3.0] - 2021-01-05 |
| 335 | |
| 336 | - Pin dependencies |
| 337 | - Packages: Update for PHP 8 testing |
| 338 | |
| 339 | ## [1.2.4] - 2020-11-24 |
| 340 | |
| 341 | - Version packages for release |
| 342 | |
| 343 | ## [1.2.3] - 2020-11-24 |
| 344 | |
| 345 | - Updated PHPCS: Packages and Debugger |
| 346 | |
| 347 | ## [1.2.2] - 2020-11-05 |
| 348 | |
| 349 | - Update dependencies to latest stable |
| 350 | |
| 351 | ## [1.2.1] - 2020-10-29 |
| 352 | |
| 353 | - Update dependencies to latest stable |
| 354 | |
| 355 | ## [1.2.0] - 2020-10-27 |
| 356 | |
| 357 | - Licensing: use Oxford comma in error message |
| 358 | |
| 359 | ## [1.1.4] - 2020-10-14 |
| 360 | |
| 361 | - Update dependencies to latest stable |
| 362 | |
| 363 | ## [1.1.3] - 2020-10-09 |
| 364 | |
| 365 | - Update dependencies to latest stable |
| 366 | |
| 367 | ## [1.1.2] - 2020-10-06 |
| 368 | |
| 369 | - Update dependencies to latest stable |
| 370 | |
| 371 | ## [1.1.1] - 2020-10-01 |
| 372 | |
| 373 | - Update dependencies to latest stable |
| 374 | |
| 375 | ## [1.1.0] - 2020-09-29 |
| 376 | |
| 377 | - Update dependencies to latest stable |
| 378 | |
| 379 | ## 1.0.0 - 2020-09-24 |
| 380 | |
| 381 | - Licensing: Add support for Jetpack licenses |
| 382 | |
| 383 | [3.1.9]: https://github.com/Automattic/jetpack-licensing/compare/v3.1.8...v3.1.9 |
| 384 | [3.1.8]: https://github.com/Automattic/jetpack-licensing/compare/v3.1.7...v3.1.8 |
| 385 | [3.1.7]: https://github.com/Automattic/jetpack-licensing/compare/v3.1.6...v3.1.7 |
| 386 | [3.1.6]: https://github.com/Automattic/jetpack-licensing/compare/v3.1.5...v3.1.6 |
| 387 | [3.1.5]: https://github.com/Automattic/jetpack-licensing/compare/v3.1.4...v3.1.5 |
| 388 | [3.1.4]: https://github.com/Automattic/jetpack-licensing/compare/v3.1.3...v3.1.4 |
| 389 | [3.1.3]: https://github.com/Automattic/jetpack-licensing/compare/v3.1.2...v3.1.3 |
| 390 | [3.1.2]: https://github.com/Automattic/jetpack-licensing/compare/v3.1.1...v3.1.2 |
| 391 | [3.1.1]: https://github.com/Automattic/jetpack-licensing/compare/v3.1.0...v3.1.1 |
| 392 | [3.1.0]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.9...v3.1.0 |
| 393 | [3.0.9]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.8...v3.0.9 |
| 394 | [3.0.8]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.7...v3.0.8 |
| 395 | [3.0.7]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.6...v3.0.7 |
| 396 | [3.0.6]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.5...v3.0.6 |
| 397 | [3.0.5]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.4...v3.0.5 |
| 398 | [3.0.4]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.3...v3.0.4 |
| 399 | [3.0.3]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.2...v3.0.3 |
| 400 | [3.0.2]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.1...v3.0.2 |
| 401 | [3.0.1]: https://github.com/Automattic/jetpack-licensing/compare/v3.0.0...v3.0.1 |
| 402 | [3.0.0]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.12...v3.0.0 |
| 403 | [2.0.12]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.11...v2.0.12 |
| 404 | [2.0.11]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.10...v2.0.11 |
| 405 | [2.0.10]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.9...v2.0.10 |
| 406 | [2.0.9]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.8...v2.0.9 |
| 407 | [2.0.8]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.7...v2.0.8 |
| 408 | [2.0.7]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.6...v2.0.7 |
| 409 | [2.0.6]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.5...v2.0.6 |
| 410 | [2.0.5]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.4...v2.0.5 |
| 411 | [2.0.4]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.3...v2.0.4 |
| 412 | [2.0.3]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.2...v2.0.3 |
| 413 | [2.0.2]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.1...v2.0.2 |
| 414 | [2.0.1]: https://github.com/Automattic/jetpack-licensing/compare/v2.0.0...v2.0.1 |
| 415 | [2.0.0]: https://github.com/Automattic/jetpack-licensing/compare/v1.8.4...v2.0.0 |
| 416 | [1.8.4]: https://github.com/Automattic/jetpack-licensing/compare/v1.8.3...v1.8.4 |
| 417 | [1.8.3]: https://github.com/Automattic/jetpack-licensing/compare/v1.8.2...v1.8.3 |
| 418 | [1.8.2]: https://github.com/Automattic/jetpack-licensing/compare/v1.8.1...v1.8.2 |
| 419 | [1.8.1]: https://github.com/Automattic/jetpack-licensing/compare/v1.8.0...v1.8.1 |
| 420 | [1.8.0]: https://github.com/Automattic/jetpack-licensing/compare/v1.7.14...v1.8.0 |
| 421 | [1.7.14]: https://github.com/Automattic/jetpack-licensing/compare/v1.7.13...v1.7.14 |
| 422 | [1.7.13]: https://github.com/Automattic/jetpack-licensing/compare/v1.7.12...v1.7.13 |
| 423 | [1.7.12]: https://github.com/Automattic/jetpack-licensing/compare/v1.7.11...v1.7.12 |
| 424 | [1.7.11]: https://github.com/Automattic/jetpack-licensing/compare/v1.7.10...v1.7.11 |
| 425 | [1.7.10]: https://github.com/Automattic/jetpack-licensing/compare/v1.7.9...v1.7.10 |
| 426 | [1.7.9]: https://github.com/Automattic/jetpack-licensing/compare/v1.7.8...v1.7.9 |
| 427 | [1.7.8]: https://github.com/Automattic/jetpack-licensing/compare/v1.7.7...v1.7.8 |
| 428 | [1.7.7]: https://github.com/Automattic/jetpack-licensing/compare/v1.7.6...v1.7.7 |
| 429 | [1.7.6]: https://github.com/Automattic/jetpack-licensing/compare/v1.7.5...v1.7.6 |
| 430 | [1.7.5]: https://github.com/Automattic/jetpack-licensing/compare/v1.7.4...v1.7.5 |
| 431 | [1.7.4]: https://github.com/Automattic/jetpack-licensing/compare/v1.7.3...v1.7.4 |
| 432 | [1.7.3]: https://github.com/Automattic/jetpack-licensing/compare/v1.7.2...v1.7.3 |
| 433 | [1.7.2]: https://github.com/Automattic/jetpack-licensing/compare/v1.7.1...v1.7.2 |
| 434 | [1.7.1]: https://github.com/Automattic/jetpack-licensing/compare/v1.7.0...v1.7.1 |
| 435 | [1.7.0]: https://github.com/Automattic/jetpack-licensing/compare/v1.6.4...v1.7.0 |
| 436 | [1.6.4]: https://github.com/Automattic/jetpack-licensing/compare/v1.6.3...v1.6.4 |
| 437 | [1.6.3]: https://github.com/Automattic/jetpack-licensing/compare/v1.6.2...v1.6.3 |
| 438 | [1.6.2]: https://github.com/Automattic/jetpack-licensing/compare/v1.6.1...v1.6.2 |
| 439 | [1.6.1]: https://github.com/Automattic/jetpack-licensing/compare/v1.6.0...v1.6.1 |
| 440 | [1.6.0]: https://github.com/Automattic/jetpack-licensing/compare/v1.5.4...v1.6.0 |
| 441 | [1.5.4]: https://github.com/Automattic/jetpack-licensing/compare/v1.5.3...v1.5.4 |
| 442 | [1.5.3]: https://github.com/Automattic/jetpack-licensing/compare/v1.5.2...v1.5.3 |
| 443 | [1.5.2]: https://github.com/Automattic/jetpack-licensing/compare/v1.5.1...v1.5.2 |
| 444 | [1.5.1]: https://github.com/Automattic/jetpack-licensing/compare/v1.5.0...v1.5.1 |
| 445 | [1.5.0]: https://github.com/Automattic/jetpack-licensing/compare/v1.4.9...v1.5.0 |
| 446 | [1.4.9]: https://github.com/Automattic/jetpack-licensing/compare/v1.4.8...v1.4.9 |
| 447 | [1.4.8]: https://github.com/Automattic/jetpack-licensing/compare/v1.4.7...v1.4.8 |
| 448 | [1.4.7]: https://github.com/Automattic/jetpack-licensing/compare/v1.4.6...v1.4.7 |
| 449 | [1.4.6]: https://github.com/Automattic/jetpack-licensing/compare/v1.4.5...v1.4.6 |
| 450 | [1.4.5]: https://github.com/Automattic/jetpack-licensing/compare/v1.4.4...v1.4.5 |
| 451 | [1.4.4]: https://github.com/Automattic/jetpack-licensing/compare/v1.4.3...v1.4.4 |
| 452 | [1.4.3]: https://github.com/Automattic/jetpack-licensing/compare/v1.4.2...v1.4.3 |
| 453 | [1.4.2]: https://github.com/Automattic/jetpack-licensing/compare/v1.4.1...v1.4.2 |
| 454 | [1.4.1]: https://github.com/Automattic/jetpack-licensing/compare/v1.4.0...v1.4.1 |
| 455 | [1.4.0]: https://github.com/Automattic/jetpack-licensing/compare/v1.3.4...v1.4.0 |
| 456 | [1.3.4]: https://github.com/Automattic/jetpack-licensing/compare/v1.3.3...v1.3.4 |
| 457 | [1.3.3]: https://github.com/Automattic/jetpack-licensing/compare/v1.3.2...v1.3.3 |
| 458 | [1.3.2]: https://github.com/Automattic/jetpack-licensing/compare/v1.3.1...v1.3.2 |
| 459 | [1.3.1]: https://github.com/Automattic/jetpack-licensing/compare/v1.3.0...v1.3.1 |
| 460 | [1.3.0]: https://github.com/Automattic/jetpack-licensing/compare/v1.2.4...v1.3.0 |
| 461 | [1.2.4]: https://github.com/Automattic/jetpack-licensing/compare/v1.2.3...v1.2.4 |
| 462 | [1.2.3]: https://github.com/Automattic/jetpack-licensing/compare/v1.2.2...v1.2.3 |
| 463 | [1.2.2]: https://github.com/Automattic/jetpack-licensing/compare/v1.2.1...v1.2.2 |
| 464 | [1.2.1]: https://github.com/Automattic/jetpack-licensing/compare/v1.2.0...v1.2.1 |
| 465 | [1.2.0]: https://github.com/Automattic/jetpack-licensing/compare/v1.1.4...v1.2.0 |
| 466 | [1.1.4]: https://github.com/Automattic/jetpack-licensing/compare/v1.1.3...v1.1.4 |
| 467 | [1.1.3]: https://github.com/Automattic/jetpack-licensing/compare/v1.1.2...v1.1.3 |
| 468 | [1.1.2]: https://github.com/Automattic/jetpack-licensing/compare/v1.1.1...v1.1.2 |
| 469 | [1.1.1]: https://github.com/Automattic/jetpack-licensing/compare/v1.1.0...v1.1.1 |
| 470 | [1.1.0]: https://github.com/Automattic/jetpack-licensing/compare/v1.0.0...v1.1.0 |
| 471 |