Easy Updates Manager - Version 9.0.5

Version Description

  • 2020-08-11 =

  • TWEAK: Some minor code improvements based on PHPCS analysis

  • TWEAK: Updated seasonal notices

  • TWEAK: Add WP 5.5 support. Since EUM's update management facilities are much more sophisticated than WP 5.5's new "automatic upgrades" user-interface additions, the new WP 5.5 options do not map simply onto existing EUM options. Thus the only way they can work together is if EUM replaces those additions with links back to the EUM controls.

Download this release

Release Info

Developer DavidAnderson
Plugin Icon 128x128 Easy Updates Manager
Version 9.0.5
Comparing to
See all releases

Code changes from version 9.0.6 to 9.0.5

languages/stops-core-theme-and-plugin-updates.pot CHANGED
@@ -1608,15 +1608,15 @@ msgstr ""
1608
  msgid "template not found"
1609
  msgstr ""
1610
 
1611
- #: src/main.php:1040
1612
  msgid "Higher PHP version required"
1613
  msgstr ""
1614
 
1615
- #: src/main.php:1041, src/main.php:1053
1616
  msgid "The %s plugin requires %s version %s or higher - your current version is only %s."
1617
  msgstr ""
1618
 
1619
- #: src/main.php:1052
1620
  msgid "Higher WordPress version required"
1621
  msgstr ""
1622
 
1608
  msgid "template not found"
1609
  msgstr ""
1610
 
1611
+ #: src/main.php:1039
1612
  msgid "Higher PHP version required"
1613
  msgstr ""
1614
 
1615
+ #: src/main.php:1040, src/main.php:1052
1616
  msgid "The %s plugin requires %s version %s or higher - your current version is only %s."
1617
  msgstr ""
1618
 
1619
+ #: src/main.php:1051
1620
  msgid "Higher WordPress version required"
1621
  msgstr ""
1622
 
main.php CHANGED
@@ -5,7 +5,7 @@ Plugin Name: Easy Updates Manager
5
  Plugin URI: https://easyupdatesmanager.com
6
  Description: Manage and disable WordPress updates, including core, plugin, theme, and automatic updates - Works with Multisite and has built-in logging features.
7
  Author: Easy Updates Manager Team
8
- Version: 9.0.6
9
  Tested up to: 5.5
10
  Author URI: https://easyupdatesmanager.com
11
  Contributors: kidsguide, ronalfy
@@ -18,7 +18,7 @@ Network: true
18
 
19
  if (!defined('ABSPATH')) die('No direct access allowed');
20
 
21
- if (!defined('EASY_UPDATES_MANAGER_VERSION')) define('EASY_UPDATES_MANAGER_VERSION', '9.0.6');
22
 
23
  if (!defined('EASY_UPDATES_MANAGER_MAIN_PATH')) define('EASY_UPDATES_MANAGER_MAIN_PATH', plugin_dir_path(__FILE__));
24
  if (!defined('EASY_UPDATES_MANAGER_URL')) define('EASY_UPDATES_MANAGER_URL', plugin_dir_url(__FILE__));
5
  Plugin URI: https://easyupdatesmanager.com
6
  Description: Manage and disable WordPress updates, including core, plugin, theme, and automatic updates - Works with Multisite and has built-in logging features.
7
  Author: Easy Updates Manager Team
8
+ Version: 9.0.5
9
  Tested up to: 5.5
10
  Author URI: https://easyupdatesmanager.com
11
  Contributors: kidsguide, ronalfy
18
 
19
  if (!defined('ABSPATH')) die('No direct access allowed');
20
 
21
+ if (!defined('EASY_UPDATES_MANAGER_VERSION')) define('EASY_UPDATES_MANAGER_VERSION', '9.0.5');
22
 
23
  if (!defined('EASY_UPDATES_MANAGER_MAIN_PATH')) define('EASY_UPDATES_MANAGER_MAIN_PATH', plugin_dir_path(__FILE__));
24
  if (!defined('EASY_UPDATES_MANAGER_URL')) define('EASY_UPDATES_MANAGER_URL', plugin_dir_url(__FILE__));
readme.txt CHANGED
@@ -4,8 +4,8 @@ Tags: updates manager, easy updates manager, disable updates manager, disable up
4
  Requires at least: 5.1
5
  Requires PHP: 5.3
6
  Donate link: https://easyupdatesmanager.com
7
- Tested up to: 5.6
8
- Stable tag: 9.0.6
9
  License: GPLv2 or later
10
 
11
  Manage all your WordPress updates, including individual updates, automatic updates, logs, and loads more. This also works very well with WordPress Multisite.
@@ -126,11 +126,7 @@ For additional information and FAQs for Easy Updates Manager <a href="https://ea
126
 
127
  == Changelog ==
128
 
129
- = 9.0.6 - 2020-08-10 =
130
-
131
- * FIX: Fatal error in a template file
132
-
133
- = 9.0.5 - 2020-08-10 =
134
 
135
  * TWEAK: Some minor code improvements based on PHPCS analysis
136
  * TWEAK: Updated seasonal notices
@@ -314,4 +310,4 @@ For past changelogs, <a href="https://easyupdatesmanager.com/blog/">please visit
314
 
315
  == Upgrade Notice ==
316
 
317
- * 9.0.6 : Changes related to WP 5.5 core changes, and a fix to a regression in 9.0.5.
4
  Requires at least: 5.1
5
  Requires PHP: 5.3
6
  Donate link: https://easyupdatesmanager.com
7
+ Tested up to: 5.5
8
+ Stable tag: 9.0.5
9
  License: GPLv2 or later
10
 
11
  Manage all your WordPress updates, including individual updates, automatic updates, logs, and loads more. This also works very well with WordPress Multisite.
126
 
127
  == Changelog ==
128
 
129
+ = 9.0.5 - 2020-08-11 =
 
 
 
 
130
 
131
  * TWEAK: Some minor code improvements based on PHPCS analysis
132
  * TWEAK: Updated seasonal notices
310
 
311
  == Upgrade Notice ==
312
 
313
+ * 9.0.5 : Changes related to WP 5.5 core changes.