Version Description
Released 2016-06-21
- Bug fix: email addresses for background updates were not working for non-core updates.
Download this release
Release Info
Developer | ronalfy |
Plugin | Easy Updates Manager |
Version | 6.1.3 |
Comparing to | |
See all releases |
Code changes from version 6.1.1 to 6.1.3
- includes/MPSUM_Disable_Updates.php +1 -0
- main.php +1 -1
- readme.txt +9 -1
includes/MPSUM_Disable_Updates.php
CHANGED
@@ -157,6 +157,7 @@ class MPSUM_Disable_Updates {
|
|
157 |
}
|
158 |
|
159 |
//Automatic Updates E-mail Address
|
|
|
160 |
add_filter( 'auto_core_update_email', array( $this, 'maybe_change_automatic_update_email' ), 50 );
|
161 |
|
162 |
|
157 |
}
|
158 |
|
159 |
//Automatic Updates E-mail Address
|
160 |
+
add_filter( 'automatic_updates_debug_email', array( $this, 'maybe_change_automatic_update_email' ), 50 );
|
161 |
add_filter( 'auto_core_update_email', array( $this, 'maybe_change_automatic_update_email' ), 50 );
|
162 |
|
163 |
|
main.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Easy Updates Manager
|
|
4 |
Plugin URI: https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/
|
5 |
Description: Manage and disable WordPress updates, including core, plugin, theme, and automatic updates - Works with Multisite and has built-in logging features.
|
6 |
Author: Easy Updates Manager Team
|
7 |
-
Version: 6.1.
|
8 |
Requires at least: 4.4
|
9 |
Author URI: https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/
|
10 |
Contributors: kidsguide, ronalfy
|
4 |
Plugin URI: https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/
|
5 |
Description: Manage and disable WordPress updates, including core, plugin, theme, and automatic updates - Works with Multisite and has built-in logging features.
|
6 |
Author: Easy Updates Manager Team
|
7 |
+
Version: 6.1.3
|
8 |
Requires at least: 4.4
|
9 |
Author URI: https://wordpress.org/plugins/stops-core-theme-and-plugin-updates/
|
10 |
Contributors: kidsguide, ronalfy
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: kidsguide, ronalfy, roary86, bigwing
|
|
3 |
Tags: updates manager, easy updates manager, disable updates manager, disable updates, update control, plugin updates, theme updates, core updates, automatic updates, multisite, logs
|
4 |
Requires at least: 4.4
|
5 |
Tested up to: 4.5
|
6 |
-
Stable tag: 6.1.
|
7 |
License: GPLv2 or later
|
8 |
Donate link: https://mediaron.com/contribute/
|
9 |
|
@@ -103,6 +103,11 @@ For additional information and FAQs for Easy Updates Manager check out our <a hr
|
|
103 |
|
104 |
== Changelog ==
|
105 |
|
|
|
|
|
|
|
|
|
|
|
106 |
= 6.1.1 =
|
107 |
Released 2016-06-08
|
108 |
|
@@ -221,6 +226,9 @@ In version 5.0.0 we completely re-wrote the plugin to offer a faster and more se
|
|
221 |
|
222 |
== Upgrade Notice ==
|
223 |
|
|
|
|
|
|
|
224 |
= 6.1.1 =
|
225 |
Fixed bulk action issue for bottom options in plugins and themes tab.
|
226 |
|
3 |
Tags: updates manager, easy updates manager, disable updates manager, disable updates, update control, plugin updates, theme updates, core updates, automatic updates, multisite, logs
|
4 |
Requires at least: 4.4
|
5 |
Tested up to: 4.5
|
6 |
+
Stable tag: 6.1.3
|
7 |
License: GPLv2 or later
|
8 |
Donate link: https://mediaron.com/contribute/
|
9 |
|
103 |
|
104 |
== Changelog ==
|
105 |
|
106 |
+
= 6.1.3 =
|
107 |
+
Released 2016-06-21
|
108 |
+
|
109 |
+
* Bug fix: email addresses for background updates were not working for non-core updates.
|
110 |
+
|
111 |
= 6.1.1 =
|
112 |
Released 2016-06-08
|
113 |
|
226 |
|
227 |
== Upgrade Notice ==
|
228 |
|
229 |
+
= 6.1.3 =
|
230 |
+
Bug fix: email addresses for background updates were not working for non-core updates.
|
231 |
+
|
232 |
= 6.1.1 =
|
233 |
Fixed bulk action issue for bottom options in plugins and themes tab.
|
234 |
|