diff --git a/readme.txt b/readme.txt index 724425b3..ac520447 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Tags: revision, submit changes, workflow, collaboration, permissions, moderate, Requires at least: 4.9.7 Requires PHP: 5.6.20 Tested up to: 5.7 -Stable tag: 2.5.1 +Stable tag: 2.5.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -104,6 +104,9 @@ Follow PublishPress on [Facebook](https://www.facebook.com/publishpress), [Twitt == Changelog == += 2.5.2 - 30 Mar 2021 = +* Fixed : Fatal error due to incorrect vendor library load request + = 2.5.1 - 30 Mar 2021 = * Fixed : Revisors could not preview other users' pending revisions, even if they are listed in Revision Queue (Permissions integration requires 3.5.1) * Fixed : Post Title changes were not applied at revision publication diff --git a/revisionary.php b/revisionary.php index 46448ba0..d1088f2b 100644 --- a/revisionary.php +++ b/revisionary.php @@ -5,7 +5,7 @@ * Description: Maintain published content with teamwork and precision using the Revisions model to submit, approve and schedule changes. * Author: PublishPress * Author URI: https://publishpress.com - * Version: 2.5.1 + * Version: 2.5.2 * Text Domain: revisionary * Domain Path: /languages/ * Min WP Version: 4.9.7 @@ -96,7 +96,7 @@ function($links, $file) // register these functions before any early exits so normal activation/deactivation can still run with RS_DEBUG register_activation_hook(__FILE__, function() { - $current_version = '2.5.1'; + $current_version = '2.5.2'; $last_ver = get_option('revisionary_last_version'); @@ -172,7 +172,7 @@ function() return; } - define('REVISIONARY_VERSION', '2.5.1'); + define('REVISIONARY_VERSION', '2.5.2'); if ( ! defined( 'RVY_VERSION' ) ) { define( 'RVY_VERSION', REVISIONARY_VERSION ); // back compat