CHANGELOG.md
187 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.5.11] - 2026-06-08 |
| 9 | ### Changed |
| 10 | - Internal updates. |
| 11 | |
| 12 | ## [0.5.10] - 2026-06-05 |
| 13 | ### Changed |
| 14 | - Internal updates. |
| 15 | |
| 16 | ## [0.5.9] - 2026-05-19 |
| 17 | ### Changed |
| 18 | - Internal updates. |
| 19 | |
| 20 | ## [0.5.8] - 2026-05-04 |
| 21 | ### Changed |
| 22 | - Internal: No longer require automattic/jetpack-changelogger as a per-project dev dependency. [#48225] |
| 23 | |
| 24 | ## [0.5.7] - 2025-08-14 |
| 25 | ### Changed |
| 26 | - Internal updates. |
| 27 | |
| 28 | ## [0.5.6] - 2025-07-21 |
| 29 | ### Changed |
| 30 | - Internal updates. |
| 31 | |
| 32 | ## [0.5.5] - 2025-04-28 |
| 33 | ### Changed |
| 34 | - Internal updates. |
| 35 | |
| 36 | ## [0.5.4] - 2025-03-21 |
| 37 | ### Changed |
| 38 | - Internal updates. |
| 39 | |
| 40 | ## [0.5.3] - 2025-03-12 |
| 41 | ### Changed |
| 42 | - Internal updates. |
| 43 | |
| 44 | ## [0.5.2] - 2025-03-05 |
| 45 | ### Changed |
| 46 | - Internal updates. |
| 47 | |
| 48 | ## [0.5.1] - 2025-02-24 |
| 49 | ### Changed |
| 50 | - Update dependencies. |
| 51 | |
| 52 | ## [0.5.0] - 2024-11-14 |
| 53 | ### Removed |
| 54 | - General: Update minimum PHP version to 7.2. [#40147] |
| 55 | |
| 56 | ## [0.4.4] - 2024-11-04 |
| 57 | ### Added |
| 58 | - Enable test coverage. [#39961] |
| 59 | |
| 60 | ## [0.4.3] - 2024-09-05 |
| 61 | ### Changed |
| 62 | - Update dependencies. |
| 63 | |
| 64 | ## [0.4.2] - 2024-08-26 |
| 65 | ### Changed |
| 66 | - Updated package dependencies. [#39004] |
| 67 | |
| 68 | ## [0.4.1] - 2024-08-15 |
| 69 | ### Fixed |
| 70 | - Fix incorrect next-version tokens in php `@since` and/or `@deprecated` docs. [#38869] |
| 71 | |
| 72 | ## [0.4.0] - 2024-05-20 |
| 73 | ### Deprecated |
| 74 | - Extract the 'is_current_request_activating_plugin_from_plugins_screen' method into Status package. [#37430] |
| 75 | |
| 76 | ## [0.3.5] - 2024-05-06 |
| 77 | ### Changed |
| 78 | - Internal updates. |
| 79 | |
| 80 | ## [0.3.4] - 2024-04-08 |
| 81 | ### Changed |
| 82 | - Internal updates. |
| 83 | |
| 84 | ## [0.3.3] - 2024-03-25 |
| 85 | ### Changed |
| 86 | - Internal updates. |
| 87 | |
| 88 | ## [0.3.2] - 2024-03-14 |
| 89 | ### Changed |
| 90 | - Internal updates. |
| 91 | |
| 92 | ## [0.3.1] - 2024-01-02 |
| 93 | ### Fixed |
| 94 | - Ensured that language packs are installed after installing a new plugin. [#34763] |
| 95 | |
| 96 | ## [0.3.0] - 2023-11-20 |
| 97 | ### Changed |
| 98 | - Updated required PHP version to >= 7.0. [#34192] |
| 99 | |
| 100 | ## [0.2.6] - 2023-11-14 |
| 101 | |
| 102 | ## [0.2.5] - 2023-08-23 |
| 103 | ### Changed |
| 104 | - Updated package dependencies. [#32605] |
| 105 | |
| 106 | ## [0.2.4] - 2023-04-10 |
| 107 | ### Added |
| 108 | - Add Jetpack Autoloader package suggestion. [#29988] |
| 109 | |
| 110 | ## [0.2.3] - 2023-02-20 |
| 111 | ### Changed |
| 112 | - Minor internal updates. |
| 113 | |
| 114 | ## [0.2.2] - 2022-12-02 |
| 115 | ### Changed |
| 116 | - Updated package dependencies. [#27688] |
| 117 | |
| 118 | ## [0.2.1] - 2022-11-22 |
| 119 | ### Changed |
| 120 | - Updated package dependencies. [#27043] |
| 121 | |
| 122 | ## [0.2.0] - 2022-08-23 |
| 123 | ### Added |
| 124 | - Add method to check plugin activation context. [#25422] |
| 125 | |
| 126 | ## [0.1.4] - 2022-07-26 |
| 127 | ### Changed |
| 128 | - Updated package dependencies. [#25158] |
| 129 | |
| 130 | ## [0.1.3] - 2022-06-21 |
| 131 | ### Changed |
| 132 | - Renaming master to trunk. |
| 133 | |
| 134 | ## [0.1.2] - 2022-04-26 |
| 135 | ### Changed |
| 136 | - Updated package dependencies. |
| 137 | |
| 138 | ## [0.1.1] - 2022-03-29 |
| 139 | ### Added |
| 140 | - Set composer package type to "jetpack-library" so i18n will work. |
| 141 | |
| 142 | ## 0.1.0 - 2022-02-02 |
| 143 | ### Added |
| 144 | - First version |
| 145 | - New functions to safely check plugin statuses |
| 146 | |
| 147 | ### Changed |
| 148 | - Build: add missing mirror repo details, so package can be deployed. |
| 149 | |
| 150 | ### Fixed |
| 151 | - Fix method logic |
| 152 | |
| 153 | [0.5.11]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.5.10...v0.5.11 |
| 154 | [0.5.10]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.5.9...v0.5.10 |
| 155 | [0.5.9]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.5.8...v0.5.9 |
| 156 | [0.5.8]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.5.7...v0.5.8 |
| 157 | [0.5.7]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.5.6...v0.5.7 |
| 158 | [0.5.6]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.5.5...v0.5.6 |
| 159 | [0.5.5]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.5.4...v0.5.5 |
| 160 | [0.5.4]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.5.3...v0.5.4 |
| 161 | [0.5.3]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.5.2...v0.5.3 |
| 162 | [0.5.2]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.5.1...v0.5.2 |
| 163 | [0.5.1]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.5.0...v0.5.1 |
| 164 | [0.5.0]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.4.4...v0.5.0 |
| 165 | [0.4.4]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.4.3...v0.4.4 |
| 166 | [0.4.3]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.4.2...v0.4.3 |
| 167 | [0.4.2]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.4.1...v0.4.2 |
| 168 | [0.4.1]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.4.0...v0.4.1 |
| 169 | [0.4.0]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.5...v0.4.0 |
| 170 | [0.3.5]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.4...v0.3.5 |
| 171 | [0.3.4]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.3...v0.3.4 |
| 172 | [0.3.3]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.2...v0.3.3 |
| 173 | [0.3.2]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.1...v0.3.2 |
| 174 | [0.3.1]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.3.0...v0.3.1 |
| 175 | [0.3.0]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.6...v0.3.0 |
| 176 | [0.2.6]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.5...v0.2.6 |
| 177 | [0.2.5]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.4...v0.2.5 |
| 178 | [0.2.4]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.3...v0.2.4 |
| 179 | [0.2.3]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.2...v0.2.3 |
| 180 | [0.2.2]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.1...v0.2.2 |
| 181 | [0.2.1]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.2.0...v0.2.1 |
| 182 | [0.2.0]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.1.4...v0.2.0 |
| 183 | [0.1.4]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.1.3...v0.1.4 |
| 184 | [0.1.3]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.1.2...v0.1.3 |
| 185 | [0.1.2]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.1.1...v0.1.2 |
| 186 | [0.1.1]: https://github.com/Automattic/jetpack-plugins-installer/compare/v0.1.0...v0.1.1 |
| 187 |