Skip to content

Commit

Permalink
Version 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bekarice committed Aug 23, 2017
1 parent 9671e81 commit cb440dd
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 9 deletions.
14 changes: 11 additions & 3 deletions i18n/languages/woocommerce-sequential-order-numbers.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is distributed under the GNU General Public License v3.0.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Sequential Order Numbers 1.8.1\n"
"Project-Id-Version: WooCommerce Sequential Order Numbers 1.8.2\n"
"Report-Msgid-Bugs-To: "
"https://github.com/skyverge/woocommerce-sequential-order-numbers/issues\n"
"POT-Creation-Date: 2014-09-05 22:27:38+00:00\n"
Expand All @@ -23,14 +23,22 @@ msgstr ""
msgid "You cannot unserialize instances of %s."
msgstr ""

#: woocommerce-sequential-order-numbers.php:550
#: woocommerce-sequential-order-numbers.php:487
#. translators: Placeholders: %1$s - plugin name; %2$s - WooCommerce version;
#. %3$s, %5$s - <a> tags; %4$s - </a> tag
msgid ""
"%1$s is inactive because it requires WooCommerce %2$s or newer. Please "
"%3$supdate WooCommerce%4$s or run the %5$sWooCommerce database upgrade%4$s."
msgstr ""

#: woocommerce-sequential-order-numbers.php:529
#. Translators: %s - error message(s)
msgid ""
"Error activating and installing <strong>WooCommerce Sequential Order "
"Numbers</strong>: %s"
msgstr ""

#: woocommerce-sequential-order-numbers.php:551
#: woocommerce-sequential-order-numbers.php:530
msgid "&laquo; Go Back"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "woocommerce-sequential-order-numbers",
"version": "1.8.2-dev",
"version": "1.8.2",
"author": "SkyVerge",
"homepage": "http://skyverge.com",
"repository": {
Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
Contributors: SkyVerge, maxrice, tamarazuk, chasewiseman, nekojira, beka.rice
Tags: woocommerce, order number, sequential order number, woocommerce orders
Requires at least: 4.1
Tested up to: 4.8
Tested up to: 4.8.1
WC requires at least: 2.5.5
WC tested up to: 3.1.0
Stable tag: 1.8.2-dev
Stable tag: 1.8.2

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

Expand Down Expand Up @@ -103,7 +103,7 @@ $order_number = $order->get_order_number();

== Changelog ==

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

Expand Down
4 changes: 2 additions & 2 deletions woocommerce-sequential-order-numbers.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Provides sequential order numbers for WooCommerce orders
* Author: SkyVerge
* Author URI: http://www.skyverge.com
* Version: 1.8.2-dev
* Version: 1.8.2
* Text Domain: woocommerce-sequential-order-numbers
* Domain Path: /i18n/languages/
*
Expand All @@ -32,7 +32,7 @@ class WC_Seq_Order_Number {


/** version number */
const VERSION = '1.8.2-dev';
const VERSION = '1.8.2';

/** @var \WC_Seq_Order_Number single instance of this plugin */
protected static $instance;
Expand Down

0 comments on commit cb440dd

Please sign in to comment.