diff --git a/i18n/languages/woocommerce-customizer.pot b/i18n/languages/woocommerce-customizer.pot index c576f6d..7ca4c34 100644 --- a/i18n/languages/woocommerce-customizer.pot +++ b/i18n/languages/woocommerce-customizer.pot @@ -2,10 +2,10 @@ # This file is distributed under the GNU General Public License v3.0. msgid "" msgstr "" -"Project-Id-Version: WooCommerce Customizer 2.7.0\n" +"Project-Id-Version: WooCommerce Customizer 2.7.1\n" "Report-Msgid-Bugs-To: " "https://woocommerce.com/my-account/marketplace-ticket-form/\n" -"POT-Creation-Date: 2019-08-16 00:27:32+00:00\n" +"POT-Creation-Date: 2019-11-11 09:54:39+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" diff --git a/readme.txt b/readme.txt index 9666c8b..489d87c 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: SkyVerge, maxrice, tamarazuk, chasewiseman, nekojira, beka.rice Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@skyverge.com&item_name=Donation+for+WooCommerce+Customizer Tags: woocommerce, woocommerce shop, woocommerce filters, woocommerce text Requires at least: 4.4 -Tested up to: 5.2.2 +Tested up to: 5.2.4 Stable tag: 2.7.1 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -71,7 +71,7 @@ Of course! Please fork the [GitHub](https://github.com/skyverge/woocommerce-cust == Changelog == -= 2019.nn.nn - version 2.7.1-dev.1 = += 2019.11.11 - version 2.7.1 = * Misc - Add support for WooCommerce 3.8 = 2019.08.15 - version 2.7.0 diff --git a/woocommerce-customizer.php b/woocommerce-customizer.php index b0444bd..66ecf47 100644 --- a/woocommerce-customizer.php +++ b/woocommerce-customizer.php @@ -5,7 +5,7 @@ * Description: Customize WooCommerce without code! Easily change add to cart button text and more. * Author: SkyVerge * Author URI: http://www.skyverge.com - * Version: 2.7.1-dev.1 + * Version: 2.7.1 * Text Domain: woocommerce-customizer * Domain Path: /i18n/languages/ * @@ -46,7 +46,7 @@ class WC_Customizer { /** plugin version number */ - const VERSION = '2.7.1-dev.1'; + const VERSION = '2.7.1'; /** required WooCommerce version number */ const MIN_WOOCOMMERCE_VERSION = '3.0.9';