CHANGELOG.md
238 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.0.10] - 2026-06-08 |
| 9 | ### Changed |
| 10 | - Internal updates. |
| 11 | |
| 12 | ## [3.0.9] - 2026-05-19 |
| 13 | ### Changed |
| 14 | - Internal updates. |
| 15 | |
| 16 | ## [3.0.8] - 2026-05-04 |
| 17 | ### Changed |
| 18 | - Internal: No longer require automattic/jetpack-changelogger as a per-project dev dependency. [#48225] |
| 19 | |
| 20 | ## [3.0.7] - 2026-04-13 |
| 21 | ### Changed |
| 22 | - Internal updates. |
| 23 | |
| 24 | ## [3.0.6] - 2025-08-25 |
| 25 | ### Changed |
| 26 | - Internal updates. |
| 27 | |
| 28 | ## [3.0.5] - 2025-04-28 |
| 29 | ### Changed |
| 30 | - Internal updates. |
| 31 | |
| 32 | ## [3.0.4] - 2025-03-24 |
| 33 | ### Changed |
| 34 | - Internal updates. |
| 35 | |
| 36 | ## [3.0.3] - 2025-03-12 |
| 37 | ### Changed |
| 38 | - Internal updates. |
| 39 | |
| 40 | ## [3.0.2] - 2025-03-10 |
| 41 | ### Changed |
| 42 | - Internal updates. |
| 43 | |
| 44 | ## [3.0.1] - 2025-02-24 |
| 45 | ### Changed |
| 46 | - Update dependencies. |
| 47 | |
| 48 | ## [3.0.0] - 2024-11-18 |
| 49 | ### Removed |
| 50 | - General: Update minimum PHP version to 7.2. [#40147] |
| 51 | |
| 52 | ## [2.0.4] - 2024-11-04 |
| 53 | ### Added |
| 54 | - Enable test coverage. [#39961] |
| 55 | |
| 56 | ## [2.0.3] - 2024-08-26 |
| 57 | ### Changed |
| 58 | - Updated package dependencies. [#39004] |
| 59 | |
| 60 | ## [2.0.2] - 2024-03-25 |
| 61 | ### Changed |
| 62 | - Internal updates. |
| 63 | |
| 64 | ## [2.0.1] - 2024-03-18 |
| 65 | ### Changed |
| 66 | - Internal updates. |
| 67 | |
| 68 | ## [2.0.0] - 2023-11-20 |
| 69 | ### Changed |
| 70 | - Updated required PHP version to >= 7.0. [#34192] |
| 71 | |
| 72 | ## [1.3.21] - 2023-08-28 |
| 73 | ### Changed |
| 74 | - Updated package dependencies. [#32605] |
| 75 | |
| 76 | ## [1.3.20] - 2023-04-10 |
| 77 | ### Added |
| 78 | - Add Jetpack Autoloader package suggestion. [#29988] |
| 79 | |
| 80 | ## [1.3.19] - 2023-02-20 |
| 81 | ### Changed |
| 82 | - Minor internal updates. |
| 83 | |
| 84 | ## [1.3.18] - 2022-12-06 |
| 85 | ### Changed |
| 86 | - Updated package dependencies. [#27688] |
| 87 | |
| 88 | ## [1.3.17] - 2022-11-28 |
| 89 | ### Changed |
| 90 | - Updated package dependencies. [#27043] |
| 91 | |
| 92 | ## [1.3.16] - 2022-07-26 |
| 93 | ### Changed |
| 94 | - Updated package dependencies. [#25158] |
| 95 | |
| 96 | ## [1.3.15] - 2022-06-21 |
| 97 | ### Changed |
| 98 | - Renaming master to trunk. [#24661] |
| 99 | |
| 100 | ## [1.3.14] - 2022-04-26 |
| 101 | ### Changed |
| 102 | - Updated package dependencies. |
| 103 | |
| 104 | ## [1.3.13] - 2022-01-25 |
| 105 | ### Changed |
| 106 | - Updated package dependencies. |
| 107 | |
| 108 | ## [1.3.12] - 2022-01-04 |
| 109 | ### Changed |
| 110 | - Switch to pcov for code coverage. |
| 111 | - Updated package dependencies |
| 112 | |
| 113 | ## [1.3.11] - 2021-12-14 |
| 114 | ### Changed |
| 115 | - Updated package dependencies. |
| 116 | |
| 117 | ## [1.3.10] - 2021-11-02 |
| 118 | ### Changed |
| 119 | - Set `convertDeprecationsToExceptions` true in PHPUnit config. |
| 120 | - Update PHPUnit configs to include just what needs coverage rather than include everything then try to exclude stuff that doesn't. |
| 121 | |
| 122 | ## [1.3.9] - 2021-10-19 |
| 123 | ### Changed |
| 124 | - Updated package dependencies. |
| 125 | |
| 126 | ## [1.3.8] - 2021-10-12 |
| 127 | ### Changed |
| 128 | - Updated package dependencies |
| 129 | |
| 130 | ## [1.3.7] - 2021-09-28 |
| 131 | ### Changed |
| 132 | - Updated package dependencies. |
| 133 | |
| 134 | ## [1.3.6] - 2021-08-31 |
| 135 | ### Changed |
| 136 | - Run composer update on test-php command instead of phpunit. |
| 137 | - Tests: update PHPUnit polyfills dependency (yoast/phpunit-polyfills). |
| 138 | |
| 139 | ## [1.3.5] - 2021-05-25 |
| 140 | ### Changed |
| 141 | - Updated package dependencies. |
| 142 | |
| 143 | ## [1.3.4] - 2021-04-27 |
| 144 | ### Changed |
| 145 | - Updated package dependencies. |
| 146 | |
| 147 | ## [1.3.3] - 2021-03-30 |
| 148 | ### Added |
| 149 | - Composer alias for dev-master, to improve dependencies |
| 150 | |
| 151 | ### Changed |
| 152 | - Update package dependencies. |
| 153 | |
| 154 | ### Fixed |
| 155 | - Use `composer update` rather than `install` in scripts, as composer.lock isn't checked in. |
| 156 | |
| 157 | ## [1.3.2] - 2021-02-05 |
| 158 | |
| 159 | - CI: Make tests more generic |
| 160 | |
| 161 | ## [1.3.1] - 2021-01-19 |
| 162 | |
| 163 | - Add mirror-repo information to all current composer packages |
| 164 | - Monorepo: Reorganize all projects |
| 165 | |
| 166 | ## [1.3.0] - 2020-12-07 |
| 167 | |
| 168 | - Pin dependencies |
| 169 | - Packages: Update for PHP 8 testing |
| 170 | |
| 171 | ## [1.2.0] - 2020-08-13 |
| 172 | |
| 173 | - CI: Try collect js coverage |
| 174 | |
| 175 | ## [1.1.0] - 2020-06-22 |
| 176 | |
| 177 | - PHPCS: Clean up the packages |
| 178 | |
| 179 | ## [1.0.4] - 2019-11-08 |
| 180 | |
| 181 | - Packages: Use classmap instead of PSR-4 |
| 182 | |
| 183 | ## [1.0.2] - 2019-10-28 |
| 184 | |
| 185 | - Packages: Add gitattributes files to all packages that need th… |
| 186 | |
| 187 | ## [1.0.1] - 2019-09-20 |
| 188 | |
| 189 | - Docs: Unify usage of @package phpdoc tags |
| 190 | |
| 191 | ## 1.0.0 - 2019-09-14 |
| 192 | |
| 193 | - Packages: Introduce a jetpack-error package |
| 194 | |
| 195 | [3.0.10]: https://github.com/Automattic/jetpack-error/compare/v3.0.9...v3.0.10 |
| 196 | [3.0.9]: https://github.com/Automattic/jetpack-error/compare/v3.0.8...v3.0.9 |
| 197 | [3.0.8]: https://github.com/Automattic/jetpack-error/compare/v3.0.7...v3.0.8 |
| 198 | [3.0.7]: https://github.com/Automattic/jetpack-error/compare/v3.0.6...v3.0.7 |
| 199 | [3.0.6]: https://github.com/Automattic/jetpack-error/compare/v3.0.5...v3.0.6 |
| 200 | [3.0.5]: https://github.com/Automattic/jetpack-error/compare/v3.0.4...v3.0.5 |
| 201 | [3.0.4]: https://github.com/Automattic/jetpack-error/compare/v3.0.3...v3.0.4 |
| 202 | [3.0.3]: https://github.com/Automattic/jetpack-error/compare/v3.0.2...v3.0.3 |
| 203 | [3.0.2]: https://github.com/Automattic/jetpack-error/compare/v3.0.1...v3.0.2 |
| 204 | [3.0.1]: https://github.com/Automattic/jetpack-error/compare/v3.0.0...v3.0.1 |
| 205 | [3.0.0]: https://github.com/Automattic/jetpack-error/compare/v2.0.4...v3.0.0 |
| 206 | [2.0.4]: https://github.com/Automattic/jetpack-error/compare/v2.0.3...v2.0.4 |
| 207 | [2.0.3]: https://github.com/Automattic/jetpack-error/compare/v2.0.2...v2.0.3 |
| 208 | [2.0.2]: https://github.com/Automattic/jetpack-error/compare/v2.0.1...v2.0.2 |
| 209 | [2.0.1]: https://github.com/Automattic/jetpack-error/compare/v2.0.0...v2.0.1 |
| 210 | [2.0.0]: https://github.com/Automattic/jetpack-error/compare/v1.3.21...v2.0.0 |
| 211 | [1.3.21]: https://github.com/Automattic/jetpack-error/compare/v1.3.20...v1.3.21 |
| 212 | [1.3.20]: https://github.com/Automattic/jetpack-error/compare/v1.3.19...v1.3.20 |
| 213 | [1.3.19]: https://github.com/Automattic/jetpack-error/compare/v1.3.18...v1.3.19 |
| 214 | [1.3.18]: https://github.com/Automattic/jetpack-error/compare/v1.3.17...v1.3.18 |
| 215 | [1.3.17]: https://github.com/Automattic/jetpack-error/compare/v1.3.16...v1.3.17 |
| 216 | [1.3.16]: https://github.com/Automattic/jetpack-error/compare/v1.3.15...v1.3.16 |
| 217 | [1.3.15]: https://github.com/Automattic/jetpack-error/compare/v1.3.14...v1.3.15 |
| 218 | [1.3.14]: https://github.com/Automattic/jetpack-error/compare/v1.3.13...v1.3.14 |
| 219 | [1.3.13]: https://github.com/Automattic/jetpack-error/compare/v1.3.12...v1.3.13 |
| 220 | [1.3.12]: https://github.com/Automattic/jetpack-error/compare/v1.3.11...v1.3.12 |
| 221 | [1.3.11]: https://github.com/Automattic/jetpack-error/compare/v1.3.10...v1.3.11 |
| 222 | [1.3.10]: https://github.com/Automattic/jetpack-error/compare/v1.3.9...v1.3.10 |
| 223 | [1.3.9]: https://github.com/Automattic/jetpack-error/compare/v1.3.8...v1.3.9 |
| 224 | [1.3.8]: https://github.com/Automattic/jetpack-error/compare/v1.3.7...v1.3.8 |
| 225 | [1.3.7]: https://github.com/Automattic/jetpack-error/compare/v1.3.6...v1.3.7 |
| 226 | [1.3.6]: https://github.com/Automattic/jetpack-error/compare/v1.3.5...v1.3.6 |
| 227 | [1.3.5]: https://github.com/Automattic/jetpack-error/compare/v1.3.4...v1.3.5 |
| 228 | [1.3.4]: https://github.com/Automattic/jetpack-error/compare/v1.3.3...v1.3.4 |
| 229 | [1.3.3]: https://github.com/Automattic/jetpack-error/compare/v1.3.2...v1.3.3 |
| 230 | [1.3.2]: https://github.com/Automattic/jetpack-error/compare/v1.3.1...v1.3.2 |
| 231 | [1.3.1]: https://github.com/Automattic/jetpack-error/compare/v1.3.0...v1.3.1 |
| 232 | [1.3.0]: https://github.com/Automattic/jetpack-error/compare/v1.2.0...v1.3.0 |
| 233 | [1.2.0]: https://github.com/Automattic/jetpack-error/compare/v1.1.0...v1.2.0 |
| 234 | [1.1.0]: https://github.com/Automattic/jetpack-error/compare/v1.0.4...v1.1.0 |
| 235 | [1.0.4]: https://github.com/Automattic/jetpack-error/compare/v1.0.2...v1.0.4 |
| 236 | [1.0.2]: https://github.com/Automattic/jetpack-error/compare/v1.0.1...v1.0.2 |
| 237 | [1.0.1]: https://github.com/Automattic/jetpack-error/compare/v1.0.0...v1.0.1 |
| 238 |