Skip to content

Commit ae7001a

Browse files
v3.1.5
1 parent c85ac4d commit ae7001a

File tree

4 files changed

+8
-47
lines changed

4 files changed

+8
-47
lines changed

Diff for: includes/class-alg-wc-wish-list-core.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ final class Alg_WC_Wish_List_Core {
2121
* @var string
2222
* @since 1.0.0
2323
*/
24-
public $version = '3.1.4';
24+
public $version = '3.1.5';
2525

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

Diff for: 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.1.4\n"
5+
"Project-Id-Version: wish-list-for-woocommerce 3.1.5\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-11-20T23:08:04+01:00\n"
12+
"POT-Creation-Date: 2024-12-06T22:17:44+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"

Diff for: readme.txt

+4-43
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: wpcodefactory, omardabbas, karzin, anbinder, algoritmika, kousikmu
33
Tags: woocommerce, wishlist, woocommerce wishlist, add to wishlist, product wishlist
44
Requires at least: 6.1
55
Tested up to: 6.7
6-
Stable tag: 3.1.4
6+
Stable tag: 3.1.5
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.1.5 - 06/12/2024 =
262+
* Optimized readme.txt
263+
261264
= 3.1.4 - 20/11/2024 =
262265
* Dev - Share - Added new option to change default subject text.
263266

@@ -802,48 +805,6 @@ Once activated, access the plugin's settings by navigating to “WooCommerce > S
802805
* Update readme.txt
803806
* Stop using sessions. Now unlogged users are managed with transients and cookies
804807

805-
= 1.1.4 - 03/03/2017 =
806-
* Fix WooCommerce checking bug. Now the plugin is deactivated if WooCommerce is not active
807-
* Show a notice when WooCommerce is not active
808-
* Show a notice when Pro version is active
809-
* Remove write_log function
810-
* Better translation
811-
* Add option to choose the wish list page
812-
* Create widget displaying a link to wish list page
813-
* Change text domain to match plugin slug so the plugin can be translated from translate.wordpress.org
814-
815-
= 1.1.3 - 17/02/2017 =
816-
* Minor changes
817-
818-
= 1.1.2 - 06/02/2017 =
819-
* Information about the Pro version on General Tab
820-
821-
= 1.1.1 - 01/02/2017 =
822-
* Better CSS for notification
823-
* New event (alg_wc_wl_notification_close) triggered on notification close
824-
* Notification box is now closing on esc key
825-
* New filter (alg_wc_wl_toggle_item_ajax_response) on "class-alg-wc-wish-list-ajax.php" to handle a possible override
826-
* New tab on admin to handle notification options
827-
* New option to enable notifications on desktop
828-
* New option to enable notifications on mobile
829-
* New option to show wish list link on notification after adding a product to wish list
830-
* New option to Show an Ok button so the user has one more option to close notification
831-
832-
= 1.1.0 - 30/01/2017 =
833-
* Created a new filter (alg_wc_wl_toggle_item_texts) to customize texts from remove and add items to wish list
834-
* Passing text to default button template dynamically with "add_label" and "remove_label" params. They can be filtered using "alg_wc_wl_locate_template_params" hook
835-
* New option to show an "Add to cart" button on wish list
836-
* Created a function on JS to control thumb button position properly
837-
* JS is now receiving an option to disable / enable notification progress bar
838-
* Notification is now receiving dynamic options via JS
839-
* Passing an icon class to thumb buttons
840-
* Including a new filter called "alg_wc_wl_locate_template_params" for filtering params passed to templates
841-
* Added a class "alg-wc-wl-btn-wrapper" on default button template to control alignment
842-
* Now it's possible to pass an icon class to default buttons
843-
* Auto deactivating plugin if Pro version is active
844-
* Better function names for autoloading and locating templates
845-
* Better prefix for checking autoloading function
846-
847808
= 1.0.0 - 23/01/2017 =
848809
* Initial Release.
849810

Diff for: wish-list-for-woocommerce.php

+1-1
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.1.4
6+
Version: 3.1.5
77
Author: WPFactory
88
Author URI: https://wpfactory.com/
99
License: GNU General Public License v3.0

0 commit comments

Comments
 (0)