PluginProbe
PlugVersions – Easily roll back to previous versions of your plugins. / 0.1.0
PlugVersions – Easily roll back to previous versions of your plugins. v0.1.0
0.0.6.RC-1 0.0.7 0.0.8 0.1.0 0.2.0 0.2.1 trunk 0.0.1 0.0.2 0.0.3 0.0.4 0.0.5 0.0.6
plugversions / readme.txt

readme.txt in PlugVersions – Easily roll back to previous versions of your plugins. 0.1.0, at readme.txt

77 lines 2.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === PlugVersions - Easily roll back to previous versions of your plugins. ===
2
3 Contributors: giuse
4 Requires at least: 4.6
5 Tested up to: 6.8
6 Requires PHP: 7.4
7 Stable tag: 0.1.0
8 License: GPLv2 or later
9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
10 Tags: restore, update, backup, rollback, plugin versions
11
12 Retains up to three versions when you update a plugin. It works with premium and custom plugins too.
13
14
15 == Description ==
16
17 PlugVersions lets you retain up to three versions each time you update a plugin, including premium and custom plugins.
18
19 If a new version doesn’t work as expected, you can easily roll back by selecting a previous version with a single click. It works similarly to post revisions, but for plugins.
20
21 While <a href="https://wordpress.org/plugins/wp-rollback/">WP Rollback</a> is a great solution for plugins hosted on the WordPress repository, PlugVersions supports all plugins, including those not available on the repo.
22
23 This broader compatibility is currently the key difference between PlugVersions and other rollback plugins.
24
25 Additional features, such as version previews, are on the roadmap.
26
27
28
29 == How to roll back to a previous version of a plugin ==
30 * Install and activate PlugVersions.
31 * Go to the Plugins page in your WordPress dashboard.
32 * For any plugin that has been updated, you'll see a "Revisions" action link. Hover over it to view the list of previously stored versions.
33 * Click on the version you want to restore.
34 * That’s it. Your plugin is rolled back!
35
36 There are no settings to configure.
37 This free version allows you to retain up to three previous plugin versions.
38 You’ll find them listed under the "Revisions" link on the Plugins page.
39
40
41
42 == Changelog ==
43
44 = 0.1.0 =
45 * Added: Replaced the PlugVersions backup filter to handle all updates, including manual plugin updates. A big thank you to <a href="https://kolorweb.it/">Vincenzo Casu</a> for providing the code!
46
47 = 0.0.8 =
48 * Fix: Vulnerability when a new version is restored. Thanks to Arkadiusz Hydzik for finding the vulnerability.
49 * Fix: Revisions list not working in the page of plugins.
50
51 = 0.0.7 =
52 * Fix: PHP warning
53
54 = 0.0.6 =
55 * Enhanced: Replaced unzipped versions with zipped versions
56
57 = 0.0.5 =
58 * Fix: Fatal error on plugin deletion
59
60 = 0.0.4 =
61 * Fix: Plugin updates counter in the admin top bar on frontend
62
63 = 0.0.3 =
64 * Fixed: not possible to delete the plugin from the page of plugins
65
66 = 0.0.2 =
67 * ixed: plugin old versions were considered in the update notifications
68
69 = 0.0.1 =
70 * Initial release
71
72
73
74 == Screenshots ==
75
76 1. How to restore the previous version of a plugin
77