CHANGELOG.md
213 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 | ## [4.0.4] - 2026-05-25 |
| 9 | ### Fixed |
| 10 | - Phan: Address `PhanPluginDuplicateConditionalNullCoalescing` violations. [#48887] |
| 11 | |
| 12 | ## [4.0.3] - 2026-05-19 |
| 13 | ### Changed |
| 14 | - Internal updates. |
| 15 | |
| 16 | ## [4.0.2] - 2026-05-04 |
| 17 | ### Changed |
| 18 | - Internal: No longer require automattic/jetpack-changelogger as a per-project dev dependency. [#48225] |
| 19 | |
| 20 | ## [4.0.1] - 2025-02-24 |
| 21 | ### Changed |
| 22 | - Update dependencies. |
| 23 | |
| 24 | ## [4.0.0] - 2024-11-18 |
| 25 | ### Removed |
| 26 | - General: Update minimum PHP version to 7.2. [#40147] |
| 27 | |
| 28 | ## [3.0.2] - 2024-04-25 |
| 29 | ### Changed |
| 30 | - Internal updates. |
| 31 | |
| 32 | ## [3.0.1] - 2024-04-08 |
| 33 | ### Changed |
| 34 | - Update GlotPress locales. [#36748] |
| 35 | |
| 36 | ## [3.0.0] - 2024-03-25 |
| 37 | ### Removed |
| 38 | - General: remove past compatibility layer that is not being used anywhere anymore. [#36157] |
| 39 | |
| 40 | ## [2.0.1] - 2024-03-18 |
| 41 | ### Changed |
| 42 | - Internal updates. |
| 43 | |
| 44 | ## [2.0.0] - 2023-11-20 |
| 45 | ### Changed |
| 46 | - Updated required PHP version to >= 7.0. [#34192] |
| 47 | |
| 48 | ## [1.7.8] - 2023-11-14 |
| 49 | |
| 50 | ## [1.7.7] - 2023-09-19 |
| 51 | |
| 52 | - Minor internal updates. |
| 53 | |
| 54 | ## [1.7.6] - 2023-04-10 |
| 55 | ### Added |
| 56 | - Add Jetpack Autoloader package suggestion. [#29988] |
| 57 | |
| 58 | ## [1.7.5] - 2022-11-28 |
| 59 | ### Changed |
| 60 | - Updated package dependencies. [#27043] |
| 61 | |
| 62 | ## [1.7.4] - 2022-07-26 |
| 63 | ### Changed |
| 64 | - Updated package dependencies. [#25158] |
| 65 | |
| 66 | ## [1.7.3] - 2022-06-21 |
| 67 | ### Changed |
| 68 | - Renaming master to trunk. [#24661] |
| 69 | |
| 70 | ## [1.7.2] - 2022-05-18 |
| 71 | ### Fixed |
| 72 | - Fix new PHPCS sniffs. [#24366] |
| 73 | |
| 74 | ## [1.7.1] - 2022-04-26 |
| 75 | ### Changed |
| 76 | - Updated package dependencies. |
| 77 | |
| 78 | ## [1.7.0] - 2022-03-23 |
| 79 | ### Added |
| 80 | - Migrated GlotPress locale classes into compat pkg |
| 81 | |
| 82 | ## [1.6.8] - 2021-12-14 |
| 83 | ### Changed |
| 84 | - Updated package dependencies. |
| 85 | |
| 86 | ## [1.6.7] - 2021-10-19 |
| 87 | ### Changed |
| 88 | - Updated package dependencies. |
| 89 | |
| 90 | ## [1.6.6] - 2021-09-28 |
| 91 | ### Fixed |
| 92 | - Register WP hooks even if WP isn't loaded yet. |
| 93 | |
| 94 | ## [1.6.5] - 2021-05-25 |
| 95 | ### Changed |
| 96 | - Updated package dependencies. |
| 97 | |
| 98 | ## [1.6.4] - 2021-04-27 |
| 99 | ### Changed |
| 100 | - Updated package dependencies. |
| 101 | |
| 102 | ## [1.6.3] - 2021-03-30 |
| 103 | ### Added |
| 104 | - Composer alias for dev-master, to improve dependencies |
| 105 | |
| 106 | ### Changed |
| 107 | - Update package dependencies. |
| 108 | |
| 109 | ## [1.6.2] - 2021-02-05 |
| 110 | |
| 111 | - CI: Make tests more generic |
| 112 | |
| 113 | ## [1.6.1] - 2021-01-19 |
| 114 | |
| 115 | - Add mirror-repo information to all current composer packages |
| 116 | - Monorepo: Reorganize all projects |
| 117 | |
| 118 | ## [1.6.0] - 2020-12-07 |
| 119 | |
| 120 | - Pin dependencies |
| 121 | - Packages: Update for PHP 8 testing |
| 122 | |
| 123 | ## [1.5.1] - 2020-10-28 |
| 124 | |
| 125 | - Updated PHPCS: Packages and Debugger |
| 126 | |
| 127 | ## [1.5.0] - 2020-10-01 |
| 128 | |
| 129 | - API: Remove the constant `JETPACK_CLIENT__HTTPS`. |
| 130 | |
| 131 | ## [1.4.0] - 2020-08-19 |
| 132 | |
| 133 | - Compat Package: Fix method declaration compatibility |
| 134 | |
| 135 | ## [1.3.0] - 2020-06-10 |
| 136 | |
| 137 | - Various: Update use of whitelist/blacklist |
| 138 | |
| 139 | ## [1.2.0] - 2020-04-28 |
| 140 | |
| 141 | - Correct inline documentation "Array" type |
| 142 | - Compat: use require_once instead of jetpack_require_lib() |
| 143 | |
| 144 | ## [1.1.0] - 2020-03-10 |
| 145 | |
| 146 | - Sync Package: Add readme skeleton (#14945) |
| 147 | |
| 148 | ## [1.0.5] - 2019-11-08 |
| 149 | |
| 150 | - Packages: Use classmap instead of PSR-4 |
| 151 | |
| 152 | ## [1.0.4] - 2019-11-08 |
| 153 | |
| 154 | - Move fix_url_for_bad_hosts from Jetpack class to Connection pa… |
| 155 | |
| 156 | ## [1.0.3] - 2019-10-29 |
| 157 | |
| 158 | - PHPCS: Rest of the packages |
| 159 | - Update Prettier and reformat files |
| 160 | |
| 161 | ## [1.0.2] - 2019-09-20 |
| 162 | |
| 163 | - Docs: Unify usage of @package phpdoc tags |
| 164 | - Janitorial: Remove the leading backslash from namespaces |
| 165 | |
| 166 | ## [1.0.1] - 2019-09-14 |
| 167 | |
| 168 | - Sync: Add return for deprecated Jetpack_Sync_Settings functions with expected return value |
| 169 | |
| 170 | ## 1.0.0 - 2019-09-14 |
| 171 | |
| 172 | - Jetpack 7.5: Back compatibility package |
| 173 | |
| 174 | [4.0.4]: https://github.com/Automattic/jetpack-compat/compare/v4.0.3...v4.0.4 |
| 175 | [4.0.3]: https://github.com/Automattic/jetpack-compat/compare/v4.0.2...v4.0.3 |
| 176 | [4.0.2]: https://github.com/Automattic/jetpack-compat/compare/v4.0.1...v4.0.2 |
| 177 | [4.0.1]: https://github.com/Automattic/jetpack-compat/compare/v4.0.0...v4.0.1 |
| 178 | [4.0.0]: https://github.com/Automattic/jetpack-compat/compare/v3.0.2...v4.0.0 |
| 179 | [3.0.2]: https://github.com/Automattic/jetpack-compat/compare/v3.0.1...v3.0.2 |
| 180 | [3.0.1]: https://github.com/Automattic/jetpack-compat/compare/v3.0.0...v3.0.1 |
| 181 | [3.0.0]: https://github.com/Automattic/jetpack-compat/compare/v2.0.1...v3.0.0 |
| 182 | [2.0.1]: https://github.com/Automattic/jetpack-compat/compare/v2.0.0...v2.0.1 |
| 183 | [2.0.0]: https://github.com/Automattic/jetpack-compat/compare/v1.7.8...v2.0.0 |
| 184 | [1.7.8]: https://github.com/Automattic/jetpack-compat/compare/v1.7.7...v1.7.8 |
| 185 | [1.7.7]: https://github.com/Automattic/jetpack-compat/compare/v1.7.6...v1.7.7 |
| 186 | [1.7.6]: https://github.com/Automattic/jetpack-compat/compare/v1.7.5...v1.7.6 |
| 187 | [1.7.5]: https://github.com/Automattic/jetpack-compat/compare/v1.7.4...v1.7.5 |
| 188 | [1.7.4]: https://github.com/Automattic/jetpack-compat/compare/v1.7.3...v1.7.4 |
| 189 | [1.7.3]: https://github.com/Automattic/jetpack-compat/compare/v1.7.2...v1.7.3 |
| 190 | [1.7.2]: https://github.com/Automattic/jetpack-compat/compare/v1.7.1...v1.7.2 |
| 191 | [1.7.1]: https://github.com/Automattic/jetpack-compat/compare/v1.7.0...v1.7.1 |
| 192 | [1.7.0]: https://github.com/Automattic/jetpack-compat/compare/v1.6.8...v1.7.0 |
| 193 | [1.6.8]: https://github.com/Automattic/jetpack-compat/compare/v1.6.7...v1.6.8 |
| 194 | [1.6.7]: https://github.com/Automattic/jetpack-compat/compare/v1.6.6...v1.6.7 |
| 195 | [1.6.6]: https://github.com/Automattic/jetpack-compat/compare/v1.6.5...v1.6.6 |
| 196 | [1.6.5]: https://github.com/Automattic/jetpack-compat/compare/v1.6.4...v1.6.5 |
| 197 | [1.6.4]: https://github.com/Automattic/jetpack-compat/compare/v1.6.3...v1.6.4 |
| 198 | [1.6.3]: https://github.com/Automattic/jetpack-compat/compare/v1.6.2...v1.6.3 |
| 199 | [1.6.2]: https://github.com/Automattic/jetpack-compat/compare/v1.6.1...v1.6.2 |
| 200 | [1.6.1]: https://github.com/Automattic/jetpack-compat/compare/v1.6.0...v1.6.1 |
| 201 | [1.6.0]: https://github.com/Automattic/jetpack-compat/compare/v1.5.1...v1.6.0 |
| 202 | [1.5.1]: https://github.com/Automattic/jetpack-compat/compare/v1.5.0...v1.5.1 |
| 203 | [1.5.0]: https://github.com/Automattic/jetpack-compat/compare/v1.4.0...v1.5.0 |
| 204 | [1.4.0]: https://github.com/Automattic/jetpack-compat/compare/v1.3.0...v1.4.0 |
| 205 | [1.3.0]: https://github.com/Automattic/jetpack-compat/compare/v1.2.0...v1.3.0 |
| 206 | [1.2.0]: https://github.com/Automattic/jetpack-compat/compare/v1.1.0...v1.2.0 |
| 207 | [1.1.0]: https://github.com/Automattic/jetpack-compat/compare/v1.0.5...v1.1.0 |
| 208 | [1.0.5]: https://github.com/Automattic/jetpack-compat/compare/v1.0.4...v1.0.5 |
| 209 | [1.0.4]: https://github.com/Automattic/jetpack-compat/compare/v1.0.3...v1.0.4 |
| 210 | [1.0.3]: https://github.com/Automattic/jetpack-compat/compare/v1.0.2...v1.0.3 |
| 211 | [1.0.2]: https://github.com/Automattic/jetpack-compat/compare/v1.0.1...v1.0.2 |
| 212 | [1.0.1]: https://github.com/Automattic/jetpack-compat/compare/v1.0.0...v1.0.1 |
| 213 |