Version Description
Download this release
Release Info
Developer | SkyVerge |
Plugin | WooCommerce Customizer |
Version | 2.7.2 |
Comparing to | |
See all releases |
Code changes from version 2.7.1 to 2.7.2
i18n/languages/woocommerce-customizer.pot
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
-
# Copyright (C)
|
2 |
# This file is distributed under the GNU General Public License v3.0.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: WooCommerce Customizer 2.7.
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
|
8 |
-
"POT-Creation-Date:
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"PO-Revision-Date:
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
|
1 |
+
# Copyright (C) 2020 SkyVerge
|
2 |
# This file is distributed under the GNU General Public License v3.0.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: WooCommerce Customizer 2.7.2\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
|
8 |
+
"POT-Creation-Date: 2020-02-05 20:44:59+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
|
includes/class-wc-customizer-integrations.php
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
* needs please refer to http://www.skyverge.com/product/woocommerce-customizer/ for more information.
|
18 |
*
|
19 |
* @author SkyVerge
|
20 |
-
* @copyright Copyright (c) 2013-
|
21 |
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
|
22 |
*/
|
23 |
|
17 |
* needs please refer to http://www.skyverge.com/product/woocommerce-customizer/ for more information.
|
18 |
*
|
19 |
* @author SkyVerge
|
20 |
+
* @copyright Copyright (c) 2013-2020, SkyVerge, Inc. (info@skyverge.com)
|
21 |
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
|
22 |
*/
|
23 |
|
includes/class-wc-customizer-settings.php
CHANGED
@@ -17,7 +17,7 @@
|
|
17 |
* needs please refer to http://www.skyverge.com/product/woocommerce-customizer/ for more information.
|
18 |
*
|
19 |
* @author SkyVerge
|
20 |
-
* @copyright Copyright (c) 2013-
|
21 |
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
|
22 |
*/
|
23 |
|
17 |
* needs please refer to http://www.skyverge.com/product/woocommerce-customizer/ for more information.
|
18 |
*
|
19 |
* @author SkyVerge
|
20 |
+
* @copyright Copyright (c) 2013-2020, SkyVerge, Inc. (info@skyverge.com)
|
21 |
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
|
22 |
*/
|
23 |
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: SkyVerge, maxrice, tamarazuk, chasewiseman, nekojira, beka.rice
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@skyverge.com&item_name=Donation+for+WooCommerce+Customizer
|
4 |
Tags: woocommerce, woocommerce shop, woocommerce filters, woocommerce text
|
5 |
Requires at least: 4.4
|
6 |
-
Tested up to: 5.2
|
7 |
-
Stable tag: 2.7.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -71,6 +71,9 @@ Of course! Please fork the [GitHub](https://github.com/skyverge/woocommerce-cust
|
|
71 |
|
72 |
== Changelog ==
|
73 |
|
|
|
|
|
|
|
74 |
= 2019.11.11 - version 2.7.1 =
|
75 |
* Misc - Add support for WooCommerce 3.8
|
76 |
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@skyverge.com&item_name=Donation+for+WooCommerce+Customizer
|
4 |
Tags: woocommerce, woocommerce shop, woocommerce filters, woocommerce text
|
5 |
Requires at least: 4.4
|
6 |
+
Tested up to: 5.3.2
|
7 |
+
Stable tag: 2.7.2
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
71 |
|
72 |
== Changelog ==
|
73 |
|
74 |
+
= 2020.02.05 - version 2.7.2 =
|
75 |
+
* Misc - Add support for WooCommerce 3.9
|
76 |
+
|
77 |
= 2019.11.11 - version 2.7.1 =
|
78 |
* Misc - Add support for WooCommerce 3.8
|
79 |
|
woocommerce-customizer.php
CHANGED
@@ -5,21 +5,21 @@
|
|
5 |
* Description: Customize WooCommerce without code! Easily change add to cart button text and more.
|
6 |
* Author: SkyVerge
|
7 |
* Author URI: http://www.skyverge.com
|
8 |
-
* Version: 2.7.
|
9 |
* Text Domain: woocommerce-customizer
|
10 |
* Domain Path: /i18n/languages/
|
11 |
*
|
12 |
-
* Copyright: (c) 2013-
|
13 |
*
|
14 |
* License: GNU General Public License v3.0
|
15 |
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
16 |
*
|
17 |
* @author SkyVerge
|
18 |
-
* @copyright Copyright (c) 2013-
|
19 |
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
|
20 |
*
|
21 |
* WC requires at least: 3.0.9
|
22 |
-
* WC tested up to: 3.
|
23 |
*/
|
24 |
|
25 |
defined( 'ABSPATH' ) or exit;
|
@@ -46,7 +46,7 @@ class WC_Customizer {
|
|
46 |
|
47 |
|
48 |
/** plugin version number */
|
49 |
-
const VERSION = '2.7.
|
50 |
|
51 |
/** required WooCommerce version number */
|
52 |
const MIN_WOOCOMMERCE_VERSION = '3.0.9';
|
5 |
* Description: Customize WooCommerce without code! Easily change add to cart button text and more.
|
6 |
* Author: SkyVerge
|
7 |
* Author URI: http://www.skyverge.com
|
8 |
+
* Version: 2.7.2
|
9 |
* Text Domain: woocommerce-customizer
|
10 |
* Domain Path: /i18n/languages/
|
11 |
*
|
12 |
+
* Copyright: (c) 2013-2020, SkyVerge, Inc. (info@skyverge.com)
|
13 |
*
|
14 |
* License: GNU General Public License v3.0
|
15 |
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
16 |
*
|
17 |
* @author SkyVerge
|
18 |
+
* @copyright Copyright (c) 2013-2020, SkyVerge, Inc. (info@skyverge.com)
|
19 |
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
|
20 |
*
|
21 |
* WC requires at least: 3.0.9
|
22 |
+
* WC tested up to: 3.9.0
|
23 |
*/
|
24 |
|
25 |
defined( 'ABSPATH' ) or exit;
|
46 |
|
47 |
|
48 |
/** plugin version number */
|
49 |
+
const VERSION = '2.7.2';
|
50 |
|
51 |
/** required WooCommerce version number */
|
52 |
const MIN_WOOCOMMERCE_VERSION = '3.0.9';
|