Skip to content

Commit cbfccf4

Browse files
committed
WooCommerce Sequential Order Numbers: 1.9.2 Versioning
1 parent 8fd8c1e commit cbfccf4

File tree

3 files changed

+18
-20
lines changed

3 files changed

+18
-20
lines changed

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

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,17 @@
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.9.1\n"
5+
"Project-Id-Version: WooCommerce Sequential Order Numbers 1.9.2\n"
66
"Report-Msgid-Bugs-To: "
77
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
8-
"POT-Creation-Date: 2019-10-03 04:04:55+00:00\n"
8+
"POT-Creation-Date: 2019-11-05 17:51:12+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
1212
"PO-Revision-Date: 2019-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
1515

16-
#: build/woocommerce-sequential-order-numbers.php:458
17-
#: woocommerce-sequential-order-numbers.php:529
18-
#. Translators: %s - error message(s)
19-
msgid ""
20-
"Error activating and installing <strong>WooCommerce Sequential Order "
21-
"Numbers</strong>: %s"
22-
msgstr ""
23-
24-
#: build/woocommerce-sequential-order-numbers.php:459
25-
#: woocommerce-sequential-order-numbers.php:530
26-
msgid "&laquo; Go Back"
27-
msgstr ""
28-
2916
#: woocommerce-sequential-order-numbers.php:68
3017
#. translators: Placeholders: %s - plugin name
3118
msgid "You cannot clone instances of %s."
@@ -44,6 +31,17 @@ msgid ""
4431
"%3$supdate WooCommerce%4$s or run the %5$sWooCommerce database upgrade%4$s."
4532
msgstr ""
4633

34+
#: woocommerce-sequential-order-numbers.php:529
35+
#. Translators: %s - error message(s)
36+
msgid ""
37+
"Error activating and installing <strong>WooCommerce Sequential Order "
38+
"Numbers</strong>: %s"
39+
msgstr ""
40+
41+
#: woocommerce-sequential-order-numbers.php:530
42+
msgid "&laquo; Go Back"
43+
msgstr ""
44+
4745
#. Plugin Name of the plugin/theme
4846
msgid "WooCommerce Sequential Order Numbers"
4947
msgstr ""

readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: SkyVerge, maxrice, tamarazuk, chasewiseman, nekojira, beka.rice
33
Tags: woocommerce, order number, sequential order number, woocommerce orders
44
Requires at least: 4.4
5-
Tested up to: 5.2.3
6-
Stable tag: 1.9.2-dev.1
5+
Tested up to: 5.2.4
6+
Stable tag: 1.9.2
77

88
This plugin extends WooCommerce by setting sequential order numbers for new orders.
99

@@ -101,7 +101,7 @@ $order_number = $order->get_order_number();
101101

102102
== Changelog ==
103103

104-
= 2019.nn.nn - version 1.9.2-dev.1 =
104+
= 2019.11.05 - version 1.9.2 =
105105
* Misc - Add support for WooCommerce 3.8
106106

107107
= 2019.10.03 - version 1.9.1 =

woocommerce-sequential-order-numbers.php

Lines changed: 2 additions & 2 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.9.2-dev.1
8+
* Version: 1.9.2
99
* Text Domain: woocommerce-sequential-order-numbers
1010
* Domain Path: /i18n/languages/
1111
*
@@ -33,7 +33,7 @@ class WC_Seq_Order_Number {
3333

3434

3535
/** version number */
36-
const VERSION = '1.9.2-dev.1';
36+
const VERSION = '1.9.2';
3737

3838
/** minimum required wc version */
3939
const MINIMUM_WC_VERSION = '3.0.9';

0 commit comments

Comments
 (0)