Companion Auto Update - Version 2.7.5

Version Description

  • Fixed: Notice: Undefined variable: charset_collate
Download this release

Release Info

Developer Papin
Plugin Icon 128x128 Companion Auto Update
Version 2.7.5
Comparing to
See all releases

Code changes from version 2.7.4 to 2.7.5

Files changed (2) hide show
  1. companion-auto-update.php +2 -2
  2. readme.txt +4 -1
companion-auto-update.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Companion Auto Update
4
  * Plugin URI: https://qreative-web.com
5
  * Description: This plugin auto updates all plugins, all themes and the wordpress core.
6
- * Version: 2.7.4
7
  * Author: Qreative-Web
8
  * Author URI: http://papinschipper.nl
9
  * Contributors: papin
@@ -51,7 +51,7 @@ function cau_database_creation() {
51
  name VARCHAR(255) NOT NULL,
52
  onoroff VARCHAR(255) NOT NULL,
53
  UNIQUE KEY id (id)
54
- ) $charset_collate;";
55
 
56
  require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
57
  dbDelta( $sql );
3
  * Plugin Name: Companion Auto Update
4
  * Plugin URI: https://qreative-web.com
5
  * Description: This plugin auto updates all plugins, all themes and the wordpress core.
6
+ * Version: 2.7.5
7
  * Author: Qreative-Web
8
  * Author URI: http://papinschipper.nl
9
  * Contributors: papin
51
  name VARCHAR(255) NOT NULL,
52
  onoroff VARCHAR(255) NOT NULL,
53
  UNIQUE KEY id (id)
54
+ )";
55
 
56
  require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
57
  dbDelta( $sql );
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/dakel/1
4
  Tags: auto, automatic, background, update, updates, updating, automatic updates, automatic background updates, easy update, wordpress update, theme update, plugin update, up-to-date, security, update latest version, update core, update wp, update wp core, major updates, minor updates, update to new version, update core, update plugin, update plugins, update plugins automatically, update theme, plugin, theme, advance, control, mail, notifations, enable
5
  Requires at least: 3.5.0
6
  Tested up to: 4.7
7
- Stable tag: 2.7.4
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -51,6 +51,9 @@ Email notifications are send once a day, right now two notifications are availab
51
 
52
  == Changelog ==
53
 
 
 
 
54
  = 2.7.4 =
55
  * Fixed: Double e-mail notifications [Read support topic here](https://wordpress.org/support/topic/double-e-mail-notifications/)
56
 
4
  Tags: auto, automatic, background, update, updates, updating, automatic updates, automatic background updates, easy update, wordpress update, theme update, plugin update, up-to-date, security, update latest version, update core, update wp, update wp core, major updates, minor updates, update to new version, update core, update plugin, update plugins, update plugins automatically, update theme, plugin, theme, advance, control, mail, notifations, enable
5
  Requires at least: 3.5.0
6
  Tested up to: 4.7
7
+ Stable tag: 2.7.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
51
 
52
  == Changelog ==
53
 
54
+ = 2.7.5 =
55
+ * Fixed: Notice: Undefined variable: charset_collate
56
+
57
  = 2.7.4 =
58
  * Fixed: Double e-mail notifications [Read support topic here](https://wordpress.org/support/topic/double-e-mail-notifications/)
59