This commit is contained in:
erwanlr
2019-03-30 07:20:14 +00:00
parent 1baa3e23b2
commit 07b3826806
509 changed files with 82506 additions and 48 deletions

View File

@@ -0,0 +1,75 @@
# Revision Strike Change Log
All notable changes to this project will be documented in this file, according to [the Keep a Changelog standards](http://keepachangelog.com/).
This project adheres to [Semantic Versioning](http://semver.org/).
## [0.6.0] - 2017-09-16
* Fixed bug where warnings were being thrown when Revision Strike was being run verbosely via WP-CLI. Props @ivankruchkoff. ([#29])
* Re-licensed the plugin under the MIT license.
* Updated Composer dependencies and bumped the minimum development version of PHP to 7.0 (though the plugin is still targeting PHP 5.3+). ([#32])
## [0.5.0] - 2017-05-15
* Add the `revisionstrike_capabilities` filter to allow setting required capabilities to access Revision Strike settings page. Props @pereirinha. ([#28])
* Updated Composer and npm dependencies.
* Update the Code Climate configuration.
* Coding standards cleanup.
## [0.4.1] - 2017-03-04
* Converted unit tests to use the 1.0.x development branch of [WP_Mock](https://github.com/10up/wp_mock)
* Adjusted visibility of `RevisionStrikeCLI::log_deleted_revision()`. ([#20])
## [0.4.0] - 2016-07-29
* Move from the manual pre-commit hook to [WP Enforcer](https://github.com/stevegrunwell/wp-enforcer).
* As a result, minor standards-related changes have been made to the code to comply with the [WordPress Coding Standards](https://codex.wordpress.org/WordPress_Coding_Standards).
* Re-work the copy on Tools › Revision Strike to be more clear to site administrators. ([#26])
* Add additional tests around the Tools › Revision Strike page confirmation messages. ([#25])
## [0.3.0] - 2016-06-20
* Lock Composer dependency versions to ensure more consistent testing via Travis-CI.
* Add the `revisionstrike_get_revision_ids` filter to enable third-party plugins and themes to alter the array of revision IDs. ([#21])
* Implement Grunt to more consistently build releases. ([#18])
## [0.2.0] - 2015-08-16
* Added a "Limit" setting to Settings › Writing. ([#13])
* Added a "clean-all" WP-CLI command. ([#14])
* Clarified language on the Settings › Writing and Tools › Revision Strike pages. Props to @GhostToast for the suggestion! ([#16])
* Strike requests are now batched into groupings of 50 IDs at a time to avoid overwhelming underpowered machines. ([#17])
## [0.1.0] - 2015-08-09
Initial public release.
[Unreleased]: https://github.com/stevegrunwell/revision-strike/compare/master...develop
[0.6.0]: https://github.com/stevegrunwell/revision-strike/compare/v0.5.0...v0.6.0
[0.5.0]: https://github.com/stevegrunwell/revision-strike/compare/v0.4.1...v0.5.0
[0.4.1]: https://github.com/stevegrunwell/revision-strike/compare/v0.3.0...v0.4.1
[0.4.0]: https://github.com/stevegrunwell/revision-strike/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/stevegrunwell/revision-strike/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/stevegrunwell/revision-strike/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/stevegrunwell/revision-strike/releases/tag/v0.1.0
[#13]: https://github.com/stevegrunwell/revision-strike/issues/13
[#14]: https://github.com/stevegrunwell/revision-strike/issues/14
[#16]: https://github.com/stevegrunwell/revision-strike/issues/16
[#17]: https://github.com/stevegrunwell/revision-strike/issues/17
[#18]: https://github.com/stevegrunwell/revision-strike/issues/18
[#20]: https://github.com/stevegrunwell/revision-strike/issues/20
[#21]: https://github.com/stevegrunwell/revision-strike/issues/21
[#25]: https://github.com/stevegrunwell/revision-strike/issues/25
[#26]: https://github.com/stevegrunwell/revision-strike/issues/26
[#28]: https://github.com/stevegrunwell/revision-strike/pull/28
[#29]: https://github.com/stevegrunwell/revision-strike/pull/29
[#32]: https://github.com/stevegrunwell/revision-strike/pull/32

View File

@@ -0,0 +1,145 @@
# Copyright (C) 2017 Steve Grunwell
# This file is distributed under the same license as the Revision Strike package.
msgid ""
msgstr ""
"Project-Id-Version: Revision Strike 0.6.0\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/revision-strike\n"
"POT-Creation-Date: 2015-08-17 01:44:35+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2017-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"X-Generator: grunt-wp-i18n 0.5.4\n"
#: includes/class-revision-strike-cli.php:62
#. Translators: %1$d represents the ID of the deleted revision.
msgid "Revision ID %1$d has been deleted."
msgstr ""
#: includes/class-revision-strike-cli.php:83
msgid "No errors occurred, but no post revisions were removed."
msgstr ""
#: includes/class-revision-strike-cli.php:86
msgid "One post revision was deleted successfully"
msgstr ""
#: includes/class-revision-strike-cli.php:90
#. Translators: %1$d represents the number of deleted revisions.
msgid "%1$d post revision was deleted successfully"
msgid_plural "%1$d post revisions were deleted successfully"
msgstr[0] ""
msgstr[1] ""
#. Plugin Name of the plugin/theme
msgid "Revision Strike"
msgstr ""
#: includes/class-settings.php:52
msgid "Expire Revisions after X Days"
msgstr ""
#: includes/class-settings.php:60
msgid "Revisions per Day"
msgstr ""
#: includes/class-settings.php:99 includes/tools.php:78
msgid ""
"A post must be published at least this many days before its revisions can "
"be removed."
msgstr ""
#: includes/class-settings.php:118
msgid ""
"The maximum number of revisions to be removed each day. This works best "
"when the value is higher than the average number of daily revisions."
msgstr ""
#: includes/tools.php:10
msgid "You cannot access this page directly"
msgstr ""
#: includes/tools.php:24
msgid "No revisions were found that matched your criteria."
msgstr ""
#: includes/tools.php:27
msgid "Something went wrong deleting post revisions, please try again!"
msgstr ""
#: includes/tools.php:30
msgid "One post revision has been deleted successfully!"
msgstr ""
#: includes/tools.php:35
#. Translators: %1$d represents the number of deleted revisions.
msgid "%1$d post revision has been deleted successfully!"
msgid_plural "%1$d post revisions have been deleted successfully!"
msgstr[0] ""
msgstr[1] ""
#: includes/tools.php:55
msgid "Revision Strike: On-Demand"
msgstr ""
#: includes/tools.php:59
msgid ""
"This page will allow Revision Strike will remove old revisions from the "
"post database immediately."
msgstr ""
#: includes/tools.php:66
#. Translators: %1$s is the URL of the "Writing" settings page.
msgid ""
"To change the default settings for Revision Strike's automatic, daily run, "
"please see <a href=\"%1$s\">Settings &rsaquo; Writing</a>."
msgstr ""
#: includes/tools.php:74
msgid "Post Age Threshold"
msgstr ""
#: includes/tools.php:86
msgid "Limit"
msgstr ""
#: includes/tools.php:90
msgid "The maximum number of revisions to delete."
msgstr ""
#: includes/tools.php:99
msgid "Strike Revisions"
msgstr ""
#. Plugin URI of the plugin/theme
msgid "https://stevegrunwell.com/blog/revision-strike"
msgstr ""
#. Description of the plugin/theme
msgid "Periodically purge old post revisions via WP Cron."
msgstr ""
#. Author of the plugin/theme
msgid "Steve Grunwell"
msgstr ""
#. Author URI of the plugin/theme
msgid "https://stevegrunwell.com"
msgstr ""
#: includes/class-settings.php:80
msgctxt "Tools menu link"
msgid "Revision Strike"
msgstr ""
#: includes/class-settings.php:94
msgctxt "Label for revision-strike[days]"
msgid "Days"
msgstr ""
#: includes/class-settings.php:113
msgctxt "Label for revision-strike[limit]"
msgid "Revisions"
msgstr ""