|
5 | 5 | The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) |
6 | 6 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
7 | 7 |
|
8 | | -## [2.0.0-alpha] - unreleased |
9 | | - |
10 | | -This is an alpha version! The changes listed here are not final. |
11 | | - |
| 8 | +## [2.0.0] - 2025-01-10 |
12 | 9 | ### Added |
13 | | -- Enable test coverage. |
| 10 | +- Enable test coverage. [#39961] |
14 | 11 |
|
15 | 12 | ### Changed |
16 | | -- General: indicate compatibility with the upcoming version of WordPress - 6.7. |
17 | | -- Updated package dependencies. |
| 13 | +- General: Indicate compatibility with the upcoming version of WordPress - 6.7. [#39786] |
| 14 | +- Updated package dependencies. [#38822] [#38870] [#39004] [#39278] [#39288] [#39653] [#40116] [#40515] |
18 | 15 |
|
19 | 16 | ### Removed |
20 | | -- Cleaned up legacy code. |
21 | | -- General: Update minimum PHP version to 7.2. |
22 | | -- General: Update minimum WordPress version to 6.6. |
| 17 | +- Cleaned up legacy code. [#40200] |
| 18 | +- General: Update minimum PHP version to 7.2. [#40147] |
| 19 | +- General: Update minimum WordPress version to 6.6. [#40146] |
23 | 20 |
|
24 | 21 | ### Fixed |
25 | | -- Caching: make sure there is cache content to serve, even if the cache file was found |
26 | | -- Ensure homepage cache gets flushed when a post is unpublished. |
27 | | -- Lossless image optimization for images (should improve performance with no visible changes). |
28 | | -- Move trailing space out of i18n message. |
29 | | -- Revert recent SVG image optimizations. |
30 | | -- Super Cache: Fixed the apache_request_headers fallback so it works when that command is disabled |
| 22 | +- Caching: make sure there is cache content to serve, even if the cache file was found [#40342] |
| 23 | +- Ensure homepage cache gets flushed when a post is unpublished. [#40879] |
| 24 | +- Lossless image optimization for images (should improve performance with no visible changes). [#38750] [#38981] |
| 25 | +- Move trailing space out of i18n message. [#39305] |
| 26 | +- Fix apache_request_headers fallback so it works when that command is disabled. [#39951] |
31 | 27 |
|
32 | 28 | ## [1.12.4] - 2024-07-17 |
33 | 29 | ### Removed |
@@ -788,7 +784,7 @@ This is an alpha version! The changes listed here are not final. |
788 | 784 |
|
789 | 785 | Misc fixes |
790 | 786 |
|
791 | | -[2.0.0-alpha]: https://github.com/Automattic/wp-super-cache/compare/v1.12.4...v2.0.0-alpha |
| 787 | +[2.0.0]: https://github.com/Automattic/wp-super-cache/compare/v1.12.4...v2.0.0 |
792 | 788 | [1.12.4]: https://github.com/Automattic/wp-super-cache/compare/v1.12.3...v1.12.4 |
793 | 789 | [1.12.3]: https://github.com/Automattic/wp-super-cache/compare/v1.12.2...v1.12.3 |
794 | 790 | [1.12.2]: https://github.com/Automattic/wp-super-cache/compare/v1.12.1...v1.12.2 |
|
0 commit comments