Skip to content

Commit 8fd8c1e

Browse files
committed
Revert "WooCommerce Sequential Order Numbers: 1.9.2 Versioning"
This reverts commit d516448.
1 parent d516448 commit 8fd8c1e

File tree

3 files changed

+20
-18
lines changed

3 files changed

+20
-18
lines changed

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

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,30 @@
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.2\n"
5+
"Project-Id-Version: WooCommerce Sequential Order Numbers 1.9.1\n"
66
"Report-Msgid-Bugs-To: "
77
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
8-
"POT-Creation-Date: 2019-11-05 17:34:28+00:00\n"
8+
"POT-Creation-Date: 2019-10-03 04:04:55+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+
1629
#: woocommerce-sequential-order-numbers.php:68
1730
#. translators: Placeholders: %s - plugin name
1831
msgid "You cannot clone instances of %s."
@@ -31,17 +44,6 @@ msgid ""
3144
"%3$supdate WooCommerce%4$s or run the %5$sWooCommerce database upgrade%4$s."
3245
msgstr ""
3346

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-
4547
#. Plugin Name of the plugin/theme
4648
msgid "WooCommerce Sequential Order Numbers"
4749
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.4
6-
Stable tag: 1.9.2
5+
Tested up to: 5.2.3
6+
Stable tag: 1.9.2-dev.1
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.11.05 - version 1.9.2 =
104+
= 2019.nn.nn - version 1.9.2-dev.1 =
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
8+
* Version: 1.9.2-dev.1
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';
36+
const VERSION = '1.9.2-dev.1';
3737

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

0 commit comments

Comments
 (0)