Skip to content

Commit cb440dd

Browse files
committed
Version 1.8.2
1 parent 9671e81 commit cb440dd

File tree

4 files changed

+17
-9
lines changed

4 files changed

+17
-9
lines changed

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

Lines changed: 11 additions & 3 deletions
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.8.1\n"
5+
"Project-Id-Version: WooCommerce Sequential Order Numbers 1.8.2\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"
@@ -23,14 +23,22 @@ msgstr ""
2323
msgid "You cannot unserialize instances of %s."
2424
msgstr ""
2525

26-
#: woocommerce-sequential-order-numbers.php:550
26+
#: woocommerce-sequential-order-numbers.php:487
27+
#. translators: Placeholders: %1$s - plugin name; %2$s - WooCommerce version;
28+
#. %3$s, %5$s - <a> tags; %4$s - </a> tag
29+
msgid ""
30+
"%1$s is inactive because it requires WooCommerce %2$s or newer. Please "
31+
"%3$supdate WooCommerce%4$s or run the %5$sWooCommerce database upgrade%4$s."
32+
msgstr ""
33+
34+
#: woocommerce-sequential-order-numbers.php:529
2735
#. Translators: %s - error message(s)
2836
msgid ""
2937
"Error activating and installing <strong>WooCommerce Sequential Order "
3038
"Numbers</strong>: %s"
3139
msgstr ""
3240

33-
#: woocommerce-sequential-order-numbers.php:551
41+
#: woocommerce-sequential-order-numbers.php:530
3442
msgid "&laquo; Go Back"
3543
msgstr ""
3644

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "woocommerce-sequential-order-numbers",
3-
"version": "1.8.2-dev",
3+
"version": "1.8.2",
44
"author": "SkyVerge",
55
"homepage": "http://skyverge.com",
66
"repository": {

readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
Contributors: SkyVerge, maxrice, tamarazuk, chasewiseman, nekojira, beka.rice
33
Tags: woocommerce, order number, sequential order number, woocommerce orders
44
Requires at least: 4.1
5-
Tested up to: 4.8
5+
Tested up to: 4.8.1
66
WC requires at least: 2.5.5
77
WC tested up to: 3.1.0
8-
Stable tag: 1.8.2-dev
8+
Stable tag: 1.8.2
99

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

@@ -103,7 +103,7 @@ $order_number = $order->get_order_number();
103103

104104
== Changelog ==
105105

106-
= 1.8.2-dev - 2017.nn.nn =
106+
= 1.8.2 - 2017.08.22 =
107107
* Fix - PHP deprecation warning when Subscriptions is used
108108
* Misc - Removed support for WooCommerce Subscriptions older than v2.0
109109

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.8.2-dev
8+
* Version: 1.8.2
99
* Text Domain: woocommerce-sequential-order-numbers
1010
* Domain Path: /i18n/languages/
1111
*
@@ -32,7 +32,7 @@ class WC_Seq_Order_Number {
3232

3333

3434
/** version number */
35-
const VERSION = '1.8.2-dev';
35+
const VERSION = '1.8.2';
3636

3737
/** @var \WC_Seq_Order_Number single instance of this plugin */
3838
protected static $instance;

0 commit comments

Comments
 (0)