Skip to content

Commit 08f01ea

Browse files
Sequential Order Numbers for WooCommerce: 1.11.1 Versioning
1 parent 3d69ab2 commit 08f01ea

File tree

3 files changed

+21
-16
lines changed

3 files changed

+21
-16
lines changed
Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,67 @@
1-
# Copyright (C) 2024 SkyVerge
1+
# Copyright (C) 2025 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.11.0\n"
5+
"Project-Id-Version: Sequential Order Numbers for WooCommerce 1.11.1\n"
66
"Report-Msgid-Bugs-To: https://woocommerce.com/my-account/marketplace-ticket-form/\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2024-11-06T07:50:23+00:00\n"
12+
"POT-Creation-Date: 2025-05-07T11:38:00+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"X-Generator: WP-CLI 2.6.0\n"
14+
"X-Generator: WP-CLI 2.11.0\n"
1515
"X-Domain: woocommerce-sequential-order-numbers\n"
1616

1717
#. Plugin Name of the plugin
18+
#: woocommerce-sequential-order-numbers.php
1819
msgid "Sequential Order Numbers for WooCommerce"
1920
msgstr ""
2021

2122
#. Plugin URI of the plugin
23+
#: woocommerce-sequential-order-numbers.php
2224
msgid "http://www.skyverge.com/blog/woocommerce-sequential-order-numbers/"
2325
msgstr ""
2426

2527
#. Description of the plugin
28+
#: woocommerce-sequential-order-numbers.php
2629
msgid "Provides sequential order numbers for WooCommerce orders"
2730
msgstr ""
2831

2932
#. Author of the plugin
33+
#: woocommerce-sequential-order-numbers.php
3034
msgid "SkyVerge"
3135
msgstr ""
3236

3337
#. Author URI of the plugin
38+
#: woocommerce-sequential-order-numbers.php
3439
msgid "http://www.skyverge.com"
3540
msgstr ""
3641

3742
#. translators: Placeholders: %s - plugin name
38-
#: woocommerce-sequential-order-numbers.php:139
43+
#: woocommerce-sequential-order-numbers.php:141
3944
msgid "You cannot clone instances of %s."
4045
msgstr ""
4146

4247
#. translators: Placeholders: %s - plugin name
43-
#: woocommerce-sequential-order-numbers.php:151
48+
#: woocommerce-sequential-order-numbers.php:153
4449
msgid "You cannot unserialize instances of %s."
4550
msgstr ""
4651

47-
#: woocommerce-sequential-order-numbers.php:489
52+
#: woocommerce-sequential-order-numbers.php:537
4853
msgid "Allows filtering of orders by custom order number. Example: /wp-json/wc/v3/orders/?number=240222-45"
4954
msgstr ""
5055

5156
#. translators: Placeholders: %1$s - plugin name; %2$s - WooCommerce version; %3$s, %5$s - <a> tags; %4$s - </a> tag
52-
#: woocommerce-sequential-order-numbers.php:731
57+
#: woocommerce-sequential-order-numbers.php:779
5358
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."
5459
msgstr ""
5560

56-
#: woocommerce-sequential-order-numbers.php:783
61+
#: woocommerce-sequential-order-numbers.php:831
5762
msgid "Error activating and installing <strong>Sequential Order Numbers for WooCommerce</strong>: %s"
5863
msgstr ""
5964

60-
#: woocommerce-sequential-order-numbers.php:785
65+
#: woocommerce-sequential-order-numbers.php:833
6166
msgid "&laquo; Go Back"
6267
msgstr ""

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.8
5+
Tested up to: 6.8.1
66
Requires PHP: 7.4
7-
Stable tag: 1.11.1-dev.1
7+
Stable tag: 1.11.1
88
License: GPLv3 or later
99
License URI: http://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -104,7 +104,7 @@ $order_number = $order->get_order_number();
104104

105105
== Changelog ==
106106

107-
= 2025.nn.nn - version 1.11.1-dev.1 =
107+
= 2025.05.07 - version 1.11.1 =
108108
* Fix - Searching by order number not working when Full Text Search is enabled
109109

110110
= 2024.11.06 - version 1.11.0 =

woocommerce-sequential-order-numbers.php

Lines changed: 3 additions & 3 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.11.1-dev.1
8+
* Version: 1.11.1
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: 9.3.3
22+
* WC tested up to: 9.8.4
2323
*/
2424

2525
use Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController;
@@ -38,7 +38,7 @@ class WC_Seq_Order_Number {
3838

3939

4040
/** Version number */
41-
public const VERSION = '1.11.1-dev.1';
41+
public const VERSION = '1.11.1';
4242

4343
/** Minimum required wc version */
4444
public const MINIMUM_WC_VERSION = '3.9.4';

0 commit comments

Comments
 (0)