Easy Updates Manager - Version 4.3.12

Version Description

  • Updated readme.txt to make it easier to understand.
Download this release

Release Info

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

Code changes from version 4.3.10 to 4.3.12

Files changed (2) hide show
  1. Function.php +3 -3
  2. readme.txt +15 -6
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.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
@@ -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.10';
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.12
7
  */
8
  /*
9
  Plugin Name: Disable Updates Manager
10
  Plugin URI: http://www.mpswp.wordpress.com
11
+ Version: 4.3.12
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.12';
42
 
43
  private static $page_hook = '';
44
 
readme.txt CHANGED
@@ -62,20 +62,29 @@ A: Yes, this plugin just disables the update. We has also recently made an unins
62
  A: As far as I know, this is just some spam. I have not received any complaints about it and there are lots of 5 star ratings for the most recent versions. You can help by ratings the plugin and saying if it is broken or not.
63
 
64
  == Screenshots ==
65
- 1. Settings Page
66
- 2. Disable Plugin Updates
67
- 3. Disable Plugins Individually
 
 
 
68
 
69
  == Installation ==
70
  Installing Disable Updates Manager.
71
 
72
- 1.Install Disable Updates Manager either via the WordPress.org plugin directory, or by uploading the files to your server.
73
 
74
- 2.After activating Disable Updates Manager by Websiteguy, you will be able to go to the Disable Updates Manager page under the settings.
75
 
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.
62
  A: As far as I know, this is just some spam. I have not received any complaints about it and there are lots of 5 star ratings for the most recent versions. You can help by ratings the plugin and saying if it is broken or not.
63
 
64
  == Screenshots ==
65
+ 1. Disable Updates Globally
66
+ 2. Other Settings
67
+ 3. Disable Plugin Updates
68
+ 4. Disable Theme Updates
69
+ 5. Screen Options
70
+ 6. Help Tab
71
 
72
  == Installation ==
73
  Installing Disable Updates Manager.
74
 
75
+ 1. Install Disable Updates Manager either via the WordPress.org plugin page and uploading the files to your FTP manually, or going to the and new plugins section in your dashboard.
76
 
77
+ 2. Activate Disable Updates Manager by MPS Plugins.
78
 
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
+
85
+ = 4.3.11* =
86
+ * Added some better screenshots.
87
+
88
  = 4.3.10 =
89
  * WordPress 4.0 capability added.
90
  * Fixed plugin icon not showing.