Skip to content

Commit

Permalink
Version 1.11.0 (#34021)
Browse files Browse the repository at this point in the history
  • Loading branch information
donnchawp authored Nov 8, 2023
1 parent a3fd08e commit 679a21a
Show file tree
Hide file tree
Showing 23 changed files with 34 additions and 105 deletions.
19 changes: 19 additions & 0 deletions projects/plugins/super-cache/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.11.0] - 2023-11-08
### Added
- Super Cache: fix "accept header" check, and add new "wpsc_accept_headers" filter on accept header list [#33972]

### Changed
- General: indicate full compatibility with the latest version of WordPress, 6.4. [#33776]
- General: update WordPress version requirements to WordPress 6.2. [#32762]
- Overhauled visual styling to match Jetpack branding [#32981]
- Updated package dependencies. [#32307]
- Updated package dependencies. [#32605]
- Updated package dependencies. [#32966]
- Updated package dependencies. [#33498]

### Fixed
- Caching: make sure $wp_cache_request_uri is defined to avoid warnings about "NULL" parameters. [#32629]
- super-cache: fixed null parameter warning when using $supercachedir [#33970]
- Super Cache: cancel the full preload job correctly. [#33560]

## [1.10.0] - 2023-08-16
### Added
- Caching: Added support for the 'Accept' HTTP Header. Prevent caching JSON content. [#29456]
Expand Down Expand Up @@ -676,6 +694,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

Misc fixes

[1.11.0]: https://github.com/Automattic/wp-super-cache/compare/v1.10.0...v1.11.0
[1.10.0]: https://github.com/Automattic/wp-super-cache/compare/v1.9.4...v1.10.0
[1.9.4]: https://github.com/Automattic/wp-super-cache/compare/v1.9.3...v1.9.4
[1.9.3]: https://github.com/Automattic/wp-super-cache/compare/v1.9.2...v1.9.3
Expand Down
4 changes: 0 additions & 4 deletions projects/plugins/super-cache/changelog/fix-accept_list_check

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/super-cache/changelog/fix-wp-capital-p

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/super-cache/changelog/init-release-cycle

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/super-cache/changelog/update-authors-list

This file was deleted.

5 changes: 0 additions & 5 deletions projects/plugins/super-cache/changelog/update-composer-2.6

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions projects/plugins/super-cache/changelog/update-tested-up-to-64

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/plugins/super-cache/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@
"wp-svn-autopublish": true
},
"config": {
"autoloader-suffix": "6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ1_11_0_alpha"
"autoloader-suffix": "6fe342bc02f0b440f7b3c8d8ade42286_super_cacheⓥ1_11_0"
}
}
2 changes: 1 addition & 1 deletion projects/plugins/super-cache/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@automattic/jetpack-super-cache",
"version": "1.11.0-alpha",
"version": "1.11.0",
"description": "A very fast caching engine for WordPress that produces static html files.",
"homepage": "https://jetpack.com",
"bugs": {
Expand Down
35 changes: 12 additions & 23 deletions projects/plugins/super-cache/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -268,34 +268,23 @@ Your theme is probably responsive which means it resizes the page to suit whatev


== Changelog ==
### 1.10.0 - 2023-08-16
### 1.11.0 - 2023-11-08
#### Added
- Caching: Added support for the 'Accept' HTTP Header. Prevent caching JSON content.
- Preload: Improved preload notification panel shows the last 5 preloaded URLs.
- Super Cache: fix "accept header" check, and add new "wpsc_accept_headers" filter on accept header list

#### Changed
- General: Indicate full compatibility with the latest version of WordPress, 6.3.
- General: Update Boost install / activate card styles.
- General: Update documentation links to point to Jetpack.com docs.
- General: Update the contributors list.
- Preload: Faster and more robust preloading slower hosts.

#### Removed
- Cleanup: Removes unwanted development environment files from production version of the plugin.
- Cleanup: Remove unused "object cache" code.
- General: indicate full compatibility with the latest version of WordPress, 6.4.
- General: update WordPress version requirements to WordPress 6.2.
- Overhauled visual styling to match Jetpack branding
- Updated package dependencies.
- Updated package dependencies.
- Updated package dependencies.
- Updated package dependencies.

#### Fixed
- Cache Compression: Fix PHP warning appearing in gzip output stream.
- Caching: Reject unknown or malformed URIs to prevent PHP warnings.
- Dynamic Caching: Fixed incorrect encoding headers when using dynamic caching with compression.
- Setting page: Fixed boost banner getting oversized when zoomed out
- General: Fix incorrect Debug Log URL for nested WordPress installations.
- General: Fix links to cache directory on sites that are in a sub directory.
- General: Updated Nginx documentation hyperlink.
- Preload: No longer deletes child taxonomies during preload.
- Preload: Use a constant instead of hard-coded email numbers in preload dropdown.
- Caching: Prevent Super Cache from attempting to gunzip content which is not zipped
- General: Fix null/false warning in PHP8.1
- Caching: make sure $wp_cache_request_uri is defined to avoid warnings about "NULL" parameters.
- super-cache: fixed null parameter warning when using $supercachedir
- Super Cache: cancel the full preload job correctly.

--------

Expand Down
2 changes: 1 addition & 1 deletion projects/plugins/super-cache/wp-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: WP Super Cache
* Plugin URI: https://wordpress.org/plugins/wp-super-cache/
* Description: Very fast caching plugin for WordPress.
* Version: 1.11.0-alpha
* Version: 1.11.0
* Author: Automattic
* Author URI: https://automattic.com/
* License: GPL2+
Expand Down

0 comments on commit 679a21a

Please sign in to comment.