Skip to content

Commit

Permalink
Customizer for WooCommerce: 2.9.0 Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaynes-godaddy committed Oct 29, 2024
1 parent 33c3bdc commit 0cedaf0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions i18n/languages/woocommerce-customizer.pot
Original file line number Diff line number Diff line change
Expand Up @@ -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 <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\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"
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/
*
Expand Down Expand Up @@ -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';
Expand Down

0 comments on commit 0cedaf0

Please sign in to comment.