Changeset 1238491
- Timestamp:
- 09/05/2015 03:32:53 AM (11 years ago)
- Location:
- better-plugins
- Files:
-
- 6 edited
- 1 copied
-
tags/1.0.1 (copied) (copied from better-plugins/trunk)
-
tags/1.0.1/README.md (modified) (1 diff)
-
tags/1.0.1/better-plugins-plugin.php (modified) (1 diff)
-
tags/1.0.1/readme.txt (modified) (4 diffs)
-
trunk/README.md (modified) (1 diff)
-
trunk/better-plugins-plugin.php (modified) (1 diff)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
better-plugins/tags/1.0.1/README.md
r1236718 r1238491 2 2 3 3 This WordPress plugin makes dealing with plugins easier by providing tools for filtering, comparing, and reporting plugins. 4 5 [Available on the WordPress plugin repo](https://wordpress.org/plugins/better-plugins/) 4 6 5 7 ## Quickly Find the Plugin You're Looking For on the Plugins Screen -
better-plugins/tags/1.0.1/better-plugins-plugin.php
r1236718 r1238491 3 3 Plugin Name: Better Plugins Plugin 4 4 Description: Makes dealing with plugins easier by providing tools for comparing, reporting, and filtering plugins. 5 Version: 0.15 Version: 1.0.1 6 6 Author: Russell Heimlich 7 7 Author URI: http://www.russellheimlich.com -
better-plugins/tags/1.0.1/readme.txt
r1236718 r1238491 13 13 == Description == 14 14 15 ## Quickly Find the Plugin You're Looking For on the Plugins Screen 15 = Quickly Find the Plugin You're Looking For on the Plugins Screen = 16 16 17 17  … … 19 19 When you have dozens of plugins it can be a pain to find the specific one you're looking for in a long list. Now you can just start typing and the list of plugins will be filtered showing only the plugin names that match your search. 20 20 21 ## Compare the Active Plugins Between Two Sites 22 23  21 = Compare the Active Plugins Between Two Sites = 24 22 25 23 Have you ever wanted to compare which plugins are active between two sites? It used to take a lot of brain power. Now after installing this plugin on both sites simply copy and paste a line of text to see hwich plugins need to be activated to make the two sites match. … … 27 25 If you're on a multisite network just select the name of the site you want to compare from the drop down. 28 26 29  30 31 ## See Which Plugins Are Active on Each Site in a Mulisite Network 32 33  34 35  27 = See Which Plugins Are Active on Each Site in a Multisite Network = 36 28 37 29 Do you have plugins sitting around that you're not sure if they're being used on any sites in a multisite network? Use the Plugins Report feature located under the Network Admin Plugins section to see which sites a plugin is active on. It will even give you a list of plugins that aren't activated on any site so you can safely delete those unused plugins. 30 31 > <strong>GitHub</strong><br> 32 > Pull requests and bug reports are [welcomed on GitHub](https://github.com/kingkool68/wordpress-better-plugins-plugin). Please note GitHub is _not_ a support forum and issues that aren't properly qualified as bugs will be closed. 38 33 39 34 == Installation == … … 52 47 == Screenshots == 53 48 49 1. Filter your list of plugins by simply typing in the search box. 50 2. Compare active plugins between two sites. 51 3. List of plugins on one site that need to be activated to make them match another site. 52 4. See a list of plugins that aren't used on any sites in a multisite network. 53 5. See which sites a plugin is activated on in a multisite network. 54 54 55 == Changelog == 56 57 = 1.0 = 58 * Updated the readme.txt file 59 * Added plugin images and screenshots 55 60 56 61 = 0.1 = -
better-plugins/trunk/README.md
r1236718 r1238491 2 2 3 3 This WordPress plugin makes dealing with plugins easier by providing tools for filtering, comparing, and reporting plugins. 4 5 [Available on the WordPress plugin repo](https://wordpress.org/plugins/better-plugins/) 4 6 5 7 ## Quickly Find the Plugin You're Looking For on the Plugins Screen -
better-plugins/trunk/better-plugins-plugin.php
r1236718 r1238491 3 3 Plugin Name: Better Plugins Plugin 4 4 Description: Makes dealing with plugins easier by providing tools for comparing, reporting, and filtering plugins. 5 Version: 0.15 Version: 1.0.1 6 6 Author: Russell Heimlich 7 7 Author URI: http://www.russellheimlich.com -
better-plugins/trunk/readme.txt
r1236718 r1238491 13 13 == Description == 14 14 15 ## Quickly Find the Plugin You're Looking For on the Plugins Screen 15 = Quickly Find the Plugin You're Looking For on the Plugins Screen = 16 16 17 17  … … 19 19 When you have dozens of plugins it can be a pain to find the specific one you're looking for in a long list. Now you can just start typing and the list of plugins will be filtered showing only the plugin names that match your search. 20 20 21 ## Compare the Active Plugins Between Two Sites 22 23  21 = Compare the Active Plugins Between Two Sites = 24 22 25 23 Have you ever wanted to compare which plugins are active between two sites? It used to take a lot of brain power. Now after installing this plugin on both sites simply copy and paste a line of text to see hwich plugins need to be activated to make the two sites match. … … 27 25 If you're on a multisite network just select the name of the site you want to compare from the drop down. 28 26 29  30 31 ## See Which Plugins Are Active on Each Site in a Mulisite Network 32 33  34 35  27 = See Which Plugins Are Active on Each Site in a Multisite Network = 36 28 37 29 Do you have plugins sitting around that you're not sure if they're being used on any sites in a multisite network? Use the Plugins Report feature located under the Network Admin Plugins section to see which sites a plugin is active on. It will even give you a list of plugins that aren't activated on any site so you can safely delete those unused plugins. 30 31 > <strong>GitHub</strong><br> 32 > Pull requests and bug reports are [welcomed on GitHub](https://github.com/kingkool68/wordpress-better-plugins-plugin). Please note GitHub is _not_ a support forum and issues that aren't properly qualified as bugs will be closed. 38 33 39 34 == Installation == … … 52 47 == Screenshots == 53 48 49 1. Filter your list of plugins by simply typing in the search box. 50 2. Compare active plugins between two sites. 51 3. List of plugins on one site that need to be activated to make them match another site. 52 4. See a list of plugins that aren't used on any sites in a multisite network. 53 5. See which sites a plugin is activated on in a multisite network. 54 54 55 == Changelog == 56 57 = 1.0 = 58 * Updated the readme.txt file 59 * Added plugin images and screenshots 55 60 56 61 = 0.1 =
Note: See TracChangeset
for help on using the changeset viewer.