Skip to content

Commit 0cedaf0

Browse files
Customizer for WooCommerce: 2.9.0 Versioning
1 parent 33c3bdc commit 0cedaf0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

i18n/languages/woocommerce-customizer.pot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the GNU General Public License v3.0.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Customizer for WooCommerce 2.9.0-dev.1\n"
5+
"Project-Id-Version: Customizer for WooCommerce 2.9.0\n"
66
"Report-Msgid-Bugs-To: https://woocommerce.com/my-account/marketplace-ticket-form/\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2024-10-29T15:32:11+00:00\n"
12+
"POT-Creation-Date: 2024-10-29T15:37:07+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.6.0\n"
1515
"X-Domain: woocommerce-customizer\n"

readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=paypal@s
44
Tags: woocommerce, woocommerce shop, woocommerce filters, woocommerce text
55
Requires at least: 5.6
66
Requires PHP: 7.4
7-
Tested up to: 6.7
8-
Stable tag: 2.9.0-dev.1
7+
Tested up to: 6.6.2
8+
Stable tag: 2.9.0
99
License: GPLv3 or later
1010
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1111

@@ -72,7 +72,7 @@ Of course! Please fork the [GitHub](https://github.com/skyverge/woocommerce-cust
7272

7373
== Changelog ==
7474

75-
= 2024.nn.nn - version 2.9.0-dev.1 =
75+
= 2024.10.29 - version 2.9.0 =
7676
* Fix - Avoid deprecation notice in PHP 8.2+ for dynamic property
7777
* Misc - Add support for WooCommerce 9.3.3
7878
* Misc - Add support for WordPress 6.6.2

woocommerce-customizer.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Customize WooCommerce without code! Easily change add to cart button text and more.
66
* Author: SkyVerge
77
* Author URI: http://www.skyverge.com
8-
* Version: 2.9.0-dev.1
8+
* Version: 2.9.0
99
* Text Domain: woocommerce-customizer
1010
* Domain Path: /i18n/languages/
1111
*
@@ -46,7 +46,7 @@ class WC_Customizer {
4646

4747

4848
/** plugin version number */
49-
const VERSION = '2.9.0-dev.1';
49+
const VERSION = '2.9.0';
5050

5151
/** required WooCommerce version number */
5252
const MIN_WOOCOMMERCE_VERSION = '3.9.4';

0 commit comments

Comments
 (0)