Skip to content

Commit

Permalink
bump version to 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Feb 8, 2022
1 parent 4f5ac21 commit 701b7bc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: m_uysl, handyplugins
Tags: wonder, cache, speed, performance, load, server, batcache
Requires at least: 4.7
Requires PHP: 5.6
Tested up to: 5.8
Tested up to: 5.9
Stable tag: 0.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -77,6 +77,13 @@ There is always vice/versa when you bring a new tool or adding complexity.

== Changelog ==

= 0.4 (Feb 8, 2022) =
- Fix: Never cache a request with X-WP-Nonce header
- Opt-in CORS GET request cache
- Increase timer sensitivity in debug info
- Small tweaks & refactoring
- Tested with WP 5.9

= 0.3 (Sep 2, 2021) =
- Updated & improved coding standards
- Tested with WP 5.8
Expand Down
2 changes: 1 addition & 1 deletion wonder-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://handyplugins.co
* Text Domain: wonder-cache
* Domain Path: /languages
* Version: 0.3
* Version: 0.4
* Network: true
* Requires at least: 4.7
* Requires PHP: 5.6
Expand Down

0 comments on commit 701b7bc

Please sign in to comment.