Version Description
- Misc - Ensure translation compatibility
Download this release
Release Info
Developer | SkyVerge |
Plugin | WooCommerce Customizer |
Version | 2.1.1 |
Comparing to | |
See all releases |
Code changes from version 2.1.0 to 2.1.1
- i18n/languages/woocommerce-customizer.pot +1 -1
- readme.txt +13 -4
- woocommerce-customizer.php +3 -3
i18n/languages/woocommerce-customizer.pot
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
# This file is distributed under the GNU General Public License v3.0.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: WooCommerce Customizer 2.1.
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://github.com/skyverge/woocommerce-customizer/issues\n"
|
8 |
"POT-Creation-Date: 2014-09-05 23:18:53+00:00\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.1.1\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
"https://github.com/skyverge/woocommerce-customizer/issues\n"
|
8 |
"POT-Creation-Date: 2014-09-05 23:18:53+00:00\n"
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: maxrice, tamarazuk, skyverge
|
|
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
|
5 |
Requires at least: 3.8
|
6 |
-
Tested up to: 4.1
|
7 |
-
Stable tag: 2.1.
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -18,7 +18,7 @@ needing to write any code or modify any templates, which is helpful for quick ch
|
|
18 |
|
19 |
> Requires WooCommerce 2.1+
|
20 |
|
21 |
-
Here
|
22 |
|
23 |
* Add to Cart button text for all product types (within the shop loop and on a single product page)
|
24 |
* The number of products displayed per page
|
@@ -31,6 +31,8 @@ Here's the list of customizations you can make:
|
|
31 |
|
32 |
To make these changes, go to **WooCommerce > Settings** and view the "Customizer" tab.
|
33 |
|
|
|
|
|
34 |
= Support Details =
|
35 |
We do support our free plugins and extensions, but please understand that support for premium products takes priority. We typically check the forums every few days (with a maximum delay of one week).
|
36 |
|
@@ -52,6 +54,10 @@ We do support our free plugins and extensions, but please understand that suppor
|
|
52 |
|
53 |
Most likely because a filter does not yet exist within WooCommerce, or a filter does exist but is too complicated to be of use with this plugin.
|
54 |
|
|
|
|
|
|
|
|
|
55 |
= I found a bug! What do I do? =
|
56 |
|
57 |
Please submit an issue on [GitHub](https://github.com/skyverge/woocommerce-customizer/) along with a description of the problem so we can fix it :)
|
@@ -66,10 +72,13 @@ Yes! Fork the plugin on [GitHub](https://github.com/skyverge/woocommerce-customi
|
|
66 |
|
67 |
== Changelog ==
|
68 |
|
|
|
|
|
|
|
69 |
= 2.1.0 =
|
70 |
* Misc - WooCommerce 2.3 Compatibility
|
71 |
|
72 |
-
= 2.1
|
73 |
* Fix error when upgrading to WooCommerce 2.2
|
74 |
|
75 |
= 2.0.0 =
|
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
|
5 |
Requires at least: 3.8
|
6 |
+
Tested up to: 4.3.1
|
7 |
+
Stable tag: 2.1.1
|
8 |
License: GPLv3 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
18 |
|
19 |
> Requires WooCommerce 2.1+
|
20 |
|
21 |
+
Here are some customizations you can make:
|
22 |
|
23 |
* Add to Cart button text for all product types (within the shop loop and on a single product page)
|
24 |
* The number of products displayed per page
|
31 |
|
32 |
To make these changes, go to **WooCommerce > Settings** and view the "Customizer" tab.
|
33 |
|
34 |
+
> **Note**: This plugin does not support multisite and cannot be network activated. To use this on a multisite network, you must install the plugin individually on each site.
|
35 |
+
|
36 |
= Support Details =
|
37 |
We do support our free plugins and extensions, but please understand that support for premium products takes priority. We typically check the forums every few days (with a maximum delay of one week).
|
38 |
|
54 |
|
55 |
Most likely because a filter does not yet exist within WooCommerce, or a filter does exist but is too complicated to be of use with this plugin.
|
56 |
|
57 |
+
= Why don't the settings show up under the WooCommerce Settings? =
|
58 |
+
|
59 |
+
Do you have this network activated for a multisite installation? If so, you'll need to remove the plugin, then install it on each child site as needed, as the plugin does not support being network activated.
|
60 |
+
|
61 |
= I found a bug! What do I do? =
|
62 |
|
63 |
Please submit an issue on [GitHub](https://github.com/skyverge/woocommerce-customizer/) along with a description of the problem so we can fix it :)
|
72 |
|
73 |
== Changelog ==
|
74 |
|
75 |
+
= 2.1.1 =
|
76 |
+
* Misc - Ensure translation compatibility
|
77 |
+
|
78 |
= 2.1.0 =
|
79 |
* Misc - WooCommerce 2.3 Compatibility
|
80 |
|
81 |
+
= 2.0.1 =
|
82 |
* Fix error when upgrading to WooCommerce 2.2
|
83 |
|
84 |
= 2.0.0 =
|
woocommerce-customizer.php
CHANGED
@@ -5,8 +5,8 @@
|
|
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.1.
|
9 |
-
* Text Domain:
|
10 |
* Domain Path: /i18n/languages/
|
11 |
*
|
12 |
* Copyright: (c) 2013-2014 SkyVerge, Inc. (info@skyverge.com)
|
@@ -84,7 +84,7 @@ class WC_Customizer {
|
|
84 |
|
85 |
|
86 |
/** plugin version number */
|
87 |
-
const VERSION = '2.1.
|
88 |
|
89 |
/** @var \WC_Customizer_Settings instance */
|
90 |
public $settings;
|
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.1.1
|
9 |
+
* Text Domain: woocommerce-customizer
|
10 |
* Domain Path: /i18n/languages/
|
11 |
*
|
12 |
* Copyright: (c) 2013-2014 SkyVerge, Inc. (info@skyverge.com)
|
84 |
|
85 |
|
86 |
/** plugin version number */
|
87 |
+
const VERSION = '2.1.1';
|
88 |
|
89 |
/** @var \WC_Customizer_Settings instance */
|
90 |
public $settings;
|