All notable changes to this project will be documented in this file, according to the Keep a Changelog standards.
This project adheres to Semantic Versioning.
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_capabilitiesfilter 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
- Adjusted visibility of
RevisionStrikeCLI::log_deleted_revision(). (#20)
0.4.0 - 2016-07-29
- Move from the manual pre-commit hook to WP Enforcer.
- As a result, minor standards-related changes have been made to the code to comply with the 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_idsfilter 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.