Skip to content

Commit

Permalink
Merge pull request #449 from addonify/development
Browse files Browse the repository at this point in the history
💊 Tested: WooCommerce and WordPress latest version.
  • Loading branch information
h1dd3nsn1p3r authored Dec 24, 2024
2 parents 526b9f8 + c27cd25 commit 8440732
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
29 changes: 17 additions & 12 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Contributors: addonify
Tags: wishlist, woocommerce wishlist, product wishlist, add to wishlist, save for later
Requires at least: 6.3
Tested up to: 6.6
Stable tag: 2.0.12
Tested up to: 6.7.1
Stable tag: 2.0.13
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Expand All @@ -13,22 +13,22 @@ Addonify WooCommerce Wishlist is a light-weight yet powerful tool that adds a wi

== Description ==

Addonify Wishlist is a light-weight yet powerful tool that adds wishlist functionality to your e-commerce shop. Addonify Wishlist is packed with various functionalities that will help the shop owner to customize the wishlist behavior.
Addonify Wishlist is a light-weight yet powerful tool that adds wishlist functionality to your e-commerce shop. Addonify Wishlist is packed with various functionalities that will help the shop owner to customize the wishlist behavior.

👉 [Live demo preview](https://demo.addonify.com/woo/01/wishlist/)
👉 [Documentation guide](https://docs.addonify.com/kb/woocommerce-wishlist/)
👉 [Live demo preview](https://demo.addonify.com/woo/01/wishlist/)
👉 [Documentation guide](https://docs.addonify.com/kb/woocommerce-wishlist/)

The primary goal of the Addonify Wishlist plugin is to allow website visitors to add products to their shopping wishlist so they can focus on buying the product rather than wasting their time finding it whenever they visit the store. Whereas, the secondary goal of the Addonify team is to keep the plugin light-weight so that the website shouldn't compromise its performance.

> *Researches have shown that an online e-commerce store having products wishlist functionality is likely to sell more than the store that doesn't have wishlist functionality.*
> *Researches have shown that an online e-commerce store having products wishlist functionality is likely to sell more than the store that doesn't have wishlist functionality.*

💰 *Not using a wishlist plugin yet? Let's start using it today. Addonify Wishlist is **FREE** & it will remain **free forever.*** Start using Addonify Wishlist today and increase your online store conversion.


#### 🔔 BENEFITS & IMPORTANCE OF HAVING WISHLIST FUNCTIONALITY

- Saves customers time (Assume that you are having 1500+ products in your e-commerce store).
- Helps to boost revenue.
- Helps to boost revenue.
- Increases checkout conversions.
- Improves customers shopping experience.

Expand Down Expand Up @@ -68,7 +68,7 @@ The primary goal of the Addonify Wishlist plugin is to allow website visitors to
- Color options for popup modal notification.
- Color options for off-canvas sidebar wishlist drawer.
- Option to choose wishlist buttons icons.
- Custom CSS.
- Custom CSS.

#### 🔧 TOOLS

Expand All @@ -86,7 +86,7 @@ Addonify Wishlist does not collect any personal or sensitive data from website v

#### ⚔️ DEVELOPER

Addonify Wishlist is developer friendly. We know that we have wonderful developers all around us and wish to customize our plugin's functionality when using it in their projects. Keeping that in mind, we have build Addonify Wishlist to be developer friendly and customizable. If you are a developer willing to integrate Addonify Wishlist in your project do check out our [*developer documentation guide here.*](https://docs.addonify.com/kb/woocommerce-wishlist/developer/)
Addonify Wishlist is developer friendly. We know that we have wonderful developers all around us and wish to customize our plugin's functionality when using it in their projects. Keeping that in mind, we have build Addonify Wishlist to be developer friendly and customizable. If you are a developer willing to integrate Addonify Wishlist in your project do check out our [*developer documentation guide here.*](https://docs.addonify.com/kb/woocommerce-wishlist/developer/)


#### 🐛 DISCUSSION & REPORTING A BUG
Expand Down Expand Up @@ -114,7 +114,7 @@ No, this plugin will not work without WooCommerce.

= Will this plugin work with my theme? =

Yes, Addonify Wishlist should work with all WordPress themes. But it might not work on some themes if the theme authors have overridden the default WooCommerce template files. In this case please ask your theme author to make their themes compatible with our plugin by following our [*developer documentation guide.*](https://docs.addonify.com/kb/woocommerce-wishlist/)
Yes, Addonify Wishlist should work with all WordPress themes. But it might not work on some themes if the theme authors have overridden the default WooCommerce template files. In this case please ask your theme author to make their themes compatible with our plugin by following our [*developer documentation guide.*](https://docs.addonify.com/kb/woocommerce-wishlist/)

= How can I display wishlist table in any page? =

Expand Down Expand Up @@ -149,9 +149,14 @@ Yes, there is. Use `[addonify_wishlist_button]` shortocde to display wishlist bu

== Changelog ==

= 2.0.13 - 13 December, 2024 =

- Tested: WordPress version 6.7.1
- Tested: WooCommerce version 9.4.3

= 2.0.12 - 6 August, 2024 =

- Fixes: User wishlist not being created when logging in and issue on adding product into the wishlist. [GitHub Issue 435](https://github.com/addonify/addonify-wishlist/issues/435).
- Fixes: User wishlist not being created when logging in and issue on adding product into the wishlist. [GitHub Issue 435](https://github.com/addonify/addonify-wishlist/issues/435).
- Added: Shortcode for displaying wishlist icon.
- Added: Wishlist tab in my account page.
- Added: Option to display wishlist button over product image in product loop.
Expand Down Expand Up @@ -345,4 +350,4 @@ Improvement: Color picker in settings page.

= 1.0.0 - 08 July 2022 =

- New: Initial release.
- New: Initial release.
6 changes: 3 additions & 3 deletions addonify-wishlist.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +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.12
* Version: 2.0.13
* Requires at least: 6.3
* Tested up to: 6.6
* Tested up to: 6.7.1
* Requires PHP: 7.4
* Author: Addonify
* Author URI: https://www.addonify.com
Expand All @@ -28,7 +28,7 @@
die;
}

define( 'ADDONIFY_WISHLIST_VERSION', '2.0.12' );
define( 'ADDONIFY_WISHLIST_VERSION', '2.0.13' );
define( 'ADDONIFY_WISHLIST_DB_INITIALS', 'addonify_wishlist_' );
define( 'ADDONIFY_WISHLIST_PLUGIN_PATH', __DIR__ );
define( 'ADDONIFY_WISHLIST_PLUGIN_FILE', __FILE__ );
Expand Down

0 comments on commit 8440732

Please sign in to comment.