From 6e9c5b6ca6a31658955e432a7af16b4a5752b717 Mon Sep 17 00:00:00 2001 From: Kevin Behrens <43488774+agapetry@users.noreply.github.com> Date: Thu, 11 Jun 2020 14:27:42 -0400 Subject: [PATCH] Tag version 2.3.5 --- readme.txt | 5 ++++- revisionary.php | 6 +++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/readme.txt b/readme.txt index db3bafe1..38bf7e5f 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.4 -Stable tag: 2.3.4 +Stable tag: 2.3.5 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -100,6 +100,9 @@ Follow PublishPress on [Facebook](https://www.facebook.com/publishpress), [Twitt == Changelog == += 2.3.5 - 29 May 2020 = +* Fixed : Compare link on Editor screen linked to Edit Posts screen instead of Compare Revisions + = 2.3.4 - 29 May 2020 = * Fixed : Duplicate email notifications to users who have more than one WordPress role * Change : Suppress email notification when an Administrator or Editor creates a pending revision, if constant REVISIONARY_LIMIT_ADMIN_NOTIFICATIONS is defined diff --git a/revisionary.php b/revisionary.php index f5cd8562..3d9c4b50 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.3.4 + * Version: 2.3.5 * Text Domain: revisionary * Domain Path: /languages/ * Min WP Version: 4.9.7 @@ -95,7 +95,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.3.4'; + $current_version = '2.3.5'; $last_ver = get_option('revisionary_last_version'); @@ -170,7 +170,7 @@ function() return; } - define('REVISIONARY_VERSION', '2.3.4'); + define('REVISIONARY_VERSION', '2.3.5'); if ( ! defined( 'RVY_VERSION' ) ) { define( 'RVY_VERSION', REVISIONARY_VERSION ); // back compat