Skip to content

Commit

Permalink
Merge pull request #428 from addonify/dev_ashok
Browse files Browse the repository at this point in the history
Updated version and readme.txt
  • Loading branch information
Asok17 authored Jan 26, 2024
2 parents 52ce54c + 79e92bc commit 6b2e5aa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
14 changes: 7 additions & 7 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

Contributors: addonify
Tags: wishlist, woocommerce wishlist, product wishlist, woocommerce, ecommerce, e-commerce
Requires at least: 5.9
Tested up to: 6.4.0
Stable tag: 2.0.8
Requires at least: 6.3
Tested up to: 6.4.2
Stable tag: 2.0.9
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -140,11 +140,11 @@ You can use this `[addonify_wishlist]` shortcode to display the wishlist table i

== Changelog ==

= 2.0.9 - ? January, 2024 =
= 2.0.9 - 26 January, 2024 =

- Fixed: PHP error, `Creation of dynamic property Addonify_Wishlist_Public::$added_to_wishlist_button_label is deprecated`.
- Added: Loading icon to wishlist button while product is added into the wishlist.
- Tested: WooCommerce version 8.5.1.
- Fixed: PHP error, `Creation of dynamic property Addonify_Wishlist_Public::$added_to_wishlist_button_label is deprecated`.
- Added: Loading icon to wishlist button while product is added into or removed from the wishlist.
- Tested: WooCommerce version 8.5.2.
- Tested: WordPress version 6.4.2.

= 2.0.8 - 09 November, 2023 =
Expand Down
7 changes: 4 additions & 3 deletions addonify-wishlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
* Plugin Name: Addonify - WooCommerce Wishlist
* Plugin URI: https://wordpress.org/plugins/addonify-wishlist
* Description: Addonify WooCommerce Wishlist is a light-weight yet powerful tool that adds a wishlist functionality to your e-commerce shop.
* Version: 2.0.8
* Requires at least: 5.9
* Version: 2.0.9
* Requires at least: 6.3
* Tested up to: 6.4.2
* Requires PHP: 7.4
* Author: Addonify
* Author URI: https://www.addonify.com
Expand All @@ -26,7 +27,7 @@
die;
}

define( 'ADDONIFY_WISHLIST_VERSION', '2.0.8' );
define( 'ADDONIFY_WISHLIST_VERSION', '2.0.9' );
define( 'ADDONIFY_WISHLIST_DB_INITIALS', 'addonify_wishlist_' );
define( 'ADDONIFY_WISHLIST_PLUGIN_PATH', dirname( __FILE__ ) );
define( 'ADDONIFY_WISHLIST_PLUGIN_FILE', __FILE__ );
Expand Down

0 comments on commit 6b2e5aa

Please sign in to comment.