Version Description
(August 3, 2018) = * Fix: Issue with , in links in email notifications
Download this release
Release Info
Developer | Papin |
Plugin | Companion Auto Update |
Version | 3.1.3 |
Comparing to | |
See all releases |
Code changes from version 3.3.1 to 3.1.3
- cau_emails.php +2 -2
- companion-auto-update.php +1 -1
- readme.txt +4 -1
cau_emails.php
CHANGED
@@ -41,7 +41,7 @@ function cau_set_email() {
|
|
41 |
function cau_pending_message( $single, $plural ) {
|
42 |
|
43 |
return sprintf( esc_html__(
|
44 |
-
'There are one or more %1$s updates available on your WordPress site at: %2$s, but you have disabled auto-updating for %3$s. Login to your dashboard to manually update your %3$s.', 'companion-auto-update'
|
45 |
), $single, get_site_url(), $plural);
|
46 |
|
47 |
}
|
@@ -50,7 +50,7 @@ function cau_pending_message( $single, $plural ) {
|
|
50 |
function cau_updated_message( $type, $updatedList ) {
|
51 |
|
52 |
return sprintf( esc_html__(
|
53 |
-
'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'
|
54 |
), $type, get_site_url(), $updatedList );
|
55 |
|
56 |
}
|
41 |
function cau_pending_message( $single, $plural ) {
|
42 |
|
43 |
return sprintf( esc_html__(
|
44 |
+
'There are one or more %1$s updates available on your WordPress site at: %2$s , but you have disabled auto-updating for %3$s. Login to your dashboard to manually update your %3$s.', 'companion-auto-update'
|
45 |
), $single, get_site_url(), $plural);
|
46 |
|
47 |
}
|
50 |
function cau_updated_message( $type, $updatedList ) {
|
51 |
|
52 |
return sprintf( esc_html__(
|
53 |
+
'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'
|
54 |
), $type, get_site_url(), $updatedList );
|
55 |
|
56 |
}
|
companion-auto-update.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Companion Auto Update
|
4 |
* Plugin URI: http://codeermeneer.nl/portfolio/companion-auto-update/
|
5 |
* Description: This plugin auto updates all plugins, all themes and the wordpress core.
|
6 |
-
* Version: 3.1.
|
7 |
* Author: Papin Schipper
|
8 |
* Author URI: http://codeermeneer.nl/
|
9 |
* Contributors: papin
|
3 |
* Plugin Name: Companion Auto Update
|
4 |
* Plugin URI: http://codeermeneer.nl/portfolio/companion-auto-update/
|
5 |
* Description: This plugin auto updates all plugins, all themes and the wordpress core.
|
6 |
+
* Version: 3.1.3
|
7 |
* Author: Papin Schipper
|
8 |
* Author URI: http://codeermeneer.nl/
|
9 |
* Contributors: papin
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.me/dakel/2
|
|
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.9
|
7 |
-
Stable tag: 3.1.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -77,6 +77,9 @@ If you launched your website a few years ago using cPanel it could be the case t
|
|
77 |
|
78 |
== Changelog ==
|
79 |
|
|
|
|
|
|
|
80 |
= 3.1.2 (May 14, 2018) =
|
81 |
* Fix error: Notice: Undefined index: cau_page
|
82 |
|
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.9
|
7 |
+
Stable tag: 3.1.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
77 |
|
78 |
== Changelog ==
|
79 |
|
80 |
+
= 3.1.3 (August 3, 2018) =
|
81 |
+
* Fix: Issue with , in links in email notifications
|
82 |
+
|
83 |
= 3.1.2 (May 14, 2018) =
|
84 |
* Fix error: Notice: Undefined index: cau_page
|
85 |
|