Skip to content

Commit e8e4b5d

Browse files
committed
v1.1.0
1 parent 7538c28 commit e8e4b5d

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased][unreleased]
88

9+
## [1.1.0] - 2025-05-30
10+
11+
### Fixed
12+
13+
- Fixed cache purge from/to status `publish`. ([4350df3](https://github.com/pronamic/wp-pronamic-cloudflare/commit/4350df3be4af4031856dbeec877865189679d547))
14+
15+
### Changed
16+
17+
- Use cache tags instead of URLs for cache purge. ([#3](https://github.com/pronamic/wp-pronamic-cloudflare/issues/3))
18+
19+
### Removed
20+
21+
- Removed dependency on Cloudflare plugin. ([5f153ab](https://github.com/pronamic/wp-pronamic-cloudflare/commit/5f153ab6d444837e4856177daab1ca500654289b))
22+
- Removed `cloudflare_purge_by_url` filter. ([58a6c97](https://github.com/pronamic/wp-pronamic-cloudflare/commit/58a6c97a5f8dc6c1816011e10516c5f82b393d75))
23+
24+
### Composer
25+
26+
- Changed `woocommerce/action-scheduler` from `3.8.2` to `3.9.2`.
27+
Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.9.2
28+
- Changed `pronamic/wp-html` from `v2.2.1` to `v2.2.2`.
29+
Release notes: https://github.com/pronamic/wp-html/releases/tag/v2.2.2
30+
- Changed `automattic/jetpack-autoloader` from `v3.1.1` to `v3.1.3`.
31+
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v3.1.3
32+
33+
Full set of changes: [`1.0.1...1.1.0`][1.1.0]
34+
35+
[1.1.0]: https://github.com/pronamic/wp-pronamic-cloudflare/compare/v1.0.1...v1.1.0
36+
937
## [1.0.1] - 2024-11-21
1038
- Increased cache purge request timeout to `30` seconds.
1139

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.0.1"
5+
"version": "1.1.0"
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.0.1
15+
* Version: 1.1.0
1616
* Requires at least: 6.1
1717
*
1818
* Author: Pronamic

0 commit comments

Comments
 (0)