Skip to content

Commit 84df28a

Browse files
v3.4.0
1 parent 1296ee7 commit 84df28a

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
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.3.9';
24+
public $version = '3.4.0';
2525

2626
/**
2727
* @since 1.0.0

includes/free/class-alg-wc-wish-list-report.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Wish List for WooCommerce Pro - Report
44
*
5-
* @version 3.2.4
5+
* @version 3.4.0
66
* @since 1.6.7
77
* @author WPFactory.
88
*/
@@ -87,7 +87,7 @@ function get_wish_list_item_users_amount_from_registered( $args = null ) {
8787
/**
8888
* get_users_by_added_product_id.
8989
*
90-
* @version 1.9.7
90+
* @version 3.4.0
9191
* @since 1.9.7
9292
*
9393
* @param null $args
@@ -98,7 +98,7 @@ function get_wish_list_item_users( $args = null ) {
9898
$args = wp_parse_args( $args, array(
9999
'meta_key' => '_alg_wc_wl_item',
100100
'product_id' => '',
101-
'fields' => array( 'ID' )
101+
'fields' => 'ID'
102102
) );
103103
$meta_key = $args['meta_key'];
104104
$product_id = $args['product_id'];

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.3.9\n"
5+
"Project-Id-Version: wish-list-for-woocommerce 3.4.0\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: 2026-02-20T21:46:18+01:00\n"
12+
"POT-Creation-Date: 2026-02-23T19:49:12+01: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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: wpcodefactory, omardabbas, karzin, anbinder, kousikmukherjeeli
33
Tags: woocommerce, wishlist, woocommerce wishlist, add to wishlist, product wishlist
44
Requires at least: 6.1
55
Tested up to: 6.9
6-
Stable tag: 3.3.9
6+
Stable tag: 3.4.0
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,9 @@ Once activated, access the plugin's settings by navigating to “WooCommerce > S
258258

259259
== Changelog ==
260260

261+
= 3.4.0 - 23/02/2026 =
262+
* Fix - Fixed duplicate user id in Wishlist Users column from Products export CSV.
263+
261264
= 3.3.9 - 20/02/2026 =
262265
* Fix - Fixed loading icon on Remove Item from Wishlist button.
263266
* Fix - Fixed Guide image selector option default value.

wish-list-for-woocommerce.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: WooCommerce Wishlist: Multiple Wishlists per Customer
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.3.9
6+
Version: 3.4.0
77
Author: WPFactory
88
Author URI: https://wpfactory.com/
99
License: GNU General Public License v3.0

0 commit comments

Comments
 (0)