Skip to content

Commit

Permalink
v3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-sg-pacheco committed Dec 6, 2024
1 parent c85ac4d commit ae7001a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 47 deletions.
2 changes: 1 addition & 1 deletion includes/class-alg-wc-wish-list-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ final class Alg_WC_Wish_List_Core {
* @var string
* @since 1.0.0
*/
public $version = '3.1.4';
public $version = '3.1.5';

/**
* @var Alg_WC_Wish_List_Core The single instance of the class
Expand Down
4 changes: 2 additions & 2 deletions langs/wish-list-for-woocommerce.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GNU General Public License v3.0.
msgid ""
msgstr ""
"Project-Id-Version: wish-list-for-woocommerce 3.1.4\n"
"Project-Id-Version: wish-list-for-woocommerce 3.1.5\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wish-list-for-woocommerce\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-11-20T23:08:04+01:00\n"
"POT-Creation-Date: 2024-12-06T22:17:44+01:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.7.1\n"
"X-Domain: wish-list-for-woocommerce\n"
Expand Down
47 changes: 4 additions & 43 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.7
Stable tag: 3.1.4
Stable tag: 3.1.5
Requires PHP: 5.6.0
License: GNU General Public License v3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Expand Down Expand Up @@ -258,6 +258,9 @@ Once activated, access the plugin's settings by navigating to “WooCommerce > S

== Changelog ==

= 3.1.5 - 06/12/2024 =
* Optimized readme.txt

= 3.1.4 - 20/11/2024 =
* Dev - Share - Added new option to change default subject text.

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

= 1.1.4 - 03/03/2017 =
* Fix WooCommerce checking bug. Now the plugin is deactivated if WooCommerce is not active
* Show a notice when WooCommerce is not active
* Show a notice when Pro version is active
* Remove write_log function
* Better translation
* Add option to choose the wish list page
* Create widget displaying a link to wish list page
* Change text domain to match plugin slug so the plugin can be translated from translate.wordpress.org

= 1.1.3 - 17/02/2017 =
* Minor changes

= 1.1.2 - 06/02/2017 =
* Information about the Pro version on General Tab

= 1.1.1 - 01/02/2017 =
* Better CSS for notification
* New event (alg_wc_wl_notification_close) triggered on notification close
* Notification box is now closing on esc key
* New filter (alg_wc_wl_toggle_item_ajax_response) on "class-alg-wc-wish-list-ajax.php" to handle a possible override
* New tab on admin to handle notification options
* New option to enable notifications on desktop
* New option to enable notifications on mobile
* New option to show wish list link on notification after adding a product to wish list
* New option to Show an Ok button so the user has one more option to close notification

= 1.1.0 - 30/01/2017 =
* Created a new filter (alg_wc_wl_toggle_item_texts) to customize texts from remove and add items to wish list
* 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
* New option to show an "Add to cart" button on wish list
* Created a function on JS to control thumb button position properly
* JS is now receiving an option to disable / enable notification progress bar
* Notification is now receiving dynamic options via JS
* Passing an icon class to thumb buttons
* Including a new filter called "alg_wc_wl_locate_template_params" for filtering params passed to templates
* Added a class "alg-wc-wl-btn-wrapper" on default button template to control alignment
* Now it's possible to pass an icon class to default buttons
* Auto deactivating plugin if Pro version is active
* Better function names for autoloading and locating templates
* Better prefix for checking autoloading function

= 1.0.0 - 23/01/2017 =
* Initial Release.

Expand Down
2 changes: 1 addition & 1 deletion wish-list-for-woocommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Wishlist for WooCommerce
Plugin URI: https://wpfactory.com/item/wish-list-woocommerce/
Description: Let your visitors show what products they like on your WooCommerce store with a <strong>Wishlist</strong>.
Version: 3.1.4
Version: 3.1.5
Author: WPFactory
Author URI: https://wpfactory.com/
License: GNU General Public License v3.0
Expand Down

0 comments on commit ae7001a

Please sign in to comment.