Releases: DevinWalker/wp-rollback
Releases · DevinWalker/wp-rollback
1.7.1
Release of version 1.7.1
1.7.0
Release of version 1.7.0
1.6
- New: You now have the ability to rollback to the trunk for plugins. This is useful for beta testing releases and more. Thanks to karpstrucking for making this happen. #45
- New: Add actions
wpr_plugin_success
,wpr_plugin_failure
,wpr_theme_success
, andwpr_theme_failure
for developers. - New: If a plugin or theme does not have any tagged releases to select from then then an informative notice appears rather than empty space for a better user experience. #42
- Tweak: Use the WP.org API to retrieve plugin release version information for more reliable results. #35
1.5
- New: You can now view plugin changelogs within the rollback screen. #7
- New: Added support for WordPress Multisite rollbacks for themes and plugins. #22
- New: Rollback button is fixed to the bottom of the page now to prevent long scrolls for rollbacks with many versions. #23
- New: Updated the WP.org plugin header graphic. #37
1.4
- New: Updated plugin's text domain to the plugin's slug of 'wp-rollback' to support WordPress' GlotPress translations - #28
- New: Gulp automated POT file generation and text domain checker - #28
- Fix: Check the WP install's themes transient is present, if not fetch it to see if a theme can be rolled back. Allows rollbacks for new WP installs or in a case where the transient is not set properly - #27