Skip to content

Commit 19e2bf6

Browse files
Sequential Order Numbers for WooCommerce: 1.10.0 Versioning
1 parent cbef75a commit 19e2bf6

File tree

3 files changed

+18
-19
lines changed

3 files changed

+18
-19
lines changed

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

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,43 @@
1-
# Copyright (C) 2022 SkyVerge
1+
# Copyright (C) 2023 SkyVerge
22
# This file is distributed under the GNU General Public License v3.0.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: Sequential Order Numbers for WooCommerce 1.9.7\n"
5+
"Project-Id-Version: Sequential Order Numbers for WooCommerce 1.10.0\n"
66
"Report-Msgid-Bugs-To: "
77
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
8-
"POT-Creation-Date: 2022-07-31 02:37:51+00:00\n"
8+
"POT-Creation-Date: 2023-08-02 04:14:28+00:00\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=utf-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
12+
"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"
1515

16-
#: woocommerce-sequential-order-numbers.php:68
16+
#: woocommerce-sequential-order-numbers.php:136
1717
#. translators: Placeholders: %s - plugin name
1818
msgid "You cannot clone instances of %s."
1919
msgstr ""
2020

21-
#: woocommerce-sequential-order-numbers.php:80
21+
#: woocommerce-sequential-order-numbers.php:148
2222
#. translators: Placeholders: %s - plugin name
2323
msgid "You cannot unserialize instances of %s."
2424
msgstr ""
2525

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

34-
#: woocommerce-sequential-order-numbers.php:529
35-
#. Translators: %s - error message(s)
34+
#: woocommerce-sequential-order-numbers.php:725
3635
msgid ""
3736
"Error activating and installing <strong>Sequential Order Numbers for "
3837
"WooCommerce</strong>: %s"
3938
msgstr ""
4039

41-
#: woocommerce-sequential-order-numbers.php:530
40+
#: woocommerce-sequential-order-numbers.php:727
4241
msgid "&laquo; Go Back"
4342
msgstr ""
4443

readme.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: SkyVerge, maxrice, tamarazuk, chasewiseman, nekojira, beka.rice
33
Tags: woocommerce, order number, sequential order number, woocommerce orders
44
Requires at least: 5.6
5-
Tested up to: 6.0.1
5+
Tested up to: 6.2.2
66
Requires PHP: 7.4
7-
Stable tag: 1.10.0-dev.1
7+
Stable tag: 1.10.0
88

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

@@ -102,7 +102,7 @@ $order_number = $order->get_order_number();
102102

103103
== Changelog ==
104104

105-
- 2023.nn.nn - version 1.10.0-dev.1 =
105+
- 2023.08.02 - version 1.10.0 =
106106
* Tweak - Also set sequential order numbers for orders sent via the WooCommerce Checkout Block
107107
* Misc - Add compatibility for WooCommerce High Performance Order Storage (HPOS)
108108
* Misc - Require PHP 7.4 and WordPress 5.6

woocommerce-sequential-order-numbers.php

Lines changed: 6 additions & 6 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.10.0-dev.1
8+
* Version: 1.10.0
99
* Text Domain: woocommerce-sequential-order-numbers
1010
* Domain Path: /i18n/languages/
1111
*
@@ -19,7 +19,7 @@
1919
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
2020
*
2121
* WC requires at least: 3.9.4
22-
* WC tested up to: 6.7.0
22+
* WC tested up to: 7.9.0
2323
*/
2424

2525
defined( 'ABSPATH' ) or exit;
@@ -33,7 +33,7 @@ class WC_Seq_Order_Number {
3333

3434

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

3838
/** minimum required wc version */
3939
const MINIMUM_WC_VERSION = '3.9.4';
@@ -63,7 +63,7 @@ public function __construct() {
6363
/**
6464
* Declares HPOS compatibility.
6565
*
66-
* @since 1.10.0-dev.1
66+
* @since 1.10.0
6767
*
6868
* @internal
6969
*
@@ -80,7 +80,7 @@ public function handle_hpos_compatibility()
8080
/**
8181
* Determines whether HPOS is in use.
8282
*
83-
* @since 1.10.0-dev.1
83+
* @since 1.10.0
8484
*
8585
* @return bool
8686
*/
@@ -94,7 +94,7 @@ protected function is_hpos_enabled() {
9494
/**
9595
* Determines if the current screen is the orders screen.
9696
*
97-
* @since 1.10.0-dev.1
97+
* @since 1.10.0
9898
*
9999
* @return bool
100100
*/

0 commit comments

Comments
 (0)