Skip to content

Commit

Permalink
VERSION 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alarocca130 committed Feb 27, 2020
1 parent 59f1024 commit 24ce8d1
Show file tree
Hide file tree
Showing 82 changed files with 5,339 additions and 6,195 deletions.
7 changes: 6 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Contributors: yithemes
Tags: wishlist, woocommerce, products, yit, e-commerce, shop, ecommerce wishlist, yith, woocommerce wishlist, shop wishlist
Requires at least: 4.0
Tested up to: 5.3
Stable tag: 3.0.0
Stable tag: 3.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -112,6 +112,11 @@ Yes, of course you can. To avoid Wishlist page to show product prices, you can h

== Changelog ==

= 3.0.1 - Released on 10 December 2019 =

* Update: language files
* Tweak: restored global $yith_wcwl

= 3.0.0 - Released on 09 December 2019 =

* New: option to show Add to Wishlist button on loops
Expand Down
4 changes: 2 additions & 2 deletions includes/class.yith-wcwl-frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class YITH_WCWL_Frontend {
* @var string
* @since 1.0.0
*/
public $version = '3.0.0';
public $version = '3.0.1';

/**
* Plugin database version
Expand Down Expand Up @@ -1319,4 +1319,4 @@ protected function _convert_cookies_to_session(){
*/
function YITH_WCWL_Frontend(){
return defined( 'YITH_WCWL_PREMIUM' ) ? YITH_WCWL_Frontend_Premium::get_instance() : YITH_WCWL_Frontend::get_instance();
}
}
9 changes: 7 additions & 2 deletions init.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: YITH WooCommerce Wishlist
* Plugin URI: https://yithemes.com/themes/plugins/yith-woocommerce-wishlist/
* Description: <code><strong>YITH WooCommerce Wishlist</strong></code> gives your users the possibility to create, fill, manage and share their wishlists allowing you to analyze their interests and needs to improve your marketing strategies. <a href="https://yithemes.com/" target="_blank">Get more plugins for your e-commerce on <strong>YITH</strong></a>
* Version: 3.0.0
* Version: 3.0.1
* Author: YITH
* Author URI: https://yithemes.com/
* Text Domain: yith-woocommerce-wishlist
Expand Down Expand Up @@ -103,7 +103,12 @@ function yith_wishlist_constructor() {
}

// Let's start the game!
YITH_WCWL();

/**
* @deprecated
*/
global $yith_wcwl;
$yith_wcwl = YITH_WCWL();
}
}
add_action( 'yith_wcwl_init', 'yith_wishlist_constructor' );
Expand Down
Binary file modified languages/yith-woocommerce-wishlist-da_DK.mo
Binary file not shown.
Loading

0 comments on commit 24ce8d1

Please sign in to comment.