File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Requires at least: 4.8
5
5
Donate Link: https://givewp.com/
6
6
Tested up to: 6.5
7
7
Requires PHP: 7.4
8
- Stable tag: 2.0.3
8
+ Stable tag: 2.0.4
9
9
License: GPLv3
10
10
License URI: http://www.gnu.org/licenses/gpl-3.0.html
11
11
@@ -43,8 +43,8 @@ We do have documentation on the plugin [GitHub Wiki](https://github.com/impress-
43
43
44
44
= Minimum Requirements =
45
45
46
- * WordPress 4.8 or greater
47
- * PHP version 5.3 or greater
46
+ * WordPress 5.5 or greater
47
+ * PHP version 7.4 or greater
48
48
* MySQL version 5.0 or greater
49
49
50
50
= Automatic installation =
@@ -106,6 +106,10 @@ This is the first version of this plugin. It is a tool for your convenience. Rol
106
106
107
107
== Changelog ==
108
108
109
+ = 2.0.4 =
110
+ * Fix: Resolved issue REST route not including proper permission callback which created a PHP notice. Thanks, @rom1our for submitting the issue.
111
+ * Fix: Resolve issue with REST API and multisite installs not being able to properly communicate with the endpoint.
112
+
109
113
= 2.0.3 =
110
114
* Fix: A few additional strings in JavaScript needed to be internationalized. Thanks, @pedro-mendonca for contributing the fix.
111
115
Original file line number Diff line number Diff line change 5
5
* Description: Rollback (or forward) any WordPress.org plugin, theme or block like a boss.
6
6
* Author: WP Rollback
7
7
* Author URI: https://wprollback.com/
8
- * Version: 2.0.3
8
+ * Version: 2.0.4
9
9
* Text Domain: wp-rollback
10
10
* Domain Path: /languages
11
11
*
You can’t perform that action at this time.
0 commit comments