diff --git a/i18n/languages/woocommerce-customizer.pot b/i18n/languages/woocommerce-customizer.pot index 697cf96..db203c2 100644 --- a/i18n/languages/woocommerce-customizer.pot +++ b/i18n/languages/woocommerce-customizer.pot @@ -1,15 +1,15 @@ -# Copyright (C) 2022 SkyVerge +# Copyright (C) 2023 SkyVerge # This file is distributed under the GNU General Public License v3.0. msgid "" msgstr "" -"Project-Id-Version: Customizer for WooCommerce 2.7.7\n" +"Project-Id-Version: Customizer for WooCommerce 2.8.0\n" "Report-Msgid-Bugs-To: " "https://woocommerce.com/my-account/marketplace-ticket-form/\n" -"POT-Creation-Date: 2022-08-01 03:51:06+00:00\n" +"POT-Creation-Date: 2023-07-28 11:35:31+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n" +"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -290,17 +290,17 @@ msgid "" "for European countries" msgstr "" -#: woocommerce-customizer.php:104 +#: woocommerce-customizer.php:124 #. translators: Placeholders: %s - plugin name msgid "You cannot clone instances of %s." msgstr "" -#: woocommerce-customizer.php:116 +#: woocommerce-customizer.php:136 #. translators: Placeholders: %s - plugin name msgid "You cannot unserialize instances of %s." msgstr "" -#: woocommerce-customizer.php:252 +#: woocommerce-customizer.php:272 #. translators: %1$s - , %2$s - , %3$s - , %4$s - version #. number, %5$s - msgid "" @@ -308,7 +308,7 @@ msgid "" "Please %3$sactivate WooCommerce version %4$s or newer%5$s" msgstr "" -#: woocommerce-customizer.php:273 +#: woocommerce-customizer.php:293 #. translators: Placeholders: %1$s - , %2$s - , %3$s - version #. number, %4$s and %6$s - tags, %5$s - msgid "" @@ -317,19 +317,19 @@ msgid "" "WooCommerce database upgrade%5$s." msgstr "" -#: woocommerce-customizer.php:458 +#: woocommerce-customizer.php:478 msgid "Configure" msgstr "" -#: woocommerce-customizer.php:459 +#: woocommerce-customizer.php:479 msgid "FAQ" msgstr "" -#: woocommerce-customizer.php:460 +#: woocommerce-customizer.php:480 msgid "Support" msgstr "" -#: woocommerce-customizer.php:505 +#: woocommerce-customizer.php:525 #. translators: Placeholder: %s - sale percentage msgid "up to %s" msgstr "" diff --git a/readme.txt b/readme.txt index e33c61c..a5774ed 100644 --- a/readme.txt +++ b/readme.txt @@ -4,8 +4,8 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@s Tags: woocommerce, woocommerce shop, woocommerce filters, woocommerce text Requires at least: 5.6 Requires PHP: 7.4 -Tested up to: 6.0.1 -Stable tag: 2.8.0-dev.1 +Tested up to: 6.2.2 +Stable tag: 2.8.0 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -72,7 +72,7 @@ Of course! Please fork the [GitHub](https://github.com/skyverge/woocommerce-cust == Changelog == -= 2023.nn.nn - version 2.8.0-dev.1 = += 2023.07.28 - version 2.8.0 = * Misc - Add compatibility for WooCommerce High Performance Order Storage (HPOS) * Misc - Require PHP 7.4 and WordPress 5.6 diff --git a/woocommerce-customizer.php b/woocommerce-customizer.php index 22f300e..7ae55bc 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.8.0-dev.1 + * Version: 2.8.0 * Text Domain: woocommerce-customizer * Domain Path: /i18n/languages/ * @@ -19,7 +19,7 @@ * @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0 * * WC requires at least: 3.9.4 - * WC tested up to: 6.7.0 + * WC tested up to: 7.9.0 */ defined( 'ABSPATH' ) or exit;