diff --git a/README.txt b/README.txt index c325a76..505011b 100644 --- a/README.txt +++ b/README.txt @@ -3,8 +3,8 @@ Contributors: addonify Tags: compare, woocommerce compare, products comparison, compare products, compare woocommerce, addonify, woocommerce Requires at least: 6.3 -Tested up to: 6.4.2 -Stable tag: 1.1.13 +Tested up to: 6.5 +Stable tag: 1.1.14 Requires PHP: 7.4 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -102,6 +102,11 @@ Yes, you can do it. Copy template from "/public/templates" the plugin's folder a == Changelog == += 1.1.14 - 03 April, 2024 = + +- Tested: WordPress version 6.5. +- Tested: WooCommerce version 8.7.0. + = 1.1.13 - 17 January, 2024 = - Fixed: Comparison table not displaying in comparison page. diff --git a/addonify-compare-products.php b/addonify-compare-products.php index 56cebf3..b556c71 100644 --- a/addonify-compare-products.php +++ b/addonify-compare-products.php @@ -10,8 +10,8 @@ * Plugin Name: Addonify - Compare Products For WooCommerce * Plugin URI: https://wordpress.org/plugins/addonify-compare-products/ * Description: Addonify Compare Products is a WooCommerce extension that allows website visitors to compare multiple products on your online store. - * Version: 1.1.13 - * Tested up to: 6.4.2 + * Version: 1.1.14 + * Tested up to: 6.5 * Requires at least: 6.3 * Requires PHP: 7.4 * Author: Addonify @@ -20,6 +20,7 @@ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Text Domain: addonify-compare-products * Domain Path: /languages + * Requires Plugins: woocommerce */ // If this file is called directly, abort. @@ -27,7 +28,7 @@ die; } -define( 'ADDONIFY_COMPARE_PRODUCTS_VERSION', '1.1.13' ); +define( 'ADDONIFY_COMPARE_PRODUCTS_VERSION', '1.1.14' ); define( 'ADDONIFY_COMPARE_PRODUCTS_BASENAME', plugin_basename( __FILE__ ) ); define( 'ADDONIFY_CP_DB_INITIALS', 'addonify_cp_' ); define( 'ADDONIFY_CP_PLUGIN_PATH', dirname( __FILE__ ) ); @@ -72,17 +73,18 @@ function run_addonify_compare_products() { $plugin = new Addonify_Compare_Products(); $plugin->run(); } else { - add_action( - 'admin_notices', - function() { - ?> -