Version Description
Download this release
Release Info
Developer | SkyVerge |
Plugin | WooCommerce Customizer |
Version | 2.7.1 |
Comparing to | |
See all releases |
Code changes from version 2.7.0 to 2.7.1
- i18n/languages/woocommerce-customizer.pot +2 -2
- readme.txt +5 -2
- woocommerce-customizer.php +3 -3
i18n/languages/woocommerce-customizer.pot
CHANGED
@@ -2,10 +2,10 @@
|
|
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: 2019-
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
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.1\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
|
8 |
+
"POT-Creation-Date: 2019-11-11 09:54:39+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
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.08.15 - version 2.7.0
|
75 |
* Misc - Add support for WooCommerce 3.7
|
76 |
* Misc - Remove support for WooCommerce 2.6
|
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.4
|
7 |
+
Stable tag: 2.7.1
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
71 |
|
72 |
== Changelog ==
|
73 |
|
74 |
+
= 2019.11.11 - version 2.7.1 =
|
75 |
+
* Misc - Add support for WooCommerce 3.8
|
76 |
+
|
77 |
= 2019.08.15 - version 2.7.0
|
78 |
* Misc - Add support for WooCommerce 3.7
|
79 |
* Misc - Remove support for WooCommerce 2.6
|
woocommerce-customizer.php
CHANGED
@@ -5,7 +5,7 @@
|
|
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 |
*
|
@@ -19,7 +19,7 @@
|
|
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.1
|
9 |
* Text Domain: woocommerce-customizer
|
10 |
* Domain Path: /i18n/languages/
|
11 |
*
|
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.8.0
|
23 |
*/
|
24 |
|
25 |
defined( 'ABSPATH' ) or exit;
|
46 |
|
47 |
|
48 |
/** plugin version number */
|
49 |
+
const VERSION = '2.7.1';
|
50 |
|
51 |
/** required WooCommerce version number */
|
52 |
const MIN_WOOCOMMERCE_VERSION = '3.0.9';
|