Version Description
(August 9, 2018) = * I almost feel silly for pushing this as an update but the theme update notification said theme instead of themes.
Download this release
Release Info
Developer | Papin |
Plugin | Companion Auto Update |
Version | 3.1.5 |
Comparing to | |
See all releases |
Code changes from version 3.1.4 to 3.1.5
- cau_emails.php +1 -1
- companion-auto-update.php +1 -1
- readme.txt +4 -1
cau_emails.php
CHANGED
@@ -244,7 +244,7 @@ function cau_plugin_updated() {
|
|
244 |
if( $totalNumT > 0 ) {
|
245 |
|
246 |
$subject = '[' . get_bloginfo( 'name' ) . '] ' . __('One or more themes have been updated.', 'companion-auto-update');
|
247 |
-
$type = __('
|
248 |
$message = cau_updated_message( $type, "\n".$updatedListT );
|
249 |
|
250 |
foreach ( cau_set_email() as $key => $value) {
|
244 |
if( $totalNumT > 0 ) {
|
245 |
|
246 |
$subject = '[' . get_bloginfo( 'name' ) . '] ' . __('One or more themes have been updated.', 'companion-auto-update');
|
247 |
+
$type = __('themes', 'companion-auto-update');
|
248 |
$message = cau_updated_message( $type, "\n".$updatedListT );
|
249 |
|
250 |
foreach ( cau_set_email() as $key => $value) {
|
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.5
|
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.4 (August 8, 2018) =
|
81 |
* Fix: No theme update notification
|
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.5
|
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.5 (August 9, 2018) =
|
81 |
+
* I almost feel silly for pushing this as an update but the theme update notification said theme instead of themes.
|
82 |
+
|
83 |
= 3.1.4 (August 8, 2018) =
|
84 |
* Fix: No theme update notification
|
85 |
|