Skip to content

Commit 79ce681

Browse files
v3.0.6
1 parent abcbd16 commit 79ce681

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Wish List for WooCommerce - Core Class.
44
*
5-
* @version 3.0.5
5+
* @version 3.0.6
66
* @since 1.0.0
77
* @author WPFactory.
88
*/
@@ -21,7 +21,7 @@ final class Alg_WC_Wish_List_Core {
2121
* @var string
2222
* @since 1.0.0
2323
*/
24-
public $version = '3.0.5';
24+
public $version = '3.0.6';
2525

2626
/**
2727
* @var Alg_WC_Wish_List_Core The single instance of the class

langs/wish-list-for-woocommerce.pot

+2-2
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.0.5\n"
5+
"Project-Id-Version: wish-list-for-woocommerce 3.0.6\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 <[email protected]>\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: 2024-07-28T09:24:45+02:00\n"
12+
"POT-Creation-Date: 2024-07-31T08:25:57+02:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.9.0\n"
1515
"X-Domain: wish-list-for-woocommerce\n"

readme.txt

+6-2
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.5
6-
Stable tag: 3.0.5
5+
Tested up to: 6.6
6+
Stable tag: 3.0.6
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,10 @@ Once activated, access the plugin's settings by navigating to “WooCommerce > S
258258

259259
== Changelog ==
260260

261+
= 3.0.6 - 31/07/2024 =
262+
* WC tested up to: 9.1.
263+
* Tested up to: 6.6.
264+
261265
= 3.0.5 - 28/07/2024 =
262266
* Add - Style - Multiple Wishlist Modal Color Option.
263267
* WC tested up to: 9.0.

wish-list-for-woocommerce.php

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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.0.5
6+
Version: 3.0.6
77
Author: WPFactory
88
Author URI: https://wpfactory.com/
99
Copyright: © 2023 WPFactory.
@@ -12,7 +12,8 @@
1212
Text Domain: wish-list-for-woocommerce
1313
Domain Path: /langs
1414
WC requires at least: 3.0.0
15-
WC tested up to: 9.0
15+
WC tested up to: 9.1
16+
Requires Plugins: woocommerce
1617
*/
1718

1819
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly

0 commit comments

Comments
 (0)