diff --git a/readme.txt b/readme.txt index 3d17075..c5d660f 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: a3rev, nguyencongtuan Tags: wordpress email template, wordpress email, email, email template, contact, contact forms, wp e-commerce email, woocommerce email, contact form 7, e-commerce email, comment forms, comments, forms Requires at least: 6.0 -Tested up to: 6.4.1 -Stable tag: 2.8.2 +Tested up to: 6.6 +Stable tag: 2.8.3 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -149,6 +149,11 @@ The manual installation method involves down loading our plugin and uploading it == Changelog == += 2.8.3 - 2024/07/13 = +* This release has various tweaks for compatibility with WordPress 6.6 and WooCommerce 8.9.3. +* Tweak - Tested for compatibility with WordPress 6.6 +* Tweak - Tested for compatibility with WooCommerce 8.9.3 + = 2.8.2 - 2023/11/23 = * This maintenance release has plugin framework updates for compatibility with PHP 8.1 onwards, plus compatibility with WordPress 6.4.1 and WooCommerce 8.2 * Tweak - Test for compatibility with WooCommerce 8.2.0 @@ -845,6 +850,9 @@ This security release follows a full security audit with code refactoring, secur == Upgrade Notice == += 2.8.3 = +This release has various tweaks for compatibility with WordPress 6.6 and WooCommerce 8.9.3 + = 2.8.2 = This maintenance release has plugin framework updates for compatibility with PHP 8.1 onwards, plus compatibility with WordPress 6.4.1 and WooCommerce 8.2 diff --git a/wp-email-template.php b/wp-email-template.php index 389d130..d8ba4cd 100755 --- a/wp-email-template.php +++ b/wp-email-template.php @@ -3,15 +3,15 @@ Plugin Name: WP Email Template LITE Plugin URI: http://a3rev.com/shop/wp-email-template/ Description: This plugin automatically adds a professional, responsive, customizable, email browser optimized HTML template for all WordPress and WordPress plugin generated emails that are sent from your site to customers and admins. Works with any WordPress plugin including the e-commerce plugins WooCommerce and WP e-Commerce. -Version: 2.8.2 +Version: 2.8.3 Requires at least: 6.0 -Tested up to: 6.4.1 +Tested up to: 6.6 Author: a3rev Software Author URI: https://a3rev.com/ Text Domain: wp-email-template Domain Path: /languages WC requires at least: 6.0.0 -WC tested up to: 8.2 +WC tested up to: 9.0 License: This software is under commercial license and copyright to A3 Revolution Software Development team WP Email Template plugin @@ -38,7 +38,7 @@ define( 'WP_EMAIL_TEMPLATE_KEY', 'wp_email_template' ); define( 'WP_EMAIL_TEMPLATE_PREFIX', 'wp_email_template_' ); -define( 'WP_EMAIL_TEMPLATE_VERSION', '2.8.2' ); +define( 'WP_EMAIL_TEMPLATE_VERSION', '2.8.3' ); define( 'WP_EMAIL_TEMPLATE_G_FONTS', true ); // declare compatibility with new HPOS of WooCommerce