PluginProbe
Module Control for Jetpack / 1.5
Module Control for Jetpack v1.5
1.7.4 1.7.3 trunk 0.4 1.0 1.2 1.3 1.4 1.4.1 1.4.2 1.5 1.6 1.7 1.7.1 1.7.2
jetpack-module-control / readme.txt

readme.txt in Module Control for Jetpack 1.5, at readme.txt

141 lines 5.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === Module Control for Jetpack ===
2 Contributors: RavanH
3 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=ravanhagen%40gmail%2ecom&item_name=Module%20Control%20for%20Jetpack
4 Tags: Jetpack, jet pack, jetpack light, manual control, blacklist, blacklist jetpack modules, slim jetpack
5 Stable tag: 1.5
6 Requires at least: 4.0
7 Tested up to: 5.4
8 License: GPLv3 or later
9 License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
11 Your Jetpack, Controlled.
12
13 == Description ==
14
15 [Jetpack](https://wordpress.org/plugins/jetpack/) adds powerful features... but sometimes we don't want them all. This plugin brings additional control over Jetpack modules.
16
17 = Features =
18
19 1. Blacklist / remove individual Jetpack modules.
20 1. Prevent module auto-activation on connection or after an upgrade.
21 1. Allow activation of Jetpack modules without a WordPress.com connection.
22 1. Single site and Multisite compatible.
23
24 = Examples =
25
26 In most use cases, a carefully considered combination of Jetpack modules can be a really good thing. But not always is much consideration being done beforehand. Or site admins just don't know all the implications...
27
28 - Maybe your Nginx web server uses FastCGI caching, making it incompatible with the Mobile Theme module? Blacklist that module to prevent any admin from activating it.
29 - Do you already a light box provided by your theme or another plugin? Then blacklist the Carousel module to prevent accidental activation.
30 - Or you're running a Multisite and do not want any admins monitoring uptime with the Monitor module just to call you every time their site is briefly inaccessible?
31 - Or you offer your own backup service and do not care much for VaultPress competition?
32 - You're running a school network and (some) sites are managed by minors who are not allowed to sign up for an account at WordPress.com? Then use the Jetpack Development Mode option to allow usage of modules that do not require a connection.
33
34 Any one of Jetpack's modules can bring overlapping or even conflicting functionality. In such cases, being able to prevent (accidental) activation is a good thing.
35
36 = Single site and Multisite =
37
38 Although the original idea arose on a multisite installation, Jetpack Module Control is developed for both single and multisite installations.
39
40 On **multisite**, it can only be network activated and allows global rules for Jetpack on all sites. At this point it also allows per-site changes by Super Admin only. Jetpack itself can, but does not need to be, network activated.
41
42 For **single site** installations, plugin settings can be locked down by adding `define('JETPACK_MC_LOCKDOWN', true)` to wp-config.php for complete security. This can be useful to prevent other admins being able to reactivate blacklisted modules.
43
44 = Development =
45
46 The project can be forked and or contributed to on [Github](https://github.com/RavanH/jetpack-module-control).
47
48 All contributions -- be it in the form of feature requests, bug reports, translations or code -- are welcome!
49
50 = Translations =
51
52 The package contains a sample jetpack-mc-xx_XX.po file ready for translators.
53
54 - **Dutch** * R.A. van Hagen http://status301.net/ (version 1.4)
55 - **French** * R.A. van Hagen http://status301.net/ (version 1.2, incomplete)
56
57 Please [contact me](http://status301.net/contact-en/) to submit your translation and get mentioned here :)
58
59 == Installation ==
60
61 1. Install Jetpack Module Control either via the WordPress.org plugin directory, or by uploading the files to your server.
62 2. After activating the plugin, go to either Settings > General (on single site) or Network Admin > Settings (on multisite) you can find the new Jetpack Module Control section.
63 3. Select any module you wish to remove and save settings.
64 4. If you are on a single site installation and you wish to prevent other admins from reactivating any blacklisted modules, add `define('JETPACK_MC_LOCKDOWN', true);` to your wp-config.php to lock down settings.
65 5. That's it.
66
67 == Screenshots ==
68
69 1. Options section with Blacklist.
70
71 == Upgrade Notice ==
72
73 = 1.5 =
74 Allow site admins override, contributed by @harshit_ps
75
76 == Changelog ==
77
78 = 1.5 =
79 Date: 2016/12/07
80
81 * NEW: option to allow site admins override contributed by @harshit_ps https://github.com/RavanH/jetpack-module-control/pull/8
82
83 = 1.4.2 =
84 Date: 2016/04/14
85
86 * Text domain name change to correspond with plugin slug
87
88 = 1.4.1 =
89 Date: 2016/04/01
90
91 * Added FR/NL translation files
92
93 = 1.4 =
94 Date: 2016/03/29
95
96 * Allow per site settings by Super Admin
97 * Added Sitemaps to known modules
98
99 = 1.3 =
100 Date: 2015/09/02
101
102 * Module names now translated using jetpack.mo
103 * BUGFIX options not saving deactivation
104 * BUGFIX translation files not found
105
106 = 1.2 =
107 Date: 2015/08/01
108
109 * Fix "Missing argument 1 for Jetpack_Module_Control::add_settings_section()" https://github.com/RavanH/jetpack-module-control/issues/2
110
111 = 1.1 =
112 Date: 2015/05/11
113
114 * Detect the Unplug Jetpack plugin
115
116 = 1.0 =
117 Date: 2015/05/05
118
119 * Jetpack Debug Mode to allow modules without connection
120 * Show which modules require a connection
121
122 = 0.4 =
123 Date: 2015/05/01
124
125 * Settings action link on Network plugins page
126
127 = 0.3 =
128 Date: 2015/04/27
129
130 * Added dashicons
131
132 = 0.2 =
133 Date: 2015/04/26
134
135 * Added network options
136
137 = 0.1 =
138 Date: 2015/04/25
139
140 * Initial release
141