Contributors: damonsharp Tags: tools, plugins, collections Requires at least: 4.9 Requires PHP: 5.6+ Tested up to: 6.6 Stable tag: 1.2.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html
Easily create collections of plugins to activate together, along with a specific theme if needed. Easily switch collections from the plugin bulk actions menu.
- Use the Plugins > Add new to install from the WordPress.org repository by searching for "Plugin Collections".
- Use Plugins > Add new > Upload Plugin button to upload the a .zip of the plugin files. This can be obtained from GitHub https://github.com/damonsharp/plugin-collections.git, or
This plugin was built to scratch an itch related to constantly swapping plugins from a large list on a development site to facilitate testing support tasks/bugs. Certain tasks required certain plugins to be activated for testing. You can easily switch between them with this plugin. Maybe this is helpful to you, maybe not.
That's what I normally do, but sometimes it's easier when you have good test data on one site available to just install all the plugins you need and switch between them.
- Initial release.
- Refactored entire plugin.
- Add unit testing scaffolding (yes, I know, testing is needed -- working on that).
- Add ability to revert a plugin collection's theme to the currently activated theme when deleting a theme contained within a collection.
- Prefixed the plugin collection's bulk action list items titles.
- Added asset compiling through Laravel Mix.
- Refactored composer class autoloading to PSR-4.
- Refactored asset compiling from Laravel Mix to Vite.
- Refactored jQuery to vanilla.