Version Description
- Updated: Optimized the code
Download this release
Release Info
Developer | wpclever |
Plugin | WPC Smart Wishlist for WooCommerce |
Version | 3.0.5 |
Comparing to | |
See all releases |
Code changes from version 3.0.4 to 3.0.5
- languages/woo-smart-wishlist.pot +3 -3
- readme.txt +5 -2
- wpc-smart-wishlist.php +3 -16
languages/woo-smart-wishlist.pot
CHANGED
@@ -2,14 +2,14 @@
|
|
2 |
# This file is distributed under the same license as the WPC Smart Wishlist for WooCommerce plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: WPC Smart Wishlist for WooCommerce 3.0.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-smart-wishlist\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"POT-Creation-Date: 2022-05-
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.5.0\n"
|
15 |
"X-Domain: woo-smart-wishlist\n"
|
@@ -524,7 +524,7 @@ msgstr ""
|
|
524 |
#: wpc-smart-wishlist.php:1796
|
525 |
#: wpc-smart-wishlist.php:1877
|
526 |
#: wpc-smart-wishlist.php:1884
|
527 |
-
#: wpc-smart-wishlist.php:
|
528 |
msgid "Wishlist"
|
529 |
msgstr ""
|
530 |
|
2 |
# This file is distributed under the same license as the WPC Smart Wishlist for WooCommerce plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: WPC Smart Wishlist for WooCommerce 3.0.5\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/woo-smart-wishlist\n"
|
7 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2022-05-27T06:56:25+00:00\n"
|
13 |
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
"X-Generator: WP-CLI 2.5.0\n"
|
15 |
"X-Domain: woo-smart-wishlist\n"
|
524 |
#: wpc-smart-wishlist.php:1796
|
525 |
#: wpc-smart-wishlist.php:1877
|
526 |
#: wpc-smart-wishlist.php:1884
|
527 |
+
#: wpc-smart-wishlist.php:2075
|
528 |
msgid "Wishlist"
|
529 |
msgstr ""
|
530 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: wpclever
|
|
3 |
Donate link: https://wpclever.net
|
4 |
Tags: woocommerce, woo, wpc, smart, wishlist, wish list
|
5 |
Requires at least: 4.0
|
6 |
-
Tested up to:
|
7 |
-
Stable tag: 3.0.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -106,6 +106,9 @@ Example:
|
|
106 |
|
107 |
== Changelog ==
|
108 |
|
|
|
|
|
|
|
109 |
= 3.0.4 =
|
110 |
* Fixed: Minor security issue
|
111 |
|
3 |
Donate link: https://wpclever.net
|
4 |
Tags: woocommerce, woo, wpc, smart, wishlist, wish list
|
5 |
Requires at least: 4.0
|
6 |
+
Tested up to: 6.0
|
7 |
+
Stable tag: 3.0.5
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
106 |
|
107 |
== Changelog ==
|
108 |
|
109 |
+
= 3.0.5 =
|
110 |
+
* Updated: Optimized the code
|
111 |
+
|
112 |
= 3.0.4 =
|
113 |
* Fixed: Minor security issue
|
114 |
|
wpc-smart-wishlist.php
CHANGED
@@ -3,20 +3,20 @@
|
|
3 |
Plugin Name: WPC Smart Wishlist for WooCommerce
|
4 |
Plugin URI: https://wpclever.net/
|
5 |
Description: WPC Smart Wishlist is a simple but powerful tool that can help your customer save products for buy later.
|
6 |
-
Version: 3.0.
|
7 |
Author: WPClever
|
8 |
Author URI: https://wpclever.net
|
9 |
Text Domain: woo-smart-wishlist
|
10 |
Domain Path: /languages/
|
11 |
Requires at least: 4.0
|
12 |
-
Tested up to:
|
13 |
WC requires at least: 3.0
|
14 |
WC tested up to: 6.5
|
15 |
*/
|
16 |
|
17 |
defined( 'ABSPATH' ) || exit;
|
18 |
|
19 |
-
! defined( 'WOOSW_VERSION' ) && define( 'WOOSW_VERSION', '3.0.
|
20 |
! defined( 'WOOSW_FILE' ) && define( 'WOOSW_FILE', __FILE__ );
|
21 |
! defined( 'WOOSW_URI' ) && define( 'WOOSW_URI', plugin_dir_url( __FILE__ ) );
|
22 |
! defined( 'WOOSW_DIR' ) && define( 'WOOSW_DIR', plugin_dir_path( __FILE__ ) );
|
@@ -2059,8 +2059,6 @@ if ( ! function_exists( 'woosw_init' ) ) {
|
|
2059 |
new WPCleverWoosw();
|
2060 |
}
|
2061 |
}
|
2062 |
-
} else {
|
2063 |
-
add_action( 'admin_notices', 'woosw_notice_premium' );
|
2064 |
}
|
2065 |
|
2066 |
if ( ! function_exists( 'woosw_plugin_activate' ) ) {
|
@@ -2095,14 +2093,3 @@ if ( ! function_exists( 'woosw_notice_wc' ) ) {
|
|
2095 |
<?php
|
2096 |
}
|
2097 |
}
|
2098 |
-
|
2099 |
-
if ( ! function_exists( 'woosw_notice_premium' ) ) {
|
2100 |
-
function woosw_notice_premium() {
|
2101 |
-
?>
|
2102 |
-
<div class="error">
|
2103 |
-
<p>Seems you're using both free and premium version of <strong>WPC Smart Wishlist</strong>. Please
|
2104 |
-
deactivate the free version when using the premium version.</p>
|
2105 |
-
</div>
|
2106 |
-
<?php
|
2107 |
-
}
|
2108 |
-
}
|
3 |
Plugin Name: WPC Smart Wishlist for WooCommerce
|
4 |
Plugin URI: https://wpclever.net/
|
5 |
Description: WPC Smart Wishlist is a simple but powerful tool that can help your customer save products for buy later.
|
6 |
+
Version: 3.0.5
|
7 |
Author: WPClever
|
8 |
Author URI: https://wpclever.net
|
9 |
Text Domain: woo-smart-wishlist
|
10 |
Domain Path: /languages/
|
11 |
Requires at least: 4.0
|
12 |
+
Tested up to: 6.0
|
13 |
WC requires at least: 3.0
|
14 |
WC tested up to: 6.5
|
15 |
*/
|
16 |
|
17 |
defined( 'ABSPATH' ) || exit;
|
18 |
|
19 |
+
! defined( 'WOOSW_VERSION' ) && define( 'WOOSW_VERSION', '3.0.5' );
|
20 |
! defined( 'WOOSW_FILE' ) && define( 'WOOSW_FILE', __FILE__ );
|
21 |
! defined( 'WOOSW_URI' ) && define( 'WOOSW_URI', plugin_dir_url( __FILE__ ) );
|
22 |
! defined( 'WOOSW_DIR' ) && define( 'WOOSW_DIR', plugin_dir_path( __FILE__ ) );
|
2059 |
new WPCleverWoosw();
|
2060 |
}
|
2061 |
}
|
|
|
|
|
2062 |
}
|
2063 |
|
2064 |
if ( ! function_exists( 'woosw_plugin_activate' ) ) {
|
2093 |
<?php
|
2094 |
}
|
2095 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|