diff --git a/i18n/languages/woocommerce-customizer.pot b/i18n/languages/woocommerce-customizer.pot index 0f5b43a..46b67ff 100644 --- a/i18n/languages/woocommerce-customizer.pot +++ b/i18n/languages/woocommerce-customizer.pot @@ -1,15 +1,15 @@ -# Copyright (C) 2018 SkyVerge +# Copyright (C) 2019 SkyVerge # This file is distributed under the GNU General Public License v3.0. msgid "" msgstr "" -"Project-Id-Version: WooCommerce Customizer 2.6.0\n" +"Project-Id-Version: WooCommerce Customizer 2.6.1\n" "Report-Msgid-Bugs-To: " "https://woocommerce.com/my-account/marketplace-ticket-form/\n" -"POT-Creation-Date: 2018-07-18 00:13:32+00:00\n" +"POT-Creation-Date: 2019-06-12 23:07:50+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2018-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/readme.txt b/readme.txt index f188d61..aeb1410 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ 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.1 -Tested up to: 4.9.7 -Stable tag: 2.6.1-dev.1 +Tested up to: 5.2.1 +Stable tag: 2.6.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.6.1-dev.1 += 2019.06.12 - version 2.6.1 * Misc - Declare WooCommerce 3.6 compatibility = 2018.07.17 - version 2.6.0 = diff --git a/woocommerce-customizer.php b/woocommerce-customizer.php index 3512112..86f2dd5 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.6.1-dev.1 + * Version: 2.6.1 * Text Domain: woocommerce-customizer * Domain Path: /i18n/languages/ * @@ -21,7 +21,7 @@ * @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0 * * WC requires at least: 2.6.14 - * WC tested up to: 3.4.3 + * WC tested up to: 3.6.4 */ defined( 'ABSPATH' ) or exit; @@ -74,7 +74,7 @@ class WC_Customizer { /** plugin version number */ - const VERSION = '2.6.1-dev.1'; + const VERSION = '2.6.1'; /** required WooCommerce version number */ const MIN_WOOCOMMERCE_VERSION = '2.6.14';