diff --git a/readme.txt b/readme.txt index 7547676..032416a 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Requires at least: 4.8 Donate Link: https://givewp.com/ Tested up to: 6.5 Requires PHP: 7.4 -Stable tag: 2.0.3 +Stable tag: 2.0.4 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -43,8 +43,8 @@ We do have documentation on the plugin [GitHub Wiki](https://github.com/impress- = Minimum Requirements = -* WordPress 4.8 or greater -* PHP version 5.3 or greater +* WordPress 5.5 or greater +* PHP version 7.4 or greater * MySQL version 5.0 or greater = Automatic installation = @@ -106,6 +106,10 @@ This is the first version of this plugin. It is a tool for your convenience. Rol == Changelog == += 2.0.4 = +* Fix: Resolved issue REST route not including proper permission callback which created a PHP notice. Thanks, @rom1our for submitting the issue. +* Fix: Resolve issue with REST API and multisite installs not being able to properly communicate with the endpoint. + = 2.0.3 = * Fix: A few additional strings in JavaScript needed to be internationalized. Thanks, @pedro-mendonca for contributing the fix. diff --git a/wp-rollback.php b/wp-rollback.php index a86c566..fff9093 100644 --- a/wp-rollback.php +++ b/wp-rollback.php @@ -5,7 +5,7 @@ * Description: Rollback (or forward) any WordPress.org plugin, theme or block like a boss. * Author: WP Rollback * Author URI: https://wprollback.com/ - * Version: 2.0.3 + * Version: 2.0.4 * Text Domain: wp-rollback * Domain Path: /languages *