From 5c4b728efae52bd9cccffa43b4f0f70d660e43a1 Mon Sep 17 00:00:00 2001 From: Lai Power Date: Thu, 27 Jun 2024 12:10:47 +0000 Subject: [PATCH] updated plugin `Companion Auto Update` version 3.9.2 --- .../plugins/companion-auto-update/cau_functions.php | 6 +++--- .../companion-auto-update/companion-auto-update.php | 2 +- wp-content/plugins/companion-auto-update/readme.txt | 8 ++++++-- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/wp-content/plugins/companion-auto-update/cau_functions.php b/wp-content/plugins/companion-auto-update/cau_functions.php index 7cc59d17..c55dc60c 100644 --- a/wp-content/plugins/companion-auto-update/cau_functions.php +++ b/wp-content/plugins/companion-auto-update/cau_functions.php @@ -269,7 +269,7 @@ function cau_run_custom_hooks_c() { } if( $fileDate >= $lastday ) { - $status = ( $fileTime > $range_start && $fileTime < $range_end ) ? __( 'Automatic', 'companion-auto-update' ) : __( 'Manual', 'companion-auto-update' ); + $status = ( $update_time > $range_start && $update_time < $range_end ) ? __( 'Automatic', 'companion-auto-update' ) : __( 'Manual', 'companion-auto-update' ); $totalNum++; cau_updatePluginInformation( 'core', $status ); } @@ -575,7 +575,7 @@ function cau_fetch_log( $limiter, $format = 'simple' ) { echo ' '.__( 'Name', 'companion-auto-update' ).''; - if( !$translations ) echo ''.__( 'To version', 'companion-auto-update' ).''; + if( !$show_translations ) echo ''.__( 'To version', 'companion-auto-update' ).''; echo ''.__( 'Type', 'companion-auto-update' ).' '.__( 'Last updated on', 'companion-auto-update' ).' '.__( 'Update method', 'companion-auto-update' ).' @@ -604,7 +604,7 @@ function cau_fetch_log( $limiter, $format = 'simple' ) { echo '

'.cau_getChangelogUrl( $log_item__type, $log_item__name_f, $log_item__slug ).'

'; if( $format == 'table' ) { - if( !$translations ) echo '

'.$log_item__version.'

'; + if( !$show_translations ) echo '

'.$log_item__version.'

'; echo '

'.$log_item__type.'

'; } echo '

'.$log_item__date.'

'; diff --git a/wp-content/plugins/companion-auto-update/companion-auto-update.php b/wp-content/plugins/companion-auto-update/companion-auto-update.php index 247d44de..e1b8155b 100644 --- a/wp-content/plugins/companion-auto-update/companion-auto-update.php +++ b/wp-content/plugins/companion-auto-update/companion-auto-update.php @@ -4,7 +4,7 @@ * Plugin Name: Companion Auto Update * Plugin URI: http://codeermeneer.nl/portfolio/companion-auto-update/ * Description: This plugin auto updates all plugins, all themes and the wordpress core. - * Version: 3.9.1 + * Version: 3.9.2 * Author: Papin Schipper * Author URI: http://codeermeneer.nl/ * Contributors: papin diff --git a/wp-content/plugins/companion-auto-update/readme.txt b/wp-content/plugins/companion-auto-update/readme.txt index a6e738c2..82f1827f 100644 --- a/wp-content/plugins/companion-auto-update/readme.txt +++ b/wp-content/plugins/companion-auto-update/readme.txt @@ -3,9 +3,9 @@ Contributors: Papin, qweb Donate link: https://www.paypal.me/dakel/10/ 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 Requires at least: 5.3.0 -Tested up to: 6.4 +Tested up to: 6.5 Requires PHP: 5.1 -Stable tag: 3.9.1 +Stable tag: 3.9.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -82,6 +82,10 @@ So obviously, some of you wondered what the difference would be between the defa == Changelog == += 3.9.2 (June 11, 2024) = +* Fixed some more undefined variables +* Declared support for WP6.5 + = 3.9.1 (March 8, 2024) = * Fixed: Undefined variable $totalNum