Skip to content

Commit 4324d78

Browse files
v3.2.1
1 parent 631b973 commit 4324d78

File tree

5 files changed

+14
-9
lines changed

5 files changed

+14
-9
lines changed

includes/class-alg-wc-wish-list-core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class Alg_WC_Wish_List_Core {
2121
* @since 1.0.0
2222
* @var string
2323
*/
24-
public $version = '3.2.0';
24+
public $version = '3.2.1';
2525

2626
/**
2727
* @since 1.0.0

langs/wish-list-for-woocommerce.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GNU General Public License v3.0.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: wish-list-for-woocommerce 3.2.0\n"
5+
"Project-Id-Version: wish-list-for-woocommerce 3.2.1\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wish-list-for-woocommerce\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2025-04-08T01:37:11+02:00\n"
12+
"POT-Creation-Date: 2025-04-19T00:47:48+02:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.7.1\n"
1515
"X-Domain: wish-list-for-woocommerce\n"

readme.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: wpcodefactory, omardabbas, karzin, anbinder, algoritmika, kousikmukherjeeli
33
Tags: woocommerce, wishlist, woocommerce wishlist, add to wishlist, product wishlist
44
Requires at least: 6.1
5-
Tested up to: 6.7
6-
Stable tag: 3.2.0
5+
Tested up to: 6.8
6+
Stable tag: 3.2.1
77
Requires PHP: 5.6.0
88
License: GNU General Public License v3.0
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@@ -258,6 +258,11 @@ Once activated, access the plugin's settings by navigating to “WooCommerce > S
258258

259259
== Changelog ==
260260

261+
= 3.2.1 - 18/04/2025 =
262+
* Fix - Copy 'Default wishlit' empty products list.
263+
* Tested up to: 6.8.
264+
* WC tested up to: 9.8.
265+
261266
= 3.2.0 - 07/04/2025 =
262267
* Dev - Created 'alg_wc_wishlistmodal.php' template and move wishlist modal popup content.
263268

templates/wish-list.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Wish list template.
44
*
5-
* @version 3.1.9
5+
* @version 3.2.1
66
* @since 1.0.0
77
* @author WPFactory.
88
*/
@@ -324,7 +324,7 @@
324324
<?php if ( $user_id > 0 && $alg_wc_wl_duplicate_option == 'yes' ): ?>
325325
<a href="javascript:;" data-page="<?php echo esc_attr( $page ); ?>"
326326
data-wishlist_tab_title="<?php echo esc_html( $current_tab_title ); ?>"
327-
data-wishlist_tab_id="<?php echo esc_attr( $current_tab_id ); ?>" class="button copy-wishlist"
327+
data-wishlist_tab_id="<?php echo intval( $current_tab_id ); ?>" class="button copy-wishlist"
328328
title="<?php _e( 'Copy Wishlist', 'wish-list-for-woocommerce' ); ?>"
329329
rel="nofollow"><?php _e( 'Copy Wishlist', 'wish-list-for-woocommerce' ); ?></a>
330330
<?php endif; ?>

wish-list-for-woocommerce.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
Plugin Name: Wishlist for WooCommerce
44
Plugin URI: https://wpfactory.com/item/wish-list-woocommerce/
55
Description: Let your visitors show what products they like on your WooCommerce store with a <strong>Wishlist</strong>.
6-
Version: 3.2.0
6+
Version: 3.2.1
77
Author: WPFactory
88
Author URI: https://wpfactory.com/
99
License: GNU General Public License v3.0
1010
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1111
Text Domain: wish-list-for-woocommerce
1212
Domain Path: /langs
1313
WC requires at least: 3.0.0
14-
WC tested up to: 9.7
14+
WC tested up to: 9.8
1515
Requires Plugins: woocommerce
1616
*/
1717

0 commit comments

Comments
 (0)