Skip to content

Releases: DevinWalker/wp-rollback

1.7.1

21 Jul 20:49
Compare
Choose a tag to compare

Release of version 1.7.1

1.7.0

29 Oct 00:09
Compare
Choose a tag to compare

Release of version 1.7.0

1.6

11 Dec 23:18
Compare
Choose a tag to compare
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, and wpr_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

15 Jul 00:01
Compare
Choose a tag to compare
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

22 Sep 20:56
Compare
Choose a tag to compare
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