Version Description
Download this release
Release Info
Developer | SkyVerge |
Plugin | WooCommerce Customizer |
Version | 2.6.1 |
Comparing to | |
See all releases |
Code changes from version 2.6.0 to 2.6.1
- i18n/languages/woocommerce-customizer.pot +4 -4
- readme.txt +5 -4
- woocommerce-customizer.php +5 -5
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.6.
|
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) 2019 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.6.1\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
|
8 |
+
"POT-Creation-Date: 2019-06-12 23:07:50+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: 2019-MO-DA HO:MI+ZONE\n"
|
13 |
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
15 |
|
readme.txt
CHANGED
@@ -3,10 +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.1
|
6 |
-
Tested up to:
|
7 |
-
|
8 |
-
WC tested up to: 3.4.3
|
9 |
-
Stable tag: 2.6.0
|
10 |
License: GPLv3 or later
|
11 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
12 |
|
@@ -73,6 +71,9 @@ Of course! Please fork the [GitHub](https://github.com/skyverge/woocommerce-cust
|
|
73 |
|
74 |
== Changelog ==
|
75 |
|
|
|
|
|
|
|
76 |
= 2018.07.17 - version 2.6.0 =
|
77 |
* Feature - Added backorder text customization on product pages (props [@sandysaille](https://github.com/sandysaille)!)
|
78 |
* Feature - Added out of stock text customization on product pages (props [@sandysaille](https://github.com/sandysaille)!)
|
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.1
|
6 |
+
Tested up to: 5.2.1
|
7 |
+
Stable tag: 2.6.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.06.12 - version 2.6.1
|
75 |
+
* Misc - Declare WooCommerce 3.6 compatibility
|
76 |
+
|
77 |
= 2018.07.17 - version 2.6.0 =
|
78 |
* Feature - Added backorder text customization on product pages (props [@sandysaille](https://github.com/sandysaille)!)
|
79 |
* Feature - Added out of stock text customization on product pages (props [@sandysaille](https://github.com/sandysaille)!)
|
woocommerce-customizer.php
CHANGED
@@ -5,11 +5,11 @@
|
|
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.6.
|
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
|
@@ -17,11 +17,11 @@
|
|
17 |
* @package WC-Customizer
|
18 |
* @author SkyVerge
|
19 |
* @category Utility
|
20 |
-
* @copyright Copyright (c) 2013-
|
21 |
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
|
22 |
*
|
23 |
* WC requires at least: 2.6.14
|
24 |
-
* WC tested up to: 3.4
|
25 |
*/
|
26 |
|
27 |
defined( 'ABSPATH' ) or exit;
|
@@ -74,7 +74,7 @@ class WC_Customizer {
|
|
74 |
|
75 |
|
76 |
/** plugin version number */
|
77 |
-
const VERSION = '2.6.
|
78 |
|
79 |
/** required WooCommerce version number */
|
80 |
const MIN_WOOCOMMERCE_VERSION = '2.6.14';
|
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.6.1
|
9 |
* Text Domain: woocommerce-customizer
|
10 |
* Domain Path: /i18n/languages/
|
11 |
*
|
12 |
+
* Copyright: (c) 2013-2019, 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
|
17 |
* @package WC-Customizer
|
18 |
* @author SkyVerge
|
19 |
* @category Utility
|
20 |
+
* @copyright Copyright (c) 2013-2019, SkyVerge, Inc.
|
21 |
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
|
22 |
*
|
23 |
* WC requires at least: 2.6.14
|
24 |
+
* WC tested up to: 3.6.4
|
25 |
*/
|
26 |
|
27 |
defined( 'ABSPATH' ) or exit;
|
74 |
|
75 |
|
76 |
/** plugin version number */
|
77 |
+
const VERSION = '2.6.1';
|
78 |
|
79 |
/** required WooCommerce version number */
|
80 |
const MIN_WOOCOMMERCE_VERSION = '2.6.14';
|