From 0cedaf0c829a427e520011b197b35f33a9582bfe Mon Sep 17 00:00:00 2001 From: Andrew Jaynes Date: Tue, 29 Oct 2024 09:37:11 -0600 Subject: [PATCH] Customizer for WooCommerce: 2.9.0 Versioning --- i18n/languages/woocommerce-customizer.pot | 4 ++-- readme.txt | 6 +++--- woocommerce-customizer.php | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/i18n/languages/woocommerce-customizer.pot b/i18n/languages/woocommerce-customizer.pot index 85e1b64..8536a66 100644 --- a/i18n/languages/woocommerce-customizer.pot +++ b/i18n/languages/woocommerce-customizer.pot @@ -2,14 +2,14 @@ # This file is distributed under the GNU General Public License v3.0. msgid "" msgstr "" -"Project-Id-Version: Customizer for WooCommerce 2.9.0-dev.1\n" +"Project-Id-Version: Customizer for WooCommerce 2.9.0\n" "Report-Msgid-Bugs-To: https://woocommerce.com/my-account/marketplace-ticket-form/\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-10-29T15:32:11+00:00\n" +"POT-Creation-Date: 2024-10-29T15:37:07+00:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.6.0\n" "X-Domain: woocommerce-customizer\n" diff --git a/readme.txt b/readme.txt index 2ddd773..2349cd9 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.7 -Stable tag: 2.9.0-dev.1 +Tested up to: 6.6.2 +Stable tag: 2.9.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 == -= 2024.nn.nn - version 2.9.0-dev.1 = += 2024.10.29 - version 2.9.0 = * Fix - Avoid deprecation notice in PHP 8.2+ for dynamic property * Misc - Add support for WooCommerce 9.3.3 * Misc - Add support for WordPress 6.6.2 diff --git a/woocommerce-customizer.php b/woocommerce-customizer.php index 711a181..ffd5d84 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.9.0-dev.1 + * Version: 2.9.0 * Text Domain: woocommerce-customizer * Domain Path: /i18n/languages/ * @@ -46,7 +46,7 @@ class WC_Customizer { /** plugin version number */ - const VERSION = '2.9.0-dev.1'; + const VERSION = '2.9.0'; /** required WooCommerce version number */ const MIN_WOOCOMMERCE_VERSION = '3.9.4';