updated plugin Companion Auto Update
version 3.8.8
This commit is contained in:
parent
f23875fb05
commit
4c9acbf50f
@ -49,17 +49,8 @@ function cau_set_email() {
|
|||||||
|
|
||||||
// Mail format
|
// Mail format
|
||||||
function cau_is_html() {
|
function cau_is_html() {
|
||||||
|
|
||||||
// Check if cau_get_db_value() function exists.
|
|
||||||
if ( !function_exists( 'cau_get_db_value' ) ) require_once( plugin_dir_path( __FILE__ ) . 'cau_function.php' );
|
if ( !function_exists( 'cau_get_db_value' ) ) require_once( plugin_dir_path( __FILE__ ) . 'cau_function.php' );
|
||||||
|
return ( cau_get_db_value( 'html_or_text' ) == 'html' ) ? true : false;
|
||||||
// Check if html
|
|
||||||
if( cau_get_db_value( 'html_or_text' ) == 'html' ) {
|
|
||||||
$html = true;
|
|
||||||
} else {
|
|
||||||
$html = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Set the content for the emails about pending updates
|
// Set the content for the emails about pending updates
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -4,7 +4,7 @@
|
|||||||
* Plugin Name: Companion Auto Update
|
* Plugin Name: Companion Auto Update
|
||||||
* Plugin URI: http://codeermeneer.nl/portfolio/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.
|
* Description: This plugin auto updates all plugins, all themes and the wordpress core.
|
||||||
* Version: 3.8.7.1
|
* Version: 3.8.8
|
||||||
* Author: Papin Schipper
|
* Author: Papin Schipper
|
||||||
* Author URI: http://codeermeneer.nl/
|
* Author URI: http://codeermeneer.nl/
|
||||||
* Contributors: papin
|
* Contributors: papin
|
||||||
|
@ -2,10 +2,10 @@
|
|||||||
Contributors: Papin, qweb
|
Contributors: Papin, qweb
|
||||||
Donate link: https://www.paypal.me/dakel/10/
|
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
|
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: 3.6.0
|
Requires at least: 5.3.0
|
||||||
Tested up to: 6.0
|
Tested up to: 6.4
|
||||||
Requires PHP: 5.1
|
Requires PHP: 5.1
|
||||||
Stable tag: 3.8.7.1
|
Stable tag: 3.8.8
|
||||||
License: GPLv2 or later
|
License: GPLv2 or later
|
||||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
@ -82,6 +82,11 @@ So obviously, some of you wondered what the difference would be between the defa
|
|||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
|
= 3.8.8 (December 19, 2023) =
|
||||||
|
* Fixed a few minor bugs
|
||||||
|
* Made some performance improvements
|
||||||
|
* We now require at least WordPress 5.3
|
||||||
|
|
||||||
= 3.8.7.1 (September 28, 2022) =
|
= 3.8.7.1 (September 28, 2022) =
|
||||||
* Tweak: Extended function_exists check with get_plugins() for the fatal error when trying to send update emails
|
* Tweak: Extended function_exists check with get_plugins() for the fatal error when trying to send update emails
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user