From 3a9763a980f68dc98e51f02974189ea30a9297d9 Mon Sep 17 00:00:00 2001 From: kousikmukherjee Date: Sat, 13 Jan 2024 14:45:25 +0530 Subject: [PATCH] v2.3.2 --- includes/class-alg-wc-wish-list-core.php | 2 +- readme.txt | 18 ++++++++++++------ wish-list-for-woocommerce.php | 2 +- 3 files changed, 14 insertions(+), 8 deletions(-) diff --git a/includes/class-alg-wc-wish-list-core.php b/includes/class-alg-wc-wish-list-core.php index c7299f4..346a7ee 100644 --- a/includes/class-alg-wc-wish-list-core.php +++ b/includes/class-alg-wc-wish-list-core.php @@ -19,7 +19,7 @@ final class Alg_WC_Wish_List_Core { * @var string * @since 1.0.0 */ - public $version = '2.2.10'; + public $version = '2.3.2'; /** * @var Alg_WC_Wish_List The single instance of the class diff --git a/readme.txt b/readme.txt index 8734239..8c892a3 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: wpcodefactory, omardabbas, karzin, anbinder, algoritmika, kousikmu Tags: woocommerce, wishlist, woocommerce wishlist, add to wishlist, product wishlist Requires at least: 6.1 Tested up to: 6.4 -Stable tag: 2.3.0 +Stable tag: 2.3.2 Requires PHP: 5.6.0 License: GNU General Public License v3.0 License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -272,27 +272,33 @@ Once activated, access the plugin's settings by navigating to “WooCommerce > S == Changelog == += 2.3.2 - 13/01/2024 = +* Fix - Corrected typo in the readme.txt file. + += 2.3.1 - 12/01/2024 = +* Fix - Wishlist - Product page column error in pro version. + = 2.3.0 - 10/01/2024 = * Fix - Wishlist - Sorting - If the sorting is Alphabetical and the wishlist is empty, it shows all products. = 2.2.10 - 04/01/2024 = -* Emable multiwishlist at thumb button also. +* Enable multi-wishlist at thumb button also. = 2.2.9 - 04/01/2024 = * Fix js/css error. = 2.2.8 - 02/01/2024 = -* Fix - Remove multi wishlist tabs when not enabled. +* Fix - Remove multi-wishlist tabs when not enabled. = 2.2.7 - 02/01/2024 = -* Fix - minified css js for multiple wishlist. -* Fix - Remove multi wishlist tabs when not enabled. +* Fix - minified CSS and JS for multi-wishlist. +* Fix - Remove multi-wishlist tabs when not enabled. = 2.2.6 - 27/12/2023 = * Update is_free checking for common admin field for both pro and free version. = 2.2.5 - 27/12/2023 = -* Introduce multiple wishlist. +* Introduce multi-wishlist. * Sync pro and free version. * Update readme.txt file. diff --git a/wish-list-for-woocommerce.php b/wish-list-for-woocommerce.php index b3a795a..f8c199c 100644 --- a/wish-list-for-woocommerce.php +++ b/wish-list-for-woocommerce.php @@ -3,7 +3,7 @@ Plugin Name: Wishlist for WooCommerce Plugin URI: https://wpfactory.com/item/wish-list-woocommerce/ Description: Let your visitors save and share the products they love on your WooCommerce store with a Wishlist. -Version: 2.3.0 +Version: 2.3.2 Author: WPFactory Author URI: https://wpfactory.com/ Copyright: © 2023 WPFactory.