From 29584485511a4b8a01a5f06cce78b4394560ba68 Mon Sep 17 00:00:00 2001 From: Ashok Lama Date: Fri, 26 Jan 2024 13:37:53 +0545 Subject: [PATCH] Tested with latest WordPress and WooCommerce - Tested with latest WordPress and WooCommerce --- addonify-quick-view.php | 9 +++++---- readme.txt | 13 +++++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/addonify-quick-view.php b/addonify-quick-view.php index 2163f86..79759c1 100644 --- a/addonify-quick-view.php +++ b/addonify-quick-view.php @@ -3,9 +3,10 @@ * Plugin Name: Addonify - Quick View For WooCommerce * Plugin URI: https://addonify.com/downloads/woocommerce-quick-view/ * Description: Addonify WooCommerce Quick View plugin adds functionality to have a WooCommerce product quick preview on a modal window. - * Version: 1.2.14 - * Requires at least: 5.9 - * Requires PHP: 7.2 + * Version: 1.2.15 + * Requires at least: 6.3 + * Requires PHP: 7.4 + * Tested up to: 6.4.2 * Author: Addonify * Author URI: https://addonify.com * License: GPL-2.0+ @@ -27,7 +28,7 @@ * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ -define( 'ADDONIFY_QUICK_VIEW_VERSION', '1.2.14' ); +define( 'ADDONIFY_QUICK_VIEW_VERSION', '1.2.15' ); define( 'ADDONIFY_QUICK_VIEW_BASENAME', plugin_basename( __FILE__ ) ); define( 'ADDONIFY_DB_INITIALS', 'addonify_qv_' ); diff --git a/readme.txt b/readme.txt index ae3af3a..25b43be 100644 --- a/readme.txt +++ b/readme.txt @@ -3,10 +3,10 @@ Contributors: addonify Donate link: https://addonify.com/contact/ Tags: woocommerce, quick view, woocommerce quick view, products quick view, quickview -Requires at least: 5.9 -Requires PHP: 7.2 -Tested up to: 6.4.0 -Stable tag: 1.2.14 +Requires at least: 6.3 +Requires PHP: 7.4 +Tested up to: 6.4.2 +Stable tag: 1.2.15 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -138,6 +138,11 @@ Let's make Addonify Quick View better together. We are open to discuss how we ca == Changelog == += 1.2.15 - 26 January, 2023 = + +- Tested: WordPress version 6.4.2. +- Tested: WooCommerce version 8.5.2. + = 1.2.14 - 09 November, 2023 = - Tested: WordPress v6.4.0