Releases: pronamic/wp-pronamic-cloudflare
Releases · pronamic/wp-pronamic-cloudflare
1.3.0-rc.1
What's Changed
- Add response JSON to WP CLI error message by @remcotolsma in #14
- Add Cloudflare API Token support with ****** by @Copilot in #17
New Contributors
- @remcotolsma made their first contribution in #14
- @Copilot made their first contribution in #17
Full Changelog: v1.2.0...v1.3.0-rc.1
1.2.0
Added
- Added post content related cache tags (using output buffering). (d095868)
Composer
- Changed
woocommerce/action-schedulerfrom3.9.2to3.9.3.
Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.9.3 - Changed
automattic/jetpack-autoloaderfromv5.0.8tov5.0.9.
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v5.0.9
Full set of changes: 1.1.2...1.2.0
1.1.2
Fixed
- Make sure keys are sequentially numbered for array JSON encoding. (bb55694)
- Fixed "PHP Deprecated: Optional parameter $taxonomy declared before required parameter $deleted_term is implicitly treated as a required parameter". (658d549)
Changed
- Updated visibility of
get_current_cache_tags()function. (f618ed5) - Separate cache purge actions for tags and everything. (7615c76)
Full set of changes: 1.1.1...1.1.2
1.1.1
Fixed
- Fixed incomplete action arguments. (d30f71b)
- Fixed "Uncaught TypeError: Pronamic\WordPressCloudflare\Plugin::purge_cache_by_user(): Argument #1 ($user) must be of type WP_User, int given". (4706bed)
- Prevent sending cache purge request with empty plugin settings. (909434a)
Composer
- Changed
automattic/jetpack-autoloaderfromv3.1.3tov5.0.8.
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v5.0.8
Full set of changes: 1.1.0...1.1.1
1.1.0
Fixed
- Fixed cache purge from/to status
publish. (4350df3)
Changed
- Use cache tags instead of URLs for cache purge. (#3)
Removed
- Removed dependency on Cloudflare plugin. (5f153ab)
- Removed
cloudflare_purge_by_urlfilter. (58a6c97)
Composer
- Changed
woocommerce/action-schedulerfrom3.8.2to3.9.2.
Release notes: https://github.com/woocommerce/action-scheduler/releases/tag/3.9.2 - Changed
pronamic/wp-htmlfromv2.2.1tov2.2.2.
Release notes: https://github.com/pronamic/wp-html/releases/tag/v2.2.2 - Changed
automattic/jetpack-autoloaderfromv3.1.1tov3.1.3.
Release notes: https://github.com/Automattic/jetpack-autoloader/releases/tag/v3.1.3
Full set of changes: 1.0.1...1.1.0