Skip to content
Snippets Groups Projects
Commit 02187f6d authored by Erick Hitter's avatar Erick Hitter
Browse files

Remove incorrect elements from README

parent 4bb67d9a
Branches
Tags
1 merge request!12Introduce native Gutenberg controls
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
**Donate link:** https://ethitter.com/donate/ **Donate link:** https://ethitter.com/donate/
**Tags:** revision, revisions, admin **Tags:** revision, revisions, admin
**Requires at least:** 3.6 **Requires at least:** 3.6
**Tested up to:** 5.9 **Tested up to:** 6.0
**Stable tag:** 1.4 **Stable tag:** 1.4
**License:** GPLv2 or later **License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
...@@ -33,13 +33,10 @@ Thanks to Maria Ramos at [WebHostingHub](http://www.webhostinghub.com/), the plu ...@@ -33,13 +33,10 @@ Thanks to Maria Ramos at [WebHostingHub](http://www.webhostinghub.com/), the plu
### Where do I change the plugin's settings? ### ### Where do I change the plugin's settings? ###
Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the **WP Revisions Control** section. Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the **WP Revisions Control** section.
### How do I turn off the Gutenberg component added in version 1.4? ###
Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the **Disable Gutenberg sidebar component** in the **WP Revisions Control** section.
## Changelog ## ## Changelog ##
### 1.4 ### ### 1.4 ###
* Introduce native Gutenberg sidebar component for supported post types, along with a setting to revert to the previous metabox. * Introduce native Gutenberg sidebar component for supported post types.
### 1.3 ### ### 1.3 ###
* Add bulk actions to purge excess or all revisions. * Add bulk actions to purge excess or all revisions.
......
...@@ -5,7 +5,7 @@ msgstr "" ...@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: WP Revisions Control 1.4\n" "Project-Id-Version: WP Revisions Control 1.4\n"
"Report-Msgid-Bugs-To: " "Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/wp-revisions-control\n" "https://wordpress.org/support/plugin/wp-revisions-control\n"
"POT-Creation-Date: 2022-06-05 05:36:50+00:00\n" "POT-Creation-Date: 2022-06-05 21:22:10+00:00\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n" "Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
...@@ -25,41 +25,41 @@ msgstr "" ...@@ -25,41 +25,41 @@ msgstr ""
"X-Textdomain-Support: yes\n" "X-Textdomain-Support: yes\n"
"X-Generator: grunt-wp-i18n 1.0.3\n" "X-Generator: grunt-wp-i18n 1.0.3\n"
#: inc/class-wp-revisions-control-bulk-actions.php:84 #: inc/class-block-editor.php:74
msgid "Number of revisions to retain."
msgstr ""
#: inc/class-wp-revisions-control-bulk-actions.php:59
msgid "Purge excess revisions" msgid "Purge excess revisions"
msgstr "" msgstr ""
#: inc/class-wp-revisions-control-bulk-actions.php:89 #: inc/class-wp-revisions-control-bulk-actions.php:64
msgid "Purge ALL revisions" msgid "Purge ALL revisions"
msgstr "" msgstr ""
#: inc/class-wp-revisions-control-bulk-actions.php:269 #: inc/class-wp-revisions-control-bulk-actions.php:242
msgid "Purged all revisions." msgid "Purged all revisions."
msgstr "" msgstr ""
#: inc/class-wp-revisions-control-bulk-actions.php:276 #: inc/class-wp-revisions-control-bulk-actions.php:249
msgid "Purged excess revisions." msgid "Purged excess revisions."
msgstr "" msgstr ""
#: inc/class-wp-revisions-control-bulk-actions.php:287 #: inc/class-wp-revisions-control-bulk-actions.php:260
msgid "WP Revisions Control encountered an unspecified error." msgid "WP Revisions Control encountered an unspecified error."
msgstr "" msgstr ""
#: inc/class-wp-revisions-control.php:166 #: inc/class-wp-revisions-control.php:138
msgid "Gutenberg"
msgstr ""
#: inc/class-wp-revisions-control.php:195
msgid "" msgid ""
"Set the number of revisions to save for each post type listed. To retain " "Set the number of revisions to save for each post type listed. To retain "
"all revisions for a given post type, leave the field empty." "all revisions for a given post type, leave the field empty."
msgstr "" msgstr ""
#: inc/class-wp-revisions-control.php:196 #: inc/class-wp-revisions-control.php:139
msgid "If a post type isn't listed, revisions are not enabled for that post type." msgid "If a post type isn't listed, revisions are not enabled for that post type."
msgstr "" msgstr ""
#: inc/class-wp-revisions-control.php:207 #: inc/class-wp-revisions-control.php:150
#. translators: 1. Filter tag. #. translators: 1. Filter tag.
msgid "" msgid ""
"A local change is causing this plugin's functionality to run at a priority " "A local change is causing this plugin's functionality to run at a priority "
...@@ -67,77 +67,63 @@ msgid "" ...@@ -67,77 +67,63 @@ msgid ""
"please unhook any functions from the %1$s filter." "please unhook any functions from the %1$s filter."
msgstr "" msgstr ""
#: inc/class-wp-revisions-control.php:249 #: inc/class-wp-revisions-control.php:278
msgid "Disable Gutenberg sidebar component"
msgstr ""
#: inc/class-wp-revisions-control.php:258
msgid ""
"If checked, the plugin's previous interface will appear below the post "
"content in Gutenberg, rather than appearing in the sidebar."
msgstr ""
#: inc/class-wp-revisions-control.php:383
msgid "Revisions" msgid "Revisions"
msgstr "" msgstr ""
#: inc/class-wp-revisions-control.php:416 #: inc/class-wp-revisions-control.php:310
msgid "Processing…" msgid "Processing…"
msgstr "" msgstr ""
#: inc/class-wp-revisions-control.php:417 #: inc/class-wp-revisions-control.php:311
msgid "Are you sure you want to remove revisions from this post?" msgid "Are you sure you want to remove revisions from this post?"
msgstr "" msgstr ""
#: inc/class-wp-revisions-control.php:418 #: inc/class-wp-revisions-control.php:312
msgid "Autosave" msgid "Autosave"
msgstr "" msgstr ""
#: inc/class-wp-revisions-control.php:419 #: inc/class-wp-revisions-control.php:313
msgid "There are no revisions to remove." msgid "There are no revisions to remove."
msgstr "" msgstr ""
#: inc/class-wp-revisions-control.php:420 #: inc/class-wp-revisions-control.php:314
msgid "An error occurred. Please refresh the page and try again." msgid "An error occurred. Please refresh the page and try again."
msgstr "" msgstr ""
#: inc/class-wp-revisions-control.php:440 #: inc/class-wp-revisions-control.php:334
msgid "Purge these revisions" msgid "Purge these revisions"
msgstr "" msgstr ""
#: inc/class-wp-revisions-control.php:446 #: inc/class-wp-revisions-control.php:340
#. translators: 1. Text input field. #. translators: 1. Text input field.
msgid "" msgid ""
"Limit this post to %1$s revisions. Leave this field blank for default " "Limit this post to %1$s revisions. Leave this field blank for default "
"behavior." "behavior."
msgstr "" msgstr ""
#: inc/class-wp-revisions-control.php:471 #: inc/class-wp-revisions-control.php:365
msgid "No post ID was provided. Please refresh the page and try again." msgid "No post ID was provided. Please refresh the page and try again."
msgstr "" msgstr ""
#: inc/class-wp-revisions-control.php:473 #: inc/class-wp-revisions-control.php:367
msgid "Invalid request. Please refresh the page and try again." msgid "Invalid request. Please refresh the page and try again."
msgstr "" msgstr ""
#: inc/class-wp-revisions-control.php:475 #: inc/class-wp-revisions-control.php:369
msgid "You are not allowed to edit this post." msgid "You are not allowed to edit this post."
msgstr "" msgstr ""
#: inc/class-wp-revisions-control.php:507 #: inc/class-wp-revisions-control.php:401
#. translators: 1. Number of removed revisions, already formatted for locale. #. translators: 1. Number of removed revisions, already formatted for locale.
msgid "Removed %1$s revisions associated with this post." msgid "Removed %1$s revisions associated with this post."
msgstr "" msgstr ""
#: inc/class-wp-revisions-control.php:533 #: inc/class-wp-revisions-control.php:427
#: inc/class-wp-revisions-control.php:545 #: inc/class-wp-revisions-control.php:439
msgid "No revisions to remove." msgid "No revisions to remove."
msgstr "" msgstr ""
#: inc/class-wp-revisions-control.php:622
msgid "Number of revisions to retain."
msgstr ""
#. Plugin Name of the plugin/theme #. Plugin Name of the plugin/theme
msgid "WP Revisions Control" msgid "WP Revisions Control"
msgstr "" msgstr ""
......
...@@ -33,13 +33,10 @@ Thanks to Maria Ramos at [WebHostingHub](http://www.webhostinghub.com/), the plu ...@@ -33,13 +33,10 @@ Thanks to Maria Ramos at [WebHostingHub](http://www.webhostinghub.com/), the plu
= Where do I change the plugin's settings? = = Where do I change the plugin's settings? =
Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the **WP Revisions Control** section. Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the **WP Revisions Control** section.
= How do I turn off the Gutenberg component added in version 1.4? =
Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the **Disable Gutenberg sidebar component** in the **WP Revisions Control** section.
== Changelog == == Changelog ==
= 1.4 = = 1.4 =
* Introduce native Gutenberg sidebar component for supported post types, along with a setting to revert to the previous metabox. * Introduce native Gutenberg sidebar component for supported post types.
= 1.3 = = 1.3 =
* Add bulk actions to purge excess or all revisions. * Add bulk actions to purge excess or all revisions.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment