PluginProbe
Module Control for Jetpack / 1.2
Module Control for Jetpack v1.2
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.2, at readme.txt

98 lines 3.8 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 Tags: Jetpack, jet pack, jetpack light, manual control, blacklist, blacklist jepack modules, slim jetpack
4 Stable tag: 1.2
5 Requires at least: 4.0
6 Tested up to: 4.2
7 License: GPLv3 or later
8 License URI: http://www.gnu.org/licenses/gpl-3.0.html
9
10 Your Jetpack, Controlled.
11
12 == Description ==
13
14 [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. You can blacklist / remove individual modules, prevent auto-activation or allow activation without a WordPress.com account.
15
16 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...
17
18 For examples, your Nginx web server uses FastCGI caching, making it incompatible with the Mobile Theme module. Or you already have a lightbox plugin running, incompatible with Carousel. Or you do not want any admins monitoring uptime with the Monitor module just to call you every time their site is briefly inaccessible. Or you offer your own backup service and do not care much for VaultPress competition.
19
20 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.
21
22 = Single and Multisite compatible =
23
24 Athough the original idea arose on a multisite installation, Jetpack Module Control is developed for both single and multisite installations.
25
26 On **multisite**, it can only be network activated and controls Jetpack on all sites. Jetpack itself can, but does not need to be, network activated.
27
28 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.
29
30 = Development =
31
32 The project can be forked and or contributed to on [Github](https://github.com/RavanH/jetpack-module-control). All contributions -- be it in the form of feature requests, bugreports or code -- are welcome!
33
34 = Translations =
35
36 The package contains a sample jetpack-mc-xx_XX.po file ready for translators.
37
38 - **Dutch** * R.A. van Hagen http://status301.net/ (version 1.0)
39 - **French** * R.A. van Hagen http://status301.net/ (version 0.3, incomplete)
40
41 Please [contact me](http://status301.net/contact-en/) to submit your translation and get mentioned here :)
42
43
44 == Installation ==
45
46 1. Install Jetpack Module Control either via the WordPress.org plugin directory, or by uploading the files to your server.
47 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.
48 3. Select any module you wish to remove and save settings.
49 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.
50 5. That's it.
51
52 == Screenshots ==
53
54 1. Options section with Blacklist.
55
56 == Upgrade Notice ==
57
58 = 1.2 =
59 Fix https://github.com/RavanH/jetpack-module-control/issues/2
60
61 == Changelog ==
62
63 = 1.2 =
64 Date: 2015/08/01
65
66 * Fix "Missing argument 1 for Jetpack_Module_Control::add_settings_section()" https://github.com/RavanH/jetpack-module-control/issues/2
67
68 = 1.1 =
69 Date: 2015/05/11
70
71 * Detect the Unplug Jetpack plugin
72
73 = 1.0 =
74 Date: 2015/05/05
75
76 * Jetpack Debug Mode to allow modules without connection
77 * Show which modules require a connection
78
79 = 0.4 =
80 Date: 2015/05/01
81
82 * Settings action link on Network plugins page
83
84 = 0.3 =
85 Date: 2015/04/27
86
87 * Added dashicons
88
89 = 0.2 =
90 Date: 2015/04/26
91
92 * Added network options
93
94 = 0.1 =
95 Date: 2015/04/25
96
97 * Initial release
98