Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
W
WP Revisions Control
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WP Plugins
WP Revisions Control
Commits
8d885579
Commit
8d885579
authored
May 26, 2019
by
Erick Hitter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Include new feature in readme
parent
eb221dd6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
16 deletions
+32
-16
README.md
README.md
+4
-0
languages/wp-revisions-control.pot
languages/wp-revisions-control.pot
+24
-16
readme.txt
readme.txt
+4
-0
No files found.
README.md
View file @
8d885579
...
...
@@ -36,6 +36,7 @@ Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the
## Changelog ##
### 1.3 ###
*
Add bulk actions to purge excess or all revisions.
*
Introduce unit tests.
*
Conform to coding standards.
...
...
@@ -50,6 +51,9 @@ Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the
## Upgrade Notice ##
### 1.3 ###
Introduces bulk actions for purging revisions, along with unit tests. The plugin also conforms to coding standards.
### 1.2.1 ###
Introduces Spanish translation thanks to Maria Ramos at
[
WebHostingHub
](
http://www.webhostinghub.com/
)
.
...
...
languages/wp-revisions-control.pot
View file @
8d885579
...
...
@@ -5,7 +5,7 @@ msgstr ""
"Project-Id-Version: WP Revisions Control 1.3\n"
"Report-Msgid-Bugs-To: "
"https://wordpress.org/support/plugin/wp-revisions-control\n"
"POT-Creation-Date: 2019-05-26 1
7:40:54
+00:00\n"
"POT-Creation-Date: 2019-05-26 1
9:01:37
+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
...
...
@@ -25,17 +25,25 @@ msgstr ""
"X-Poedit-Bookmarks: \n"
"X-Textdomain-Support: yes\n"
#: inc/class-wp-revisions-control.php:149
#: inc/class-wp-revisions-control-bulk-actions.php:49
msgid "Purge excess revisions"
msgstr ""
#: inc/class-wp-revisions-control-bulk-actions.php:50
msgid "Purge ALL revisions"
msgstr ""
#: inc/class-wp-revisions-control.php:159
msgid ""
"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."
msgstr ""
#: inc/class-wp-revisions-control.php:1
5
0
#: inc/class-wp-revisions-control.php:1
6
0
msgid "If a post type isn't listed, revisions are not enabled for that post type."
msgstr ""
#: inc/class-wp-revisions-control.php:1
6
1
#: inc/class-wp-revisions-control.php:1
7
1
#. translators: 1. Filter tag.
msgid ""
"A local change is causing this plugin's functionality to run at a priority "
...
...
@@ -43,54 +51,54 @@ msgid ""
"please unhook any functions from the %1$s filter."
msgstr ""
#: inc/class-wp-revisions-control.php:2
7
8
#: inc/class-wp-revisions-control.php:2
8
8
msgid "Revisions"
msgstr ""
#: inc/class-wp-revisions-control.php:3
0
0
#: inc/class-wp-revisions-control.php:3
1
0
msgid "Processing…"
msgstr ""
#: inc/class-wp-revisions-control.php:3
0
1
#: inc/class-wp-revisions-control.php:3
1
1
msgid "Are you sure you want to remove revisions from this post?"
msgstr ""
#: inc/class-wp-revisions-control.php:3
0
2
#: inc/class-wp-revisions-control.php:3
1
2
msgid "Autosave"
msgstr ""
#: inc/class-wp-revisions-control.php:3
0
3
#: inc/class-wp-revisions-control.php:3
1
3
msgid "There are no revisions to remove."
msgstr ""
#: inc/class-wp-revisions-control.php:3
0
4
#: inc/class-wp-revisions-control.php:3
1
4
msgid "An error occurred. Please refresh the page and try again."
msgstr ""
#: inc/class-wp-revisions-control.php:3
2
5
#: inc/class-wp-revisions-control.php:3
3
5
msgid "Purge these revisions"
msgstr ""
#: inc/class-wp-revisions-control.php:3
3
1
#: inc/class-wp-revisions-control.php:3
4
1
#. translators: 1. Text input field.
msgid ""
"Limit this post to %1$s revisions. Leave this field blank for default "
"behavior."
msgstr ""
#: inc/class-wp-revisions-control.php:3
5
6
#: inc/class-wp-revisions-control.php:3
6
6
msgid "No post ID was provided. Please refresh the page and try again."
msgstr ""
#: inc/class-wp-revisions-control.php:3
5
8
#: inc/class-wp-revisions-control.php:3
6
8
msgid "Invalid request. Please refresh the page and try again."
msgstr ""
#: inc/class-wp-revisions-control.php:3
6
0
#: inc/class-wp-revisions-control.php:3
7
0
msgid "You are not allowed to edit this post."
msgstr ""
#: inc/class-wp-revisions-control.php:
39
2
#: inc/class-wp-revisions-control.php:
40
2
#. translators: 1. Number of removed revisions, already formatted for locale.
msgid "Removed %1$s revisions associated with this post."
msgstr ""
...
...
readme.txt
View file @
8d885579
...
...
@@ -36,6 +36,7 @@ Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the
== Changelog ==
= 1.3 =
* Add bulk actions to purge excess or all revisions.
* Introduce unit tests.
* Conform to coding standards.
...
...
@@ -50,6 +51,9 @@ Navigate to **Settings > Writing** in your WordPress Dashboard, and look for the
== Upgrade Notice ==
= 1.3 =
Introduces bulk actions for purging revisions, along with unit tests. The plugin also conforms to coding standards.
= 1.2.1 =
Introduces Spanish translation thanks to Maria Ramos at [WebHostingHub](http://www.webhostinghub.com/).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment