Skip to content

Commit cebb46f

Browse files
committed
1.3.4 Versioning
1 parent 2ad6165 commit cebb46f

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

i18n/languages/woocommerce-sequential-order-numbers.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the GNU General Public License v3.0.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: WooCommerce Sequential Order Numbers 1.3.3-1\n"
5+
"Project-Id-Version: WooCommerce Sequential Order Numbers 1.3.4\n"
66
"Report-Msgid-Bugs-To: "
77
"https://github.com/skyverge/woocommerce-sequential-order-numbers/issues\n"
88
"POT-Creation-Date: 2014-09-05 22:27:38+00:00\n"

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Requires at least: 3.8
55
Tested up to: 4.0
66
Requires WooCommerce at least: 2.0
77
Tested WooCommerce up to: 2.2
8-
Stable tag: 1.3.3-1
8+
Stable tag: 1.3.4
99

1010
This plugin extends WooCommerce by setting sequential order numbers for new orders.
1111

woocommerce-sequential-order-numbers.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Provides sequential order numbers for WooCommerce orders
66
* Author: SkyVerge
77
* Author URI: http://www.skyverge.com
8-
* Version: 1.3.3-1
8+
* Version: 1.3.4
99
*
1010
* Copyright: (c) 2012-2013 SkyVerge, Inc. ([email protected])
1111
*
@@ -36,7 +36,7 @@
3636
class WC_Seq_Order_Number {
3737

3838
/** version number */
39-
const VERSION = "1.3.3-1";
39+
const VERSION = "1.3.4";
4040

4141
/** version option name */
4242
const VERSION_OPTION_NAME = "woocommerce_seq_order_number_db_version";
@@ -407,7 +407,7 @@ public static function backport_order_status_query_args( $args ) {
407407
*
408408
* Introduced in WC 2.2
409409
*
410-
* @since 1.3.3-1
410+
* @since 1.3.4
411411
* @return array
412412
*/
413413
public static function wc_get_order_statuses() {

0 commit comments

Comments
 (0)