Easy Updates Manager - Version 2.7.0

Version Description

  • Updated Readme.txt Description
  • Fixed function in settings.
Download this release

Release Info

Developer kidsguide
Plugin Icon 128x128 Easy Updates Manager
Version 2.7.0
Comparing to
See all releases

Code changes from version 2.6.0 to 2.7.0

Files changed (2) hide show
  1. Function.php +3 -3
  2. readme.txt +18 -56
Function.php CHANGED
@@ -2,12 +2,12 @@
2
  /**
3
  * @package Disable Updates Manager
4
  * @author Websiteguy
5
- * @version 2.6.0
6
  */
7
  /*
8
  Plugin Name: Disable Updates Manager
9
  Plugin URI: http://wordpress.org/plugins/stops-core-theme-and-plugin-updates/
10
- Version: 2.6.0
11
  Description: Pick which type of updates you would like to disable. Just use are new settings forum.
12
  Author: Websiteguy
13
  Author URI: http://profiles.wordpress.org/kidsguide/
@@ -322,7 +322,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
322
  <h3>&nbsp;Other Settings</h3>
323
  <div class="inside">
324
  <label for="page_notify">
325
- <input type="checkbox" <?php checked(1, (int)$this->status['page'], true); ?> value="1" id="page_notify" name="_disable_updates[page]"> <?php _e('Remove Updates Page (Under Dashboard)', 'disable-updates-manager') ?>
326
  </label>
327
  </div>
328
  </div>
2
  /**
3
  * @package Disable Updates Manager
4
  * @author Websiteguy
5
+ * @version 2.7.0
6
  */
7
  /*
8
  Plugin Name: Disable Updates Manager
9
  Plugin URI: http://wordpress.org/plugins/stops-core-theme-and-plugin-updates/
10
+ Version: 2.7.0
11
  Description: Pick which type of updates you would like to disable. Just use are new settings forum.
12
  Author: Websiteguy
13
  Author URI: http://profiles.wordpress.org/kidsguide/
322
  <h3>&nbsp;Other Settings</h3>
323
  <div class="inside">
324
  <label for="page_notify">
325
+ <input type="checkbox" <?php checked(1, (int)$this->status['page'], true); ?> value="1" id="page_notify" name="_disable_updates[page]"> <?php _e('Remove Updates Page <small>(Under Dashboard)</small>', 'disable-updates-manager') ?>
326
  </label>
327
  </div>
328
  </div>
readme.txt CHANGED
@@ -5,26 +5,18 @@ Requires at least: 3.0
5
  Tested up to: 3.8
6
  Stable tag: trunk
7
 
8
- Pick which type of updates you would like to disable. Just use are new settings forum.
9
 
10
  == Description ==
11
- With the newest versions of Disable Updates Manager (formerly called "Disable All Updates') you can chose the type of update you would like to disable.
12
-
13
- = Types of Updates to Disable =
14
- <ol>
15
- <li>WordPress Core Updates</li>
16
- <li>WordPress Plugin Updates</li>
17
- <li>WordPress Theme Updates</li>
18
- </ol>
19
 
20
  = Features =
21
  <ol>
22
- <li>Has a simple settings page to disable any type of updates.</li>
23
- <li>Has extra settings to remove the "updates" page, and disable all the updates (like the passed versions of this plugin).</li>
24
  <li>Disables WordPress automatic updates.</li>
25
  <li>Disables update e-mails</li>
26
  <li>Has a link to Support, FAQ, Settings, and the Tutorial in the plugin page</li>
27
- <li>Translation</li>
28
  </ol>
29
 
30
  = Video Tutorial =
@@ -35,28 +27,22 @@ With the new settings form under dashboard, it easy.
35
  Just check the things you won't disabled.
36
 
37
  == Frequently Asked Questions ==
38
- = Q: Is their a way to disable only one or two of these? =
39
- A: Yes, in the settings you can disable one, two, or all of them.
40
-
41
  = Q: How is this plugin different from the other disable updates plugins? =
42
  A: Their are a couple of differences.
43
  <ol>
44
  <li>They do not disable WordPress automatic updates.</li>
45
  <li>They do not have video tutorials and screenshots.</li>
46
- <li>They do not have settings to disable one, two, or three.</li>
47
  </ol>
48
 
49
- = Q: If I disable this plugin, will I be able to update my plugins, themes, and core again? =
50
- A: Yes, this plugin just stops (or disables) the update, it does not delete them.
51
 
52
  == ==
53
 
54
  = Please note!!! =
55
- It is very important to keep your WordPress plugins, core, and themes up to date.
56
- If you use this plugin, make sure your plugins are not harming your website.
57
-
58
- = No Downloads For Some Versions =
59
- If you were wondering why their are no downloads available for some of our this plugins versions, its because the versions are full of bugs.
60
 
61
  == Screenshots ==
62
  1. Before View Core (Dashboard)
@@ -101,6 +87,10 @@ Their are three way to install Disable All Updates.
101
 
102
  == Changelog ==
103
  = Versions Available for Downloading =
 
 
 
 
104
  = 2.6.0 =
105
  * Added Better Settings Description
106
  * Fixed Disable All Updates Setting Error <strong>(Thanks conservativeread!)</strong>
@@ -208,39 +198,11 @@ Their are three way to install Disable All Updates.
208
  * Updated Readme.txt
209
  * Works with WordPress 3.8
210
 
211
- = 0.9 =
212
- * Readme.txt Updated
213
-
214
- = 0.8 =
215
- * Readme.txt Updated
216
- * Bugs Fixed: 1
217
-
218
- = 0.7 =
219
- * readme.txt Updated Thanks <strong>itsjustathought</strong>
220
- * Screenshots Added
221
- * Screenshot Problem Fixed
222
- * Bugs Fixed: 2
223
-
224
- = 0.6 =
225
- * readme.txt Updated
226
-
227
- = 0.5 =
228
- * readme.txt Updated
229
- * Bugs Fixed: 2
230
-
231
- = Not Available for Downloading = <small>for more information on this, please see the <a href="http://wordpress.org/plugins/stops-core-theme-and-plugin-updates/other_notes/">other notes</a> page.</small>
232
-
233
- = 0.4 =
234
- * readme.txt Updated
235
- * Bugs Fixed: 1
236
-
237
- = 0.3 =
238
- * readme.txt Updated
239
- * Bugs Fixed: 2
240
-
241
- = 0.2 =
242
- * Readme.txt Updated
243
 
244
  = 0.1 =
245
  * Published on Wordpress.org
246
- (September 1, 2013)
 
 
 
5
  Tested up to: 3.8
6
  Stable tag: trunk
7
 
8
+ A configurable plugin that disables updates. The best in its class.
9
 
10
  == Description ==
11
+ This plugin is 100% configurable! Check the updates you would like to disable in the settings page.
 
 
 
 
 
 
 
12
 
13
  = Features =
14
  <ol>
15
+ <li>Has a simple settings page to disable any type of update.</li>
16
+ <li>Has extra settings like remove the "updates" page.</li>
17
  <li>Disables WordPress automatic updates.</li>
18
  <li>Disables update e-mails</li>
19
  <li>Has a link to Support, FAQ, Settings, and the Tutorial in the plugin page</li>
 
20
  </ol>
21
 
22
  = Video Tutorial =
27
  Just check the things you won't disabled.
28
 
29
  == Frequently Asked Questions ==
 
 
 
30
  = Q: How is this plugin different from the other disable updates plugins? =
31
  A: Their are a couple of differences.
32
  <ol>
33
  <li>They do not disable WordPress automatic updates.</li>
34
  <li>They do not have video tutorials and screenshots.</li>
35
+ <li>They do not have settings to make it configurable.</li>
36
  </ol>
37
 
38
+ = Q: If I remove this plugin from my website will I be able to update my plugins, themes, and WordPress core again? =
39
+ A: Yes, this plugin just disables the update (not removes).
40
 
41
  == ==
42
 
43
  = Please note!!! =
44
+ It is very important to keep your plugins, themes, and WordPress core up to date.
45
+ If you use this plugin, make sure your WordPress core (themes, and plugins also) are not harming your website.
 
 
 
46
 
47
  == Screenshots ==
48
  1. Before View Core (Dashboard)
87
 
88
  == Changelog ==
89
  = Versions Available for Downloading =
90
+ = 2.7.0 =
91
+ * Updated Readme.txt Description
92
+ * Fixed <small> function in settings.
93
+
94
  = 2.6.0 =
95
  * Added Better Settings Description
96
  * Fixed Disable All Updates Setting Error <strong>(Thanks conservativeread!)</strong>
198
  * Updated Readme.txt
199
  * Works with WordPress 3.8
200
 
201
+ = Not Available for Downloading =
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
202
 
203
  = 0.1 =
204
  * Published on Wordpress.org
205
+ (September 1, 2013)
206
+
207
+ = Note =
208
+ Versions 0.2 to 0.9 are not listed in this changelog.