PluginProbe
Plugin Groups / trunk
Plugin Groups vtrunk
trunk 1.0.3 1.1.0 1.2.1 1.2.2 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.9 3.0.0
plugin-groups / readme.txt

readme.txt in Plugin Groups trunk, at readme.txt

129 lines 5.3 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Plugin Groups ===
2 Contributors: Desertsnowman, dlcramer
3 Donate link: https://cramer.co.za
4 Tags: plugin organizer, plugin status filter, plugin filter, plugin groups, plugin group
5 Requires at least: 6.7
6 Requires PHP: 7.4
7 Tested up to: 7.0
8 Stable tag: 3.0.0
9 License: GPLv2 or later
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
12 Organize plugins in the Plugins Admin Page by creating groups and filter types
13
14 == Description ==
15
16 If you have a lot of plugins installed, it can be difficult to manage them all. Now you can organize the plugins admin page by grouping your plugins by purpose. Each group will be displayed as a plugin status tabs in the plugins admin page, so you can easily filter which plugins you are viewing by group.
17
18 A free plugin by [David Cramer](https://cramer.co.za).
19
20 [Contribute to the development on GitHub](https://github.com/DavidCramer/plugin-groups)
21
22 == Installation ==
23
24 Install the plugin through the WordPress Plugins Installer or upload the decompressed folder to the plugins directory of your content directory
25 1. Activate the plugin through the 'Plugins' menu in WordPress
26
27 == Frequently Asked Questions ==
28
29 = Does it support Multi-site? =
30
31 Yes it does! It has full support from network admin being able to set groups for individual sites, to Giving sites, full access to manage themselves.
32
33 == Screenshots ==
34
35 1. New groups menu above the plugin status, enables navigating status within groups.
36 2. New styles give a different feel to the groups navigation.
37 3. Dropdown navigation instead of a menu to cut space.
38 4. Admin menu mode to make access to groups from anywhere.
39 5. Completely redesigned admin.
40 6. Bulk edit / create groups to speed up creation.
41
42 == Changelog ==
43
44 = 3.0.0 =
45 - Completely rewritten admin UI.
46 - Added per-group colors, shown as color dots in the groups navigation and plugins list.
47 - Added keyword-based auto-assignment of plugins to groups, with a manual "Re-run auto-assign" action and automatic reassignment when plugins are activated or upgraded.
48 - Added group-level bulk Activate/Deactivate/Update actions in the Plugins list.
49 - Added a new "Pills" navigation style.
50 - Added the ability to create a new group directly from the "Add to group" bulk action modal.
51 - Fixed a security issue where group names could inject unescaped HTML into the plugins list dropdown and bulk actions.
52 - Fixed a security issue where plugin/group data was not escaped in the "Add to group" action on the Add Plugins screen.
53 - Replaced deprecated current_user_can_for_blog() with current_user_can_for_site() for multisite permission checks.
54 - Fixed a bug that could cause bulk "Add to group"/"Remove from group" actions to silently fail under some server configurations.
55 - Now requires PHP 7.4+ and WordPress 6.7+.
56
57 = 2.0.9 =
58 - Fixed missing class.
59
60 = 2.0.8 =
61 - Fixed vulnerability of forced update of settings.
62
63 = 2.0.7 =
64 - [Multisite] Added path to domain for subdirectory sites.
65 - PHP 8.1 compatibility.
66 - Added an "Ungrouped" toggle in settings, to filter out plugins that are not in a group yet.
67 - Added a setting to enable an Ungrouped group in groups nav.
68
69 = 2.0.6 =
70 - [Multisite] You can now set the main sites group management access. This allows the Group management to be disabled on all site, and keeps it in network admin only, if wanted.
71 - Added a little notice that settings are saved.
72 - Added an "Ungrouped" toggle in settings, to filter out plugins that are not in a group yet.
73 - Added a setting to enable an Ungrouped group in groups nav.
74
75 = 2.0.5 =
76 - Fixed an issue that prevented translations from being added.
77
78 = 2.0.4 =
79 - Fixed an issue that if a plugin is removed, the group will cause the admin UI to crash.
80 - Added "Add to group" when installing a plugin from the add plugin screen.
81 - Cleaned up the code a bit.
82
83 = 2.0.3 =
84 - Fixed an issue where activating a plugin in a group, you get redirected to all plugins.
85 - Added Bulk actions to allow adding new groups, adding to groups, and removing from groups.
86 - Added in sorting to the admin UI to allow ordering groups to you're liking.
87
88 = 2.0.2 =
89 - Fixed an error where the plugin couldn't read the plugin data (I hope).
90 - Added, Multisite support. Multisite admins can now network active, manage each sites groups individually, or give full access to site to create their own groups.
91
92 = 2.0.1 =
93 - Fixed an error where on upgrade and have no presets, UI broke :(
94
95 = 2.0.0 =
96 - Completely rewritten from scratch for modern browsers and modern WordPress.
97
98 = 1.2.1 =
99 - WordPress 5.6 compatibility.
100
101 = 1.2.1 =
102 - Fixed warnings on activation.
103 - Fixed bulk action creation when no groups exist.
104
105 = 1.2.0 =
106 Added to Bulk Actions! You can now create and add plugins to groups via the Bulk Actions Dropdown.
107
108 = 1.1.3 =
109 Made editing of Group names more obvious.
110 Added Export and Import to easily share configs between sites
111 Added Presets for WooCommerce, Easy Digital Downloads, Ninja Forms and Gravity Forms.
112 Added Filter `plugin-groups-get-presets` to allow other plugins to register thier own preset groups
113 Added Keyword Grouping. This allows you to add keywords to a group and will automatically add plugins that match
114
115 = 1.0.3 =
116 Added a notice to confirming saved changes.
117
118 = 1.0.2 =
119 prefixed group slugs to prevent overiding built in status types.
120
121 = 1.0.1 =
122 Fixed issue on 4.2 with plugins having an update
123
124 = 1.0.0 =
125 Initial Version
126
127 == Upgrade Notice ==
128 Nothing to report
129