Skip to content

Commit

Permalink
Merge pull request #382 from publishpress/master
Browse files Browse the repository at this point in the history
Merge release back to development
  • Loading branch information
agapetry authored Mar 30, 2021
2 parents 2f54eb0 + d3fd88c commit 5e2f77f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Author URI: https://publishpress.com
Tags: revision, submit changes, workflow, collaboration, permissions, moderate, posts, schedule revisions
Requires at least: 4.9.7
Requires PHP: 5.6.20
Tested up to: 5.6
Stable tag: 2.5
Tested up to: 5.7
Stable tag: 2.5.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
6 changes: 3 additions & 3 deletions revisionary.php
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc2
* Version: 2.5.1
* Text Domain: revisionary
* Domain Path: /languages/
* Min WP Version: 4.9.7
Expand Down Expand Up @@ -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-rc2';
$current_version = '2.5.1';

$last_ver = get_option('revisionary_last_version');

Expand Down Expand Up @@ -172,7 +172,7 @@ function()
return;
}

define('REVISIONARY_VERSION', '2.5.1-rc2');
define('REVISIONARY_VERSION', '2.5.1');

if ( ! defined( 'RVY_VERSION' ) ) {
define( 'RVY_VERSION', REVISIONARY_VERSION ); // back compat
Expand Down

0 comments on commit 5e2f77f

Please sign in to comment.