You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -258,6 +258,9 @@ Once activated, access the plugin's settings by navigating to “WooCommerce > S
258
258
259
259
== Changelog ==
260
260
261
+
= 3.1.5 - 06/12/2024 =
262
+
* Optimized readme.txt
263
+
261
264
= 3.1.4 - 20/11/2024 =
262
265
* Dev - Share - Added new option to change default subject text.
263
266
@@ -802,48 +805,6 @@ Once activated, access the plugin's settings by navigating to “WooCommerce > S
802
805
* Update readme.txt
803
806
* Stop using sessions. Now unlogged users are managed with transients and cookies
804
807
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
0 commit comments