Version Description
- Fixed Please Note Spelling Mistake
- Fixed Readme.txt Spelling Mistakes
- Works with WordPress 3.8.1
- Changed Video Tutorial Link
- Added CSS to Postboxes and Please Note Box (changed width, added padding, moved around)
Download this release
Release Info
Developer | kidsguide |
Plugin | Easy Updates Manager |
Version | 3.2.0 |
Comparing to | |
See all releases |
Code changes from version 3.1.0 to 3.2.0
- Function.php +8 -8
- readme.txt +13 -19
Function.php
CHANGED
@@ -2,16 +2,16 @@
|
|
2 |
/**
|
3 |
* @package Disable Updates Manager
|
4 |
* @author Websiteguy
|
5 |
-
* @version 3.
|
6 |
*/
|
7 |
/*
|
8 |
Plugin Name: Disable Updates Manager
|
9 |
Plugin URI: http://wordpress.org/plugins/stops-core-theme-and-plugin-updates/
|
10 |
-
Version: 3.
|
11 |
Description: Pick which type of updates you would like to disable. Just use are settings forum.
|
12 |
Author: Websiteguy
|
13 |
Author URI: http://profiles.wordpress.org/kidsguide/
|
14 |
-
Tested up to WordPress 3.8.
|
15 |
*/
|
16 |
/*
|
17 |
License:
|
@@ -32,7 +32,7 @@ along with this program; if not, write to the Free Software
|
|
32 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
33 |
*/
|
34 |
|
35 |
-
define("DISABLEUPDATESMANAGERVERSION", "3.
|
36 |
|
37 |
class Disable_Updates {
|
38 |
// Set status in array
|
@@ -295,7 +295,7 @@ break;
|
|
295 |
<tr>
|
296 |
<td>
|
297 |
<fieldset>
|
298 |
-
<div class="postbox">
|
299 |
<H3> Disable Updates</H3>
|
300 |
<div class="inside">
|
301 |
<label for="all_notify">
|
@@ -324,7 +324,7 @@ break;
|
|
324 |
<tr>
|
325 |
<td>
|
326 |
<fieldset>
|
327 |
-
<div class="postbox">
|
328 |
<H3> Other Settings</H3>
|
329 |
<div class="inside">
|
330 |
<span style="padding-left: 0px; display:block">
|
@@ -351,9 +351,9 @@ break;
|
|
351 |
|
352 |
<tr>
|
353 |
<br>
|
354 |
-
<span style="border-style:solid; border-width:2px; border-color:#dd0606; display:block">
|
355 |
<p align="center">
|
356 |
-
<strong>Please Note! - </strong>If either your WordPress core, theme, or plugins get
|
357 |
</p>
|
358 |
</span>
|
359 |
</div>
|
2 |
/**
|
3 |
* @package Disable Updates Manager
|
4 |
* @author Websiteguy
|
5 |
+
* @version 3.2.0
|
6 |
*/
|
7 |
/*
|
8 |
Plugin Name: Disable Updates Manager
|
9 |
Plugin URI: http://wordpress.org/plugins/stops-core-theme-and-plugin-updates/
|
10 |
+
Version: 3.2.0
|
11 |
Description: Pick which type of updates you would like to disable. Just use are settings forum.
|
12 |
Author: Websiteguy
|
13 |
Author URI: http://profiles.wordpress.org/kidsguide/
|
14 |
+
Tested up to WordPress 3.8.1
|
15 |
*/
|
16 |
/*
|
17 |
License:
|
32 |
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
33 |
*/
|
34 |
|
35 |
+
define("DISABLEUPDATESMANAGERVERSION", "3.2.0");
|
36 |
|
37 |
class Disable_Updates {
|
38 |
// Set status in array
|
295 |
<tr>
|
296 |
<td>
|
297 |
<fieldset>
|
298 |
+
<div class="postbox" style="width: 590px;">
|
299 |
<H3> Disable Updates</H3>
|
300 |
<div class="inside">
|
301 |
<label for="all_notify">
|
324 |
<tr>
|
325 |
<td>
|
326 |
<fieldset>
|
327 |
+
<div class="postbox" style="width: 590px;">
|
328 |
<H3> Other Settings</H3>
|
329 |
<div class="inside">
|
330 |
<span style="padding-left: 0px; display:block">
|
351 |
|
352 |
<tr>
|
353 |
<br>
|
354 |
+
<span style="border-style:solid; border-width:2px; border-color:#dd0606; width: 604px; padding-left: 2px; padding-right: 2px; display:block" >
|
355 |
<p align="center">
|
356 |
+
<strong>Please Note! - </strong>If either your WordPress core, theme, or plugins get too out of date, you may run into compatibility problems.
|
357 |
</p>
|
358 |
</span>
|
359 |
</div>
|
readme.txt
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
Contributors: kidsguide
|
3 |
Tags: Disable All Updates, Disable Plugin Updates, Disable Theme Updates, Disable WordPress Core Updates, Disable Core Updates, Disable Updates Settings, Disable Updates, Disable All WordPress Updates, Disable All WordPress Updates Settings, Disable Updates Manager, Disable All Updates Manager, Disable Updates Manager Settings
|
4 |
Requires at least: 3.0
|
5 |
-
Tested up to: 3.8
|
6 |
Stable tag: trunk
|
7 |
|
8 |
A configurable plugin that disables updates. Easy to customize with 5+ settings.
|
@@ -48,40 +48,34 @@ A: Yes, this plugin just disables the update (not removes).
|
|
48 |
6. Settings Page (Disable Updates Manager)
|
49 |
|
50 |
== Installation ==
|
51 |
-
Their are
|
52 |
-
|
53 |
-
<strong>1)</strong> The WordPress dashboard way.
|
54 |
|
|
|
55 |
<ol>
|
56 |
-
<li>Push the button above to download the latest version of Disable
|
57 |
<li>Go in your websites admin to the Plugins> Add New> page and push Upload.</li>
|
58 |
|
59 |
<li>Upload the zip file and push install.</li>
|
60 |
<li>Go to the Plugins section in your admin dashboard and activate.</li>
|
61 |
</ol>
|
62 |
|
63 |
-
<strong>2)</strong>
|
64 |
-
|
65 |
<ol>
|
66 |
<li>Go in your websites admin to the Plugins> Add New> page and push on the search bar.</li>
|
67 |
|
68 |
-
<li>Search
|
69 |
<li>Go to the Plugins section in your admin dashboard and activate.</li>
|
70 |
</ol>
|
71 |
|
72 |
-
<strong>3)</strong> The cpanel (or whatever you use) way.
|
73 |
-
|
74 |
-
<ol>
|
75 |
-
<li>Push the button above to download the latest version of Disable All Updates.</li>
|
76 |
-
<li>Login into your cpanel (or whatever you use).</li>
|
77 |
-
<li>Go to your www file and find the file titled plugins.</li>
|
78 |
-
<li>Push on the plugins file and add a new folder titled "disable-all-updates".</li>
|
79 |
-
<li>Then upload the zip file into that folder.</li>
|
80 |
-
<li>Go to your plugin page in your dashboard and activate the plugin called "Disable All Updates.</li>
|
81 |
-
</ol>
|
82 |
-
|
83 |
== Changelog ==
|
84 |
= Versions Available for Downloading =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
= 3.1.0 =
|
86 |
* Added "Disable Automatic Background Updates" Setting
|
87 |
* Removed "Please Note!" Postbox
|
2 |
Contributors: kidsguide
|
3 |
Tags: Disable All Updates, Disable Plugin Updates, Disable Theme Updates, Disable WordPress Core Updates, Disable Core Updates, Disable Updates Settings, Disable Updates, Disable All WordPress Updates, Disable All WordPress Updates Settings, Disable Updates Manager, Disable All Updates Manager, Disable Updates Manager Settings
|
4 |
Requires at least: 3.0
|
5 |
+
Tested up to: 3.8.1
|
6 |
Stable tag: trunk
|
7 |
|
8 |
A configurable plugin that disables updates. Easy to customize with 5+ settings.
|
48 |
6. Settings Page (Disable Updates Manager)
|
49 |
|
50 |
== Installation ==
|
51 |
+
Their are two way to install "Disable Updates Manager".
|
|
|
|
|
52 |
|
53 |
+
<strong>1)</strong>
|
54 |
<ol>
|
55 |
+
<li>Push the button above to download the latest version of "Disable Updates Manager".</li>
|
56 |
<li>Go in your websites admin to the Plugins> Add New> page and push Upload.</li>
|
57 |
|
58 |
<li>Upload the zip file and push install.</li>
|
59 |
<li>Go to the Plugins section in your admin dashboard and activate.</li>
|
60 |
</ol>
|
61 |
|
62 |
+
<strong>2)</strong> <u><strong>Recommended</strong></u>
|
|
|
63 |
<ol>
|
64 |
<li>Go in your websites admin to the Plugins> Add New> page and push on the search bar.</li>
|
65 |
|
66 |
+
<li>Search "Disable Updates Manager" and push install.</li>
|
67 |
<li>Go to the Plugins section in your admin dashboard and activate.</li>
|
68 |
</ol>
|
69 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
== Changelog ==
|
71 |
= Versions Available for Downloading =
|
72 |
+
= 3.2.0 =
|
73 |
+
* Fixed Please Note Spelling Mistake
|
74 |
+
* Fixed Readme.txt Spelling Mistakes
|
75 |
+
* Works with WordPress 3.8.1
|
76 |
+
* Changed Video Tutorial Link
|
77 |
+
* Added CSS to Postboxes and Please Note Box (changed width, added padding, moved around)
|
78 |
+
|
79 |
= 3.1.0 =
|
80 |
* Added "Disable Automatic Background Updates" Setting
|
81 |
* Removed "Please Note!" Postbox
|