*** WP Rollback - Rollback Plugins and Themes changelog *** - 2.0.0 = - New: Introducing version 2.0! In this new version the UI is now better looking and snappier than ever. The branding has also been updated to look and feel more modern. - 1.7.3 = - Fix: Resolved an issue with plugin rollbacks not correctly setting a filepath for the plugin being rolled back. Props to WP.org user @itmesteren for the fix. - 1.7.2 = - Fix: Ensure that the "Rollback" button displays properly when a WordPress site only has a single theme installed. Thanks [@eldertech](https://wordpress.org/support/users/eldertech/) for your help uncovering this bug. - Fix: Minor CSS fixes for the Rollback page. - Tweak: Update the WordPress.org readme.txt file to have better instructions for translating the plugin. We also fixed a few typos. - 1.7.1 = - Fix: Prevent PHP notice when rolling back a plugin or theme on PHP 7.4. - 1.7.0 = - Tweak: Removed the WP Time Capsule staging button and banner. - 1.6.0 = - 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](https://github.com/karpstrucking) for making this happen. [#45](https://github.com/impress-org/wp-rollback/issues/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](https://github.com/impress-org/wp-rollback/issues/42) - Tweak: Use the WP.org API to retrieve plugin release version information for more reliable results. [#35](https://github.com/impress-org/wp-rollback/issues/35) - 1.5.1 = - Tweak: Added additional information about the importance of Staging and Backups and links to our preferred plugin. - 1.5 = - New: You can now view plugin changelogs within the rollback screen. [#7](https://github.com/impress-org/wp-rollback/issues/7) - New: Added support for WordPress Multisite rollbacks for themes and plugins. [#22](https://github.com/impress-org/wp-rollback/issues/22) - New: Rollback button is fixed to the bottom of the page now to prevent long scrolls for rollbacks with many versions. [#23](https://github.com/impress-org/wp-rollback/issues/23) - New: Updated the WP.org plugin header graphic. [#37](https://github.com/impress-org/wp-rollback/issues/37) - 1.4 = - New: Updated plugin's text domain to the plugin's slug of 'wp-rollback' to support WordPress' GlotPress translations. [#28](https://github.com/impress-org/wp-rollback/issues/28) - New: Gulp automated POT file generation and text domain checker. [#28](https://github.com/impress-org/wp-rollback/issues/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](https://github.com/impress-org/wp-rollback/issues/27) - 1.3 = - Tested compatibility with WordPress 4.4 and verified as working; bumped up compatibility - Fix: Trying to get property of non-object warning. [#20](https://github.com/impress-org/wp-rollback/issues/20) - Improvement: Better version sorting now using usort & version_compare. [#16](https://github.com/impress-org/wp-rollback/issues/16) - 1.2.4 = - New: Portuguese translations added. - Fix: Limit HTTP requests to Plugin page only. [Report 1](https://wordpress.org/support/topic/great-plugin-but-small-issue?replies=5) [Report 2](https://wordpress.org/support/topic/great-plugin-but-small-issue?replies=1#post-7234287) - 1.2.3 = - Fixed: XSS hardening. Thanks @secupress - Fixed: CSRF patch regarding missing nonces. Thanks @secupress - Improvement: escape all of the things. - 1.2.2 = - New: Russian translations from @Flector - thanks! - Fix: Replaced use of wp_json_encode to support older WordPress versions. [Report](https://wordpress.org/support/topic/wordpress-requirement-issue-with-wp_json_encode) - 1.2.1 = - Fix: Rollback link appears on non wp.org plugins - thanks @scottopolis. [#14](https://github.com/impress-org/wp-rollback/issues/14) - Removed unnecessary WP_ROLLBACK_VERSION constant. - 1.2 = - New: Swedish translation files - Thanks @WPDailyThemes. - 1.1 = - Fixed "Cancel" button which was falsely submitting the form. - 1.0 = - Initial plugin release. Yippee! - Adds "Rollback" link to all plugins from the WordPress repo on the plugin screen. - Adds "Rollback" link to all themes from the WordPress repo inside the modal details screen. - The "Rollback" page allows you to choose which version you want to rollback to.