|
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 | | -## [1.13.0-alpha] - unreleased |
9 | | - |
10 | | -This is an alpha version! The changes listed here are not final. |
11 | | - |
| 8 | +## [1.12.2] - 2024-06-27 |
12 | 9 | ### Added |
13 | | -- Super Cache: add an admin notice to encourage migration to Jetpack Boost |
14 | | -- Super Cache: modify boost install code so it can be used by multiple buttons |
15 | | -- Super Cache: notify Boost of migration to that plugin |
| 10 | +- add an admin notice to encourage migration to Jetpack Boost [#37933] |
| 11 | +- modify boost install code so it can be used by multiple buttons [#37824] |
| 12 | +- notify Boost of migration to that plugin [#37797] |
16 | 13 |
|
17 | 14 | ### Changed |
18 | | -- General: indicate compatibility with the upcoming version of WordPress - 6.6. |
19 | | -- Super Cache: tell user that Cache module of Boost must be deactivated to use WPSC |
20 | | -- Updated package dependencies. |
21 | | -- WP Super Cache: Updated banner designs, added auto-install Jetpack Boost buttons |
| 15 | +- General: indicate compatibility with the upcoming version of WordPress - 6.6. [#37962] |
| 16 | +- tell user that Cache module of Boost must be deactivated to use WPSC [#37265] |
| 17 | +- WP Updated banner designs, added auto-install Jetpack Boost buttons [#37963] |
22 | 18 |
|
23 | 19 | ### Fixed |
24 | | -- Detect when WP_CACHE is defined with "const" in wp-config.php |
25 | | -- Super Cache: Align detection of Boost installs with activation of that plugin |
26 | | -- Super Cache: create the cache directory before creating the config file |
27 | | -- Super Cache: do not show migration notice if already using Boost Cache |
28 | | -- Super Cache: fixed a PHP warning when deactivating the plugin. |
29 | | -- Super Cache: make sure plugins links is an array before using it. |
30 | | -- Super Cache: remove the preload interval based on the post count. Preload as often as you want. |
31 | | -- Super Cache: renamed WPSC_VERSION because it conflicted with other plugins |
| 20 | +- Detect when WP_CACHE is defined with "const" in wp-config.php [#38022] |
| 21 | +- Align detection of Boost installs with activation of that plugin [#37896] |
| 22 | +- create the cache directory before creating the config file [#38028] |
| 23 | +- do not show migration notice if already using Boost Cache [#38005] |
| 24 | +- fixed a PHP warning when deactivating the plugin. [#37968] |
| 25 | +- make sure plugins links is an array before using it. [#37604] |
| 26 | +- remove the preload interval based on the post count. Preload as often as you want. [#37618] |
| 27 | +- renamed WPSC_VERSION because it conflicted with other plugins [#38007] |
32 | 28 |
|
33 | 29 | ## [1.12.1] - 2024-05-09 |
34 | 30 | ### Changed |
@@ -756,7 +752,7 @@ This is an alpha version! The changes listed here are not final. |
756 | 752 |
|
757 | 753 | Misc fixes |
758 | 754 |
|
759 | | -[1.13.0-alpha]: https://github.com/Automattic/wp-super-cache/compare/v1.12.1...v1.13.0-alpha |
| 755 | +[1.12.2]: https://github.com/Automattic/wp-super-cache/compare/v1.12.1...v1.12.2 |
760 | 756 | [1.12.1]: https://github.com/Automattic/wp-super-cache/compare/v1.12.0...v1.12.1 |
761 | 757 | [1.12.0]: https://github.com/Automattic/wp-super-cache/compare/v1.11.0...v1.12.0 |
762 | 758 | [1.11.0]: https://github.com/Automattic/wp-super-cache/compare/v1.10.0...v1.11.0 |
|
0 commit comments