Version Description
(May 4, 2019) = * Fixed issue where sometimes settings wouldn't safe * Fixed issue where sometimes the status page would show incorrect times at events
Download this release
Release Info
Developer | Papin |
Plugin | Companion Auto Update |
Version | 3.4.1 |
Comparing to | |
See all releases |
Code changes from version 3.4.0 to 3.4.1
- admin/schedule.php +1 -7
- admin/status.php +0 -3
- companion-auto-update.php +1 -1
- readme.txt +5 -1
admin/schedule.php
CHANGED
@@ -87,15 +87,9 @@ if( isset( $_POST['submit'] ) ) {
|
|
87 |
|
88 |
wp_schedule_event( time(), $schedule_mail, 'cau_set_schedule_mail' );
|
89 |
|
90 |
-
header( "Location: ".cau_url( 'schedule&showmessage=true' ) );
|
91 |
-
|
92 |
-
}
|
93 |
-
|
94 |
-
if( isset( $_GET['showmessage'] ) ) {
|
95 |
-
|
96 |
echo '<div id="message" class="updated"><p>'.__( 'Settings saved.' ).'</p></div>';
|
97 |
|
98 |
-
}
|
99 |
|
100 |
?>
|
101 |
<div style="clear: both;"></div>
|
87 |
|
88 |
wp_schedule_event( time(), $schedule_mail, 'cau_set_schedule_mail' );
|
89 |
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
echo '<div id="message" class="updated"><p>'.__( 'Settings saved.' ).'</p></div>';
|
91 |
|
92 |
+
}
|
93 |
|
94 |
?>
|
95 |
<div style="clear: both;"></div>
|
admin/status.php
CHANGED
@@ -4,9 +4,6 @@
|
|
4 |
$dateFormat = get_option( 'date_format' );
|
5 |
$dateFormat .= ' '.get_option( 'time_format' );
|
6 |
|
7 |
-
// Make sure the correct timezone is set
|
8 |
-
date_default_timezone_set( get_option('timezone_string') );
|
9 |
-
|
10 |
global $wpdb;
|
11 |
$table_name = $wpdb->prefix . "auto_updates";
|
12 |
|
4 |
$dateFormat = get_option( 'date_format' );
|
5 |
$dateFormat .= ' '.get_option( 'time_format' );
|
6 |
|
|
|
|
|
|
|
7 |
global $wpdb;
|
8 |
$table_name = $wpdb->prefix . "auto_updates";
|
9 |
|
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.
|
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.1
|
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.5.0
|
6 |
Tested up to: 5.2
|
7 |
Requires PHP: 5.1
|
8 |
-
Stable tag: 3.4.
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
@@ -72,6 +72,10 @@ For some reason this plugin seems to have trouble with updating themes by Elegan
|
|
72 |
|
73 |
== Changelog ==
|
74 |
|
|
|
|
|
|
|
|
|
75 |
= 3.4.0 (April 4, 2019) =
|
76 |
* (Actually) Fixed: Cronjobs disabled shouldn't be a 'critical error'
|
77 |
* New status icon at the status tab to quicker see issues
|
5 |
Requires at least: 3.5.0
|
6 |
Tested up to: 5.2
|
7 |
Requires PHP: 5.1
|
8 |
+
Stable tag: 3.4.1
|
9 |
License: GPLv2 or later
|
10 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
|
72 |
|
73 |
== Changelog ==
|
74 |
|
75 |
+
= 3.4.1 (May 4, 2019) =
|
76 |
+
* Fixed issue where sometimes settings wouldn't safe
|
77 |
+
* Fixed issue where sometimes the status page would show incorrect times at events
|
78 |
+
|
79 |
= 3.4.0 (April 4, 2019) =
|
80 |
* (Actually) Fixed: Cronjobs disabled shouldn't be a 'critical error'
|
81 |
* New status icon at the status tab to quicker see issues
|