Skip to content

Commit 3d69ab2

Browse files
Revert "Sequential Order Numbers for WooCommerce: 1.11.1 Versioning"
This reverts commit f45e9c6.
1 parent f45e9c6 commit 3d69ab2

File tree

3 files changed

+16
-21
lines changed

3 files changed

+16
-21
lines changed
Lines changed: 10 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,67 +1,62 @@
1-
# Copyright (C) 2025 SkyVerge
1+
# Copyright (C) 2024 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.1\n"
5+
"Project-Id-Version: Sequential Order Numbers for WooCommerce 1.11.0\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: 2025-05-07T11:31:08+00:00\n"
12+
"POT-Creation-Date: 2024-11-06T07:50:23+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"X-Generator: WP-CLI 2.11.0\n"
14+
"X-Generator: WP-CLI 2.6.0\n"
1515
"X-Domain: woocommerce-sequential-order-numbers\n"
1616

1717
#. Plugin Name of the plugin
18-
#: woocommerce-sequential-order-numbers.php
1918
msgid "Sequential Order Numbers for WooCommerce"
2019
msgstr ""
2120

2221
#. Plugin URI of the plugin
23-
#: woocommerce-sequential-order-numbers.php
2422
msgid "http://www.skyverge.com/blog/woocommerce-sequential-order-numbers/"
2523
msgstr ""
2624

2725
#. Description of the plugin
28-
#: woocommerce-sequential-order-numbers.php
2926
msgid "Provides sequential order numbers for WooCommerce orders"
3027
msgstr ""
3128

3229
#. Author of the plugin
33-
#: woocommerce-sequential-order-numbers.php
3430
msgid "SkyVerge"
3531
msgstr ""
3632

3733
#. Author URI of the plugin
38-
#: woocommerce-sequential-order-numbers.php
3934
msgid "http://www.skyverge.com"
4035
msgstr ""
4136

4237
#. translators: Placeholders: %s - plugin name
43-
#: woocommerce-sequential-order-numbers.php:141
38+
#: woocommerce-sequential-order-numbers.php:139
4439
msgid "You cannot clone instances of %s."
4540
msgstr ""
4641

4742
#. translators: Placeholders: %s - plugin name
48-
#: woocommerce-sequential-order-numbers.php:153
43+
#: woocommerce-sequential-order-numbers.php:151
4944
msgid "You cannot unserialize instances of %s."
5045
msgstr ""
5146

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

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

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

65-
#: woocommerce-sequential-order-numbers.php:833
60+
#: woocommerce-sequential-order-numbers.php:785
6661
msgid "&laquo; Go Back"
6762
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.1
5+
Tested up to: 6.8
66
Requires PHP: 7.4
7-
Stable tag: 1.11.1
7+
Stable tag: 1.11.1-dev.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.05.07 - version 1.11.1 =
107+
= 2025.nn.nn - version 1.11.1-dev.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
8+
* Version: 1.11.1-dev.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.8.4
22+
* WC tested up to: 9.3.3
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';
41+
public const VERSION = '1.11.1-dev.1';
4242

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

0 commit comments

Comments
 (0)