Skip to content

Commit

Permalink
Release 2.7.1 (#854)
Browse files Browse the repository at this point in the history
* Update deps
* Update translations POT file
* Fix `@since` comments
* Bump version to 2.7.1
* Qa: Update test matrix
* QA: Update scripts
* QA: Test WP65-RC4
* QA: Fix apt
* QA: Increase suiteTimeout to 120s
* QA: Ignore some http log lines
  • Loading branch information
cssjoe authored Apr 1, 2024
1 parent a2be9ac commit 252d259
Show file tree
Hide file tree
Showing 25 changed files with 5,080 additions and 3,357 deletions.
2 changes: 1 addition & 1 deletion Cache_File.php
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ private function fopen_write( $key, $group, $mode ) {
/**
* Flush cache based on regex
*
* @since X.X.X
* @since 2.7.1
*
* @param string $regex
*/
Expand Down
4 changes: 2 additions & 2 deletions PgCache_Environment.php
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ private function rules_core_generate_apache( $config ) {
/**
* Filter: Allow adding additional rules at the end of the PGCACHE_CORE block, before the last rule.
*
* @since X.X.X
* @since 2.7.1
*
* @param string $rules Additional rules.
* @param string $use_cache_rules Rewrite conditions for non-POST, empty query string, rejected cookies, and rejected user agents.
Expand Down Expand Up @@ -1150,7 +1150,7 @@ private function rules_core_generate_nginx( $config ) {
/**
* Filter: Allow modifying the key_postfix string used in the PGCACHE_CORE block.
*
* @since X.X.X
* @since 2.7.1
*
* @param string $key_postfix Key postfix string.
*/
Expand Down
154 changes: 80 additions & 74 deletions composer.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 252d259

Please sign in to comment.