Companion Auto Update - Version 3.4.7

Version Description

(January 1, 2020) = * Fix: Cronjob error

Download this release

Release Info

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

Code changes from version 3.4.6 to 3.4.7

Files changed (3) hide show
  1. cau_emails.php +3 -3
  2. companion-auto-update.php +1 -1
  3. readme.txt +5 -2
cau_emails.php CHANGED
@@ -213,11 +213,11 @@ function cau_plugin_updated() {
213
  $dateFormat = get_option( 'date_format' );
214
  $fileDate = date ( 'YmdHi', filemtime( $fullPath ) );
215
 
216
- if( $mailSched == 'hourly' ) {
217
  $lastday = date( 'YmdHi', strtotime( '-1 hour' ) );
218
- } elseif( $mailSched == 'twicedaily' ) {
219
  $lastday = date( 'YmdHi', strtotime( '-12 hours' ) );
220
- } elseif( $mailSched == 'daily' ) {
221
  $lastday = date( 'YmdHi', strtotime( '-1 day' ) );
222
  }
223
 
213
  $dateFormat = get_option( 'date_format' );
214
  $fileDate = date ( 'YmdHi', filemtime( $fullPath ) );
215
 
216
+ if( $schedule_mail == 'hourly' ) {
217
  $lastday = date( 'YmdHi', strtotime( '-1 hour' ) );
218
+ } elseif( $schedule_mail == 'twicedaily' ) {
219
  $lastday = date( 'YmdHi', strtotime( '-12 hours' ) );
220
+ } elseif( $schedule_mail == 'daily' ) {
221
  $lastday = date( 'YmdHi', strtotime( '-1 day' ) );
222
  }
223
 
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.4.6
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.4.7
7
  * Author: Papin Schipper
8
  * Author URI: http://codeermeneer.nl/
9
  * Contributors: papin
readme.txt CHANGED
@@ -5,7 +5,7 @@ Tags: auto, automatic, background, update, updates, updating, automatic updates,
5
  Requires at least: 3.6.0
6
  Tested up to: 5.3
7
  Requires PHP: 5.1
8
- Stable tag: 3.4.6
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
@@ -63,12 +63,15 @@ Your feedback is what made this plugin what is and what it’ll become so keep t
63
  == Screenshots ==
64
 
65
  1. Full control over what to update and when to recieve notifications
66
- 2. Disable auto-updating for certain plugins
67
  3. Advanced scheduling options for updating and notifcations
68
  4. Keep track of updates with the update log
69
 
70
  == Changelog ==
71
 
 
 
 
72
  = 3.4.6 (December 31, 2019) =
73
  * New: Filter themes, just like you do with plugins
74
  * New: Link to the release notes of the plugin in the email
5
  Requires at least: 3.6.0
6
  Tested up to: 5.3
7
  Requires PHP: 5.1
8
+ Stable tag: 3.4.7
9
  License: GPLv2 or later
10
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
11
 
63
  == Screenshots ==
64
 
65
  1. Full control over what to update and when to recieve notifications
66
+ 2. Disable auto-updating for certain plugins and/or themes
67
  3. Advanced scheduling options for updating and notifcations
68
  4. Keep track of updates with the update log
69
 
70
  == Changelog ==
71
 
72
+ = 3.4.7 (January 1, 2020) =
73
+ * Fix: Cronjob error
74
+
75
  = 3.4.6 (December 31, 2019) =
76
  * New: Filter themes, just like you do with plugins
77
  * New: Link to the release notes of the plugin in the email