Skip to content

Commit

Permalink
WooCommerce Customizer: 2.7.2 Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
deivamagalhaes committed Feb 5, 2020
1 parent 4b5c368 commit 49e554b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions i18n/languages/woocommerce-customizer.pot
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright (C) 2019 SkyVerge
# Copyright (C) 2020 SkyVerge
# This file is distributed under the GNU General Public License v3.0.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Customizer 2.7.1\n"
"Project-Id-Version: WooCommerce Customizer 2.7.2\n"
"Report-Msgid-Bugs-To: "
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
"POT-Creation-Date: 2019-11-11 09:54:39+00:00\n"
"POT-Creation-Date: 2020-02-05 20:44:59+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
Tested up to: 5.2.4
Stable tag: 2.7.2-dev.1
Tested up to: 5.3.2
Stable tag: 2.7.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 2020.nn.nn - version 2.7.2-dev.1 =
= 2020.02.05 - version 2.7.2 =
* Misc - Add support for WooCommerce 3.9

= 2019.11.11 - version 2.7.1 =
Expand Down
6 changes: 3 additions & 3 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.7.2-dev.1
* Version: 2.7.2
* Text Domain: woocommerce-customizer
* Domain Path: /i18n/languages/
*
Expand All @@ -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.0.9
* WC tested up to: 3.8.0
* WC tested up to: 3.9.0
*/

defined( 'ABSPATH' ) or exit;
Expand All @@ -46,7 +46,7 @@ class WC_Customizer {


/** plugin version number */
const VERSION = '2.7.2-dev.1';
const VERSION = '2.7.2';

/** required WooCommerce version number */
const MIN_WOOCOMMERCE_VERSION = '3.0.9';
Expand Down

0 comments on commit 49e554b

Please sign in to comment.