Skip to content

Commit

Permalink
Tag version 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
agapetry committed Dec 18, 2019
1 parent 59cdb63 commit 6c524f3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
20 changes: 10 additions & 10 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Tags: revision, access, permissions, cms, user, groups, members, admin, pages, p
Requires at least: 4.9.7
Tested up to: 5.2.4
Requires PHP: 5.6.20
Stable Tag: 2.0.5
Stable Tag: 2.0.6
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

You can use PublishPress Revisions to submit, moderate and schedule changes to your published WordPress content.
Maintain published content with teamwork and precision using the Revisions model to submit, moderate and schedule changes.

== Description ==

Expand All @@ -23,11 +23,11 @@ To moderate or schedule changes to published posts, just install PublishPress Re
* To schedule changes to a published post, just set the desired future date before hitting Update.

= Features =
* Schedule or request changes to published posts and pages using the Gutenberg or Classic Editor.
* Revision fields include Content, Title, Excerpt, Categories, Tags, Custom Taxonomy Terms, Page Parent or Page Template.
* Display changes using the familiar Compare Revisions interface.
* Schedule or request changes to published posts and pages using the Gutenberg (or Classic) Editor
* Revision fields include Content, Title, Excerpt, Categories, Tags, Custom Taxonomy Terms, Page Parent or Page Template
* Display changes using the familiar Compare Revisions interface
* Front-end preview display of Pending / Scheduled Revisions with Compare, Approve, and Edit buttons.
* Make further changes to Pending Revisions and Scheduled Revisions with Gutenberg or Classic Editor.
* Make further changes to Pending Revisions and Scheduled Revisions with Gutenberg or Classic Editor
* New WordPress role, "Revisor" is a moderated Editor.
* Works with site-wide WordPress Roles, or in conjunction with <a href="https://publishpress.com/presspermit/">PressPermit Pro</a> for page-specific or category-specific permissions.

Expand All @@ -43,10 +43,6 @@ For more details about both the free and pro version, see our <a href="https://p
= Support =
* PublishPress Revisions is professionally supported by both the original author (Kevin Behrens) and the experienced <a href="https://publishpress.com">PublishPress</a> team.

= Clarification =

PublishPress Revisions was previously called Revisionary. People sometimes also call it Publish Press Revisions. Whatever you call this plugin, it really is the best way to manage WordPress revisions.

== Screenshots ==

1. Low-level user submits a "Pending Revision" to a Published Page
Expand All @@ -64,6 +60,10 @@ PublishPress Revisions was previously called Revisionary. People sometimes also

== Changelog ==

= 2.0.6 - 17 Oct 2019 =
* Fixed : Featured Image and Page Template revisions were not applied (but did work in PublishPress Revisions Pro)
* Fixed : Publishing a revision imported from Revisionary 1.x caused tags and categories to be stripped out

= 2.0.5 - 16 Oct 2019 =
* Fixed : Import script for Revisionary 1.x revisions did not run on plugin activation
* Fixed : Administrators, Editors and Authors were blocked from Quick Edit
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.0.5
* Version: 2.0.6
* Text Domain: revisionary
* Domain Path: /languages/
* Min WP Version: 4.9.7
Expand Down Expand Up @@ -96,7 +96,7 @@ function($links, $file)
register_activation_hook(__FILE__, function()
{
// mirror to REVISIONARY_VERSION
update_option('revisionary_last_version', '2.0.5');
update_option('revisionary_last_version', '2.0.6');

// force this timestamp to be regenerated, in case something went wrong before
delete_option( 'rvy_next_rev_publish_gmt' );
Expand Down Expand Up @@ -152,7 +152,7 @@ function()
return;
}

define('REVISIONARY_VERSION', '2.0.5');
define('REVISIONARY_VERSION', '2.0.6');

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

0 comments on commit 6c524f3

Please sign in to comment.