Companion Auto Update - Version 2.8.1

Version Description

  • Fixed few typos
Download this release

Release Info

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

Code changes from version 2.8 to 2.8.1

companion-auto-update-check-updates.php CHANGED
@@ -97,7 +97,7 @@ function cau_list_plugin_updates() {
97
  function cau_updated_message( $type, $updatedList ) {
98
 
99
  return sprintf( esc_html__(
100
- 'We have updated on or more %1$s on your WordPress site at %2$s, be sure to check if everything still works properly. The following %1$s have been updated: %3$s', 'companion-auto-update'
101
  ), $type, get_site_url(), $updatedList );
102
 
103
  }
@@ -135,7 +135,7 @@ function cau_plugin_updated() {
135
 
136
  $updatedPlugins = true;
137
 
138
- $subject = '[' . get_bloginfo( 'name' ) . '] ' . __('One ore more plugins have been updated.', 'companion-auto-update');
139
  $type = __('plugins', 'companion-auto-update');
140
  $message = cau_updated_message( $type, "\n".$updatedList );
141
 
97
  function cau_updated_message( $type, $updatedList ) {
98
 
99
  return sprintf( esc_html__(
100
+ 'We have updated one or more %1$s on your WordPress site at %2$s, be sure to check if everything still works properly. The following %1$s have been updated: %3$s', 'companion-auto-update'
101
  ), $type, get_site_url(), $updatedList );
102
 
103
  }
135
 
136
  $updatedPlugins = true;
137
 
138
+ $subject = '[' . get_bloginfo( 'name' ) . '] ' . __('One or more plugins have been updated.', 'companion-auto-update');
139
  $type = __('plugins', 'companion-auto-update');
140
  $message = cau_updated_message( $type, "\n".$updatedList );
141
 
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.8.0
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.8.1
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.8.0
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -35,6 +35,13 @@ Email notifications are send once a day in order to prevent spamming :)
35
  You can control auto-updating per plugin via the plugin filter.
36
  For example: If you have Woocommerce installed but you do not wan't to have it auto-updated you can now disable auto-updating for Woocommerce only, so your other plugins will continue to be updated.
37
 
 
 
 
 
 
 
 
38
  == Installation ==
39
 
40
  = Manual install =
@@ -60,6 +67,9 @@ For example: If you have Woocommerce installed but you do not wan't to have it a
60
  = What to expect: 2.9 =
61
  * Advanced Controls: You can control auto-updating per plugin via the plugin filter.
62
 
 
 
 
63
  = 2.8 =
64
  * Enable/disable updates for translation files (Enabled by default).
65
  * Core Emails: By default wordpress sends an email when a core update happend, you can now disable this.
@@ -96,4 +106,4 @@ For example: If you have Woocommerce installed but you do not wan't to have it a
96
  * You can now select what to update and what not (plugins, themes, major and minor core updates)
97
 
98
  = 1.0 =
99
- * Initital release
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.8.1
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
35
  You can control auto-updating per plugin via the plugin filter.
36
  For example: If you have Woocommerce installed but you do not wan't to have it auto-updated you can now disable auto-updating for Woocommerce only, so your other plugins will continue to be updated.
37
 
38
+ = Want to help development? =
39
+ Want to help develop?
40
+ Go to our [Github](https://github.com/DakelNL/Companion-Auto-Update)
41
+
42
+ Want to help translate?
43
+ Submit your translations [Here](https://translate.wordpress.org/projects/wp-plugins/companion-auto-update)
44
+
45
  == Installation ==
46
 
47
  = Manual install =
67
  = What to expect: 2.9 =
68
  * Advanced Controls: You can control auto-updating per plugin via the plugin filter.
69
 
70
+ = 2.8.1 =
71
+ * Fixed few typos
72
+
73
  = 2.8 =
74
  * Enable/disable updates for translation files (Enabled by default).
75
  * Core Emails: By default wordpress sends an email when a core update happend, you can now disable this.
106
  * You can now select what to update and what not (plugins, themes, major and minor core updates)
107
 
108
  = 1.0 =
109
+ * Initital release