Easy Updates Manager - Version 6.0.1

Version Description

Released 2016-05-15

  • Bug fix: Resetting options and enabling logs does not enable logging.
Download this release

Release Info

Developer ronalfy
Plugin Icon 128x128 Easy Updates Manager
Version 6.0.1
Comparing to
See all releases

Code changes from version 6.0.0 to 6.0.1

Files changed (3) hide show
  1. includes/MPSUM_Admin_Advanced.php +3 -0
  2. main.php +1 -1
  3. readme.txt +9 -1
includes/MPSUM_Admin_Advanced.php CHANGED
@@ -82,6 +82,9 @@ class MPSUM_Admin_Advanced {
82
  // Reset options
83
  MPSUM_Updates_Manager::update_options( array() );
84
 
 
 
 
85
  // Remove logs table
86
  global $wpdb;
87
  $tablename = $wpdb->base_prefix . 'eum_logs';
82
  // Reset options
83
  MPSUM_Updates_Manager::update_options( array() );
84
 
85
+ // Remove table version
86
+ delete_site_option( 'mpsum_log_table_version' );
87
+
88
  // Remove logs table
89
  global $wpdb;
90
  $tablename = $wpdb->base_prefix . 'eum_logs';
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.0.0
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.0.1
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.0.0
7
  License: GPLv2 or later
8
  Donate link: https://mediaron.com/contribute/
9
 
@@ -105,6 +105,11 @@ For additional information and FAQs for Easy Updates Manager check out our <a hr
105
 
106
  == Changelog ==
107
 
 
 
 
 
 
108
  = 6.0.0 =
109
  Released 2016-05-14
110
 
@@ -194,6 +199,9 @@ In version 5.0.0 we completely re-wrote the plugin to offer a faster and more se
194
 
195
  == Upgrade Notice ==
196
 
 
 
 
197
  = 6.0.0 =
198
  LOGS! A highly requested feature is now here. Please keep in mind we consider logs still in beta
199
 
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.0.1
7
  License: GPLv2 or later
8
  Donate link: https://mediaron.com/contribute/
9
 
105
 
106
  == Changelog ==
107
 
108
+ = 6.0.1 =
109
+ Released 2016-05-15
110
+
111
+ * Bug fix: Resetting options and enabling logs does not enable logging.
112
+
113
  = 6.0.0 =
114
  Released 2016-05-14
115
 
199
 
200
  == Upgrade Notice ==
201
 
202
+ = 6.0.1 =
203
+ Bug fix: Resetting options and enabling logs does not enable logging.
204
+
205
  = 6.0.0 =
206
  LOGS! A highly requested feature is now here. Please keep in mind we consider logs still in beta
207