Retains up to three versions when you update a plugin. It works with premium and custom plugins too.
Prioritized issue groups from the latest Plugin Check scan
Maintainability
8
6 issue groups
Security
5
2 issue groups
Repo Compliance
2
2 issue groups
Sample message
$_GET['rollback_wp'] not unslashed before sanitization. Use wp_unslash() or similar
Sample message
PHP file should prevent direct access. Add a check like: if ( ! defined( 'ABSPATH' ) ) exit;
Sample message
Plugin folders are deleted when upgraded. Do not save data to the plugin folder using copy_dir(). Detected usage of constant WP_PLUGIN_DIR. Use wp_upload_dir() to get the uploads directory path or save to the database instead.
Sample message
All output should be run through an escaping function (see the Security sections in the WordPress Developer Handbooks), found '$result'.
Sample message
unlink() is discouraged. Use wp_delete_file() to delete a file.
Sample message
Plugin name "PlugVersions - Easily roll back to previous versions of your plugins." is different from the name declared in plugin header "PlugVersions".
Sample message
Mismatched "Tested up to": 7.0 != 6.8. The "Tested up to" value in the readme file must match the "Tested up to" value in the plugin header. If the plugin header has a "Tested up to" value, it will override the readme value, which can cause confusion.
Sample message
Plugin Updater detected. These are not permitted in WordPress.org hosted plugins. Detected: site_transient_update_plugins
Sample message
Mismatched Requires at least: 4.6 != 4.9. "Requires at least" needs to be exactly the same with that in your main plugin file's header.
Sample message
The plugin name includes a restricted term. Your chosen plugin name - "PlugVersions - Easily roll back to previous versions of your plugins." - contains the restricted term "plugin" which cannot be used at all in your plugin name.
Not analyzed yet.
First score snapshot
v0.2.1
83
Latest
| Scan | Score | Findings | Errors | Warnings | Plugin | Check |
|---|---|---|---|---|---|---|
| Latest | 83 | 15 | 9 | 6 | v0.2.1 | 2.0.0 |
Author, categories, issues, domains, and nearby plugins.