Companion Auto Update - Version 2.7.7

Version Description

  • New: Added site name to e-mail subject. Example: [Qreative-Web] One ore more plugins have been updated.
Download this release

Release Info

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

Code changes from version 2.7.5 to 2.7.7

companion-auto-update-check-updates.php CHANGED
@@ -66,7 +66,7 @@ function cau_list_theme_updates() {
66
 
67
  if ( !empty( $themes ) ) {
68
 
69
- $subject = __('Theme update available.', 'companion-auto-update');
70
  $type = __('theme', 'companion-auto-update');
71
  $type_plural = __('themes', 'companion-auto-update');
72
  $message = cau_set_content( $type, $type_plural );
@@ -96,7 +96,7 @@ function cau_list_plugin_updates() {
96
 
97
  if ( !empty( $plugins ) ) {
98
 
99
- $subject = __('Plugin update available.', 'companion-auto-update');
100
  $type = __('plugin', 'companion-auto-update');
101
  $type_plural = __('plugins', 'companion-auto-update');
102
  $message = cau_set_content( $type, $type_plural );
@@ -151,7 +151,7 @@ function cau_plugin_updated() {
151
  if( $k == "Version" ) $updatedList .= " ".__("to version:")." ".$v."\n";
152
  }
153
 
154
- $subject = __('One ore more plugins have been updated.', 'companion-auto-update');
155
  $type = __('plugins', 'companion-auto-update');
156
  $message = cau_updated_message( $type, "\n".$updatedList );
157
 
66
 
67
  if ( !empty( $themes ) ) {
68
 
69
+ $subject = '[' . get_bloginfo( 'name' ) . '] ' . __('Theme update available.', 'companion-auto-update');
70
  $type = __('theme', 'companion-auto-update');
71
  $type_plural = __('themes', 'companion-auto-update');
72
  $message = cau_set_content( $type, $type_plural );
96
 
97
  if ( !empty( $plugins ) ) {
98
 
99
+ $subject = '[' . get_bloginfo( 'name' ) . '] ' . __('Plugin update available.', 'companion-auto-update');
100
  $type = __('plugin', 'companion-auto-update');
101
  $type_plural = __('plugins', 'companion-auto-update');
102
  $message = cau_set_content( $type, $type_plural );
151
  if( $k == "Version" ) $updatedList .= " ".__("to version:")." ".$v."\n";
152
  }
153
 
154
+ $subject = '[' . get_bloginfo( 'name' ) . '] ' . __('One ore more plugins have been updated.', 'companion-auto-update');
155
  $type = __('plugins', 'companion-auto-update');
156
  $message = cau_updated_message( $type, "\n".$updatedList );
157
 
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.5
7
  * Author: Qreative-Web
8
  * Author URI: http://papinschipper.nl
9
  * Contributors: papin
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.7
7
  * Author: Qreative-Web
8
  * Author URI: http://papinschipper.nl
9
  * Contributors: papin
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.5
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.5 =
55
  * Fixed: Notice: Undefined variable: charset_collate
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.7
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.7 =
55
+ * New: Added site name to e-mail subject. Example: [Qreative-Web] One ore more plugins have been updated.
56
+
57
  = 2.7.5 =
58
  * Fixed: Notice: Undefined variable: charset_collate
59