Version Description
- Fixed contributor issue.
- Updated description in readme.txt.
- Removed unnecessary versions (0.5 - 1.9.0).
Download this release
Release Info
Developer | kidsguide |
Plugin | Easy Updates Manager |
Version | 4.3.13 |
Comparing to | |
See all releases |
Code changes from version 4.3.12 to 4.3.13
- Function.php +3 -3
- readme.txt +11 -5
Function.php
CHANGED
@@ -3,12 +3,12 @@
|
|
3 |
* @package Disable Updates Manager
|
4 |
* @author MPS Plugins
|
5 |
* @email mpsplugins@gmail.com
|
6 |
-
* @version 4.3.
|
7 |
*/
|
8 |
/*
|
9 |
Plugin Name: Disable Updates Manager
|
10 |
Plugin URI: http://www.mpswp.wordpress.com
|
11 |
-
Version: 4.3.
|
12 |
Description: A configurable plugin that disables updates for you. Easy, clean and helpful.
|
13 |
Author: MPS Plugins
|
14 |
Author URI: http://www.mpswp.wordpress.com
|
@@ -38,7 +38,7 @@ Go to the license.txt in the trunk for more information.
|
|
38 |
class Disable_Updates {
|
39 |
|
40 |
// Define version.
|
41 |
-
const VERSION = '4.3.
|
42 |
|
43 |
private static $page_hook = '';
|
44 |
|
3 |
* @package Disable Updates Manager
|
4 |
* @author MPS Plugins
|
5 |
* @email mpsplugins@gmail.com
|
6 |
+
* @version 4.3.13
|
7 |
*/
|
8 |
/*
|
9 |
Plugin Name: Disable Updates Manager
|
10 |
Plugin URI: http://www.mpswp.wordpress.com
|
11 |
+
Version: 4.3.13
|
12 |
Description: A configurable plugin that disables updates for you. Easy, clean and helpful.
|
13 |
Author: MPS Plugins
|
14 |
Author URI: http://www.mpswp.wordpress.com
|
38 |
class Disable_Updates {
|
39 |
|
40 |
// Define version.
|
41 |
+
const VERSION = '4.3.13';
|
42 |
|
43 |
private static $page_hook = '';
|
44 |
|
readme.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
=== Disable Updates Manager ===
|
2 |
-
Contributors: MPS Plugins, kidsguide, shazahm1@hotmail.com,
|
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, Update Check, No Browser Nag, MPS Plugins, Manager, Disable, Updates
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.0
|
@@ -20,10 +20,7 @@ This plugin is configurable! Check the updates you would like to disable in the
|
|
20 |
<li>Disables plugin updates.</li>
|
21 |
<li>Disables theme updates.</li>
|
22 |
<li>Disable WordPress core updates.</li>
|
23 |
-
<li>
|
24 |
-
<li>Disables background updates.</li>
|
25 |
-
<li>Removes updates menu in admin sidebar.</li>
|
26 |
-
<li>No Browser Nag.</li>
|
27 |
</ol>
|
28 |
|
29 |
To see more features view the <a href="http://wordpress.org/plugins/stops-core-theme-and-plugin-updates/screenshots/">screenshots</a> or the video tutorials below.
|
@@ -79,6 +76,15 @@ Installing Disable Updates Manager.
|
|
79 |
3. Click on the configure button next to the plugin or go to the plugin settings page under the settings section in your dashboard.
|
80 |
|
81 |
== Changelog ==
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
82 |
= 4.3.12 =
|
83 |
* Updated readme.txt to make it easier to understand.
|
84 |
|
1 |
=== Disable Updates Manager ===
|
2 |
+
Contributors: MPS Plugins, kidsguide, shazahm1@hotmail.com, szepe.viktor
|
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, Update Check, No Browser Nag, MPS Plugins, Manager, Disable, Updates
|
4 |
Requires at least: 3.0
|
5 |
Tested up to: 4.0
|
20 |
<li>Disables plugin updates.</li>
|
21 |
<li>Disables theme updates.</li>
|
22 |
<li>Disable WordPress core updates.</li>
|
23 |
+
<li>And lots of other settings.</li>
|
|
|
|
|
|
|
24 |
</ol>
|
25 |
|
26 |
To see more features view the <a href="http://wordpress.org/plugins/stops-core-theme-and-plugin-updates/screenshots/">screenshots</a> or the video tutorials below.
|
76 |
3. Click on the configure button next to the plugin or go to the plugin settings page under the settings section in your dashboard.
|
77 |
|
78 |
== Changelog ==
|
79 |
+
= 4.3.13 =
|
80 |
+
* Fixed contributor issue.
|
81 |
+
* Updated description in readme.txt.
|
82 |
+
* Removed unnecessary versions (0.5 - 1.9.0).
|
83 |
+
|
84 |
+
= 4.3.12.2* =
|
85 |
+
* Fixed screenshot 5 showing incorrect information.
|
86 |
+
* Search Exclude 1.1.0 fixes capability with Disable Updates Manager.
|
87 |
+
|
88 |
= 4.3.12 =
|
89 |
* Updated readme.txt to make it easier to understand.
|
90 |
|