Version Description
- WordPress 4.0 capability added.
- Fixed plugin icon not showing.
Download this release
Release Info
Developer | kidsguide |
Plugin | Easy Updates Manager |
Version | 4.3.10 |
Comparing to | |
See all releases |
Code changes from version 4.3.0 to 4.3.10
- Function.php +7 -7
- readme.txt +4 -0
Function.php
CHANGED
@@ -2,22 +2,22 @@
|
|
2 |
/**
|
3 |
* @package Disable Updates Manager
|
4 |
* @author MPS Plugins
|
5 |
-
* @email
|
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
|
15 |
-
Author Email:
|
16 |
License: GPL2
|
17 |
Text Domain: disable-updates-manager
|
18 |
Domain Path: languages
|
19 |
|
20 |
-
@Copyright 2013 - 2014 MPS Plugins (email:
|
21 |
|
22 |
This program is free software; you can redistribute it and/or modify
|
23 |
it under the terms of the GNU General Public License, version 2, as
|
@@ -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 |
|
@@ -695,7 +695,7 @@ WordPress encourages you to update your plugins, themes, and core to make sure t
|
|
695 |
|
696 |
<h3>This plugin is tested so there are no problems.</h3>
|
697 |
<ul>
|
698 |
-
<li>Tested with WordPress 4.
|
699 |
<li>Tested with popular plugins for no conflicts</li>
|
700 |
<li>Tested with popular themes for no conflicts</li>
|
701 |
</ul>
|
2 |
/**
|
3 |
* @package Disable Updates Manager
|
4 |
* @author MPS Plugins
|
5 |
+
* @email mpsplugins@gmail.com
|
6 |
+
* @version 4.3.10
|
7 |
*/
|
8 |
/*
|
9 |
Plugin Name: Disable Updates Manager
|
10 |
Plugin URI: http://www.mpswp.wordpress.com
|
11 |
+
Version: 4.3.10
|
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
|
15 |
+
Author Email: mpsplugins@gmail.com
|
16 |
License: GPL2
|
17 |
Text Domain: disable-updates-manager
|
18 |
Domain Path: languages
|
19 |
|
20 |
+
@Copyright 2013 - 2014 MPS Plugins (email: mpsplugins@gmail.com)
|
21 |
|
22 |
This program is free software; you can redistribute it and/or modify
|
23 |
it under the terms of the GNU General Public License, version 2, as
|
38 |
class Disable_Updates {
|
39 |
|
40 |
// Define version.
|
41 |
+
const VERSION = '4.3.10';
|
42 |
|
43 |
private static $page_hook = '';
|
44 |
|
695 |
|
696 |
<h3>This plugin is tested so there are no problems.</h3>
|
697 |
<ul>
|
698 |
+
<li>Tested with WordPress 4.0</li>
|
699 |
<li>Tested with popular plugins for no conflicts</li>
|
700 |
<li>Tested with popular themes for no conflicts</li>
|
701 |
</ul>
|
readme.txt
CHANGED
@@ -76,6 +76,10 @@ Installing Disable Updates Manager.
|
|
76 |
3.That's it. You're ready to go!
|
77 |
|
78 |
== Changelog ==
|
|
|
|
|
|
|
|
|
79 |
= 4.3.0 =
|
80 |
* Added custom plugin installer icon.
|
81 |
* Tested with WordPress 4.0RC1 (4.0 to be released September 4, 2014).
|
76 |
3.That's it. You're ready to go!
|
77 |
|
78 |
== Changelog ==
|
79 |
+
= 4.3.10 =
|
80 |
+
* WordPress 4.0 capability added.
|
81 |
+
* Fixed plugin icon not showing.
|
82 |
+
|
83 |
= 4.3.0 =
|
84 |
* Added custom plugin installer icon.
|
85 |
* Tested with WordPress 4.0RC1 (4.0 to be released September 4, 2014).
|