Skip to content

Commit

Permalink
WooCommerce Product SKU Generator: 2.4.1 Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
unfulvio committed Nov 11, 2019
1 parent 6152ca1 commit 791d690
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-product-sku-generator.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# This file is distributed under the GNU General Public License v3.0.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Product SKU Generator 2.4.0\n"
"Project-Id-Version: WooCommerce Product SKU Generator 2.4.1\n"
"Report-Msgid-Bugs-To: "
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
"POT-Creation-Date: 2019-08-16 00:17:10+00:00\n"
"POT-Creation-Date: 2019-11-11 10:00:32+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\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, beka.rice
Tags: woocommerce, sku, product sku, sku generator
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&[email protected]&item_name=Donation+for+WooCommerce+SKU+Generator
Requires at least: 4.4
Tested up to: 5.2.2
Stable Tag: 2.4.1-dev.1
Tested up to: 5.2.4
Stable Tag: 2.4.1
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -154,7 +154,7 @@ add_filter( 'wc_sku_generator_force_attribute_sorting', '__return_true' );

== Changelog ==

= 2019.nn.nn - version 2.4.1-dev.1 =
= 2019.11.11 - version 2.4.1 =
* Misc - Add support for WooCommerce 3.8

= 2019.08.15 - version 2.4.0 =
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-product-sku-generator.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Automatically generate SKUs for products using the product / variation slug and/or ID
* Author: SkyVerge
* Author URI: http://www.skyverge.com/
* Version: 2.4.1-dev.1
* Version: 2.4.1
* Text Domain: woocommerce-product-sku-generator
* Domain Path: /i18n/languages/
*
Expand Down Expand Up @@ -45,7 +45,7 @@ class WC_SKU_Generator {


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

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

0 comments on commit 791d690

Please sign in to comment.