Description
Compare the list of plugins on any two WordPress websites hosted on any platform.
Features
- Creates an admin interface that provides a JSON text containing the list of all plugins installed on your website.
- Provides a graphical diff interface where you can compare the list of plugins on the two websites.
- Highlights if plugins on the other website have been removed or added compared to your current website
- Highlights differences between the versions of the plugins installed on the two websites.
- Highlights differences in which plugins are activated on the two websites.
How To Use
- The plugin has to be installed on both websites.
- The plugin provides a text field with JSON text that can be copied from the other website into yours
- Once the JSON is copied it generates a friendly Diff User interface that highlights the differences
WordPress Website Plugins Compare
Developers usually have multiple instances running of the same website on different environments such as their local machines, development or test servers as well as production environments.
As development goes on a project or as support requests get fulfilled the plugins installed on these various environments could get out of sync.
Version control systems such as Git are great but they were designed to track differences between files not lists of installed plugins and their state in the Database.
This plugin does not rely on version control systems and since it exports the list a simple JSON it has no limitations on which two websites you compare.
Screenshots
Installation
Automatic installation
Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t need to leave your web browser. Log in to your WordPress dashboard, go to the Plugins menu and click Add New.
Type «Plugins Compare» and click Search Plugins. Once you’ve found this plugin you can install it by simply clicking “Install Now”.
Manual installation
To manually install the plugin downloading the plugin and uploading it to your web server via your favorite FTP client application. The WordPress codex contains instructions on how to do this here.
- Upload
website-compare-diff
folder to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
FAQ
-
How do I compare the list of plugins
-
You have to have the plugin installed and activated on both websites. Once installed you navigate to Settings > Website Compare Diff > Compare Plugins (Tab)
-
Which website is compared to which one
-
The diff user interface always compares in relation to the website you have pasted the JSON in to.
-
I need help or have a feature request
-
Feel free to contact me at https://wwww.lehelmatyus.com/contact
Reviews
There are no reviews for this plugin.
Contributors & Developers
“WordPress Plugins Compare Diff” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “WordPress Plugins Compare Diff” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.0
Initial release of the plugin to help you compare list of installed plugins between two websites.