Skip to content

Commit 40ea8dc

Browse files
committed
v1.1.2
1 parent f618ed5 commit 40ea8dc

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
66

77
## [Unreleased][unreleased]
88

9+
## [1.1.2] - 2025-07-04
10+
11+
### Fixed
12+
13+
- Make sure keys are sequentially numbered for array JSON encoding. ([bb55694](https://github.com/pronamic/wp-pronamic-cloudflare/commit/bb5569414d7fe9efe8aad479eeaf9681c245ce73))
14+
- Fixed "PHP Deprecated: Optional parameter $taxonomy declared before required parameter $deleted_term is implicitly treated as a required parameter". ([658d549](https://github.com/pronamic/wp-pronamic-cloudflare/commit/658d5499653c9efacff4cbbf8a51422b1b2a1423))
15+
16+
### Changed
17+
18+
- Updated visibility of `get_current_cache_tags()` function. ([f618ed5](https://github.com/pronamic/wp-pronamic-cloudflare/commit/f618ed5936dd458ae57471ba3ae1966ee266a87e))
19+
- Separate cache purge actions for tags and everything. ([7615c76](https://github.com/pronamic/wp-pronamic-cloudflare/commit/7615c76101588954631335533df39c4947376a3f))
20+
21+
Full set of changes: [`1.1.1...1.1.2`][1.1.2]
22+
23+
[1.1.2]: https://github.com/pronamic/wp-pronamic-cloudflare/compare/v1.1.1...v1.1.2
24+
925
## [1.1.1] - 2025-07-03
1026

1127
### Fixed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"devDependencies": {
33
"@wordpress/env": "^9.8.0"
44
},
5-
"version": "1.1.1"
5+
"version": "1.1.2"
66
}

pronamic-cloudflare.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Plugin URI: https://www.pronamic.eu/plugins/pronamic-cloudflare/
1313
* Description: The Pronamic Cloudflare plugin manages cache purging and adds WP-CLI commands.
1414
*
15-
* Version: 1.1.1
15+
* Version: 1.1.2
1616
* Requires at least: 6.1
1717
*
1818
* Author: Pronamic

0 commit comments

Comments
 (0)