Skip to content

Commit

Permalink
Sequential Order Numbers for WooCommerce: 1.11.0 Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
nmolham-godaddy committed Sep 13, 2024
1 parent 0879331 commit a56994a
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 44 deletions.
81 changes: 43 additions & 38 deletions i18n/languages/woocommerce-sequential-order-numbers.pot
Original file line number Diff line number Diff line change
@@ -1,62 +1,67 @@
# Copyright (C) 2023 SkyVerge
# Copyright (C) 2024 SkyVerge
# This file is distributed under the GNU General Public License v3.0.
msgid ""
msgstr ""
"Project-Id-Version: Sequential Order Numbers for WooCommerce 1.10.1\n"
"Report-Msgid-Bugs-To: "
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
"POT-Creation-Date: 2023-09-05 03:53:24+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2023-MO-DA HO:MI+ZONE\n"
"Project-Id-Version: Sequential Order Numbers for WooCommerce 1.11.0\n"
"Report-Msgid-Bugs-To: https://woocommerce.com/my-account/marketplace-ticket-form/\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-09-13T04:25:58+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0\n"
"X-Domain: woocommerce-sequential-order-numbers\n"

#: woocommerce-sequential-order-numbers.php:136
#. translators: Placeholders: %s - plugin name
msgid "You cannot clone instances of %s."
#. Plugin Name of the plugin
#: woocommerce-sequential-order-numbers.php
msgid "Sequential Order Numbers for WooCommerce"
msgstr ""

#: woocommerce-sequential-order-numbers.php:148
#. translators: Placeholders: %s - plugin name
msgid "You cannot unserialize instances of %s."
#. Plugin URI of the plugin
#: woocommerce-sequential-order-numbers.php
msgid "http://www.skyverge.com/blog/woocommerce-sequential-order-numbers/"
msgstr ""

#: woocommerce-sequential-order-numbers.php:678
#. 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."
#. Description of the plugin
#: woocommerce-sequential-order-numbers.php
msgid "Provides sequential order numbers for WooCommerce orders"
msgstr ""

#: woocommerce-sequential-order-numbers.php:728
msgid ""
"Error activating and installing <strong>Sequential Order Numbers for "
"WooCommerce</strong>: %s"
#. Author of the plugin
#: woocommerce-sequential-order-numbers.php
msgid "SkyVerge"
msgstr ""

#: woocommerce-sequential-order-numbers.php:730
msgid "&laquo; Go Back"
#. Author URI of the plugin
#: woocommerce-sequential-order-numbers.php
msgid "http://www.skyverge.com"
msgstr ""

#. Plugin Name of the plugin/theme
msgid "Sequential Order Numbers for WooCommerce"
#. translators: Placeholders: %s - plugin name
#: woocommerce-sequential-order-numbers.php:139
msgid "You cannot clone instances of %s."
msgstr ""

#. Plugin URI of the plugin/theme
msgid "http://www.skyverge.com/blog/woocommerce-sequential-order-numbers/"
#. translators: Placeholders: %s - plugin name
#: woocommerce-sequential-order-numbers.php:151
msgid "You cannot unserialize instances of %s."
msgstr ""

#. Description of the plugin/theme
msgid "Provides sequential order numbers for WooCommerce orders"
#: woocommerce-sequential-order-numbers.php:489
msgid "Allows filtering of orders by custom order number. Example: /wp-json/wc/v3/orders/?number=240222-45"
msgstr ""

#. Author of the plugin/theme
msgid "SkyVerge"
#. translators: Placeholders: %1$s - plugin name; %2$s - WooCommerce version; %3$s, %5$s - <a> tags; %4$s - </a> tag
#: woocommerce-sequential-order-numbers.php:731
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 ""

#. Author URI of the plugin/theme
msgid "http://www.skyverge.com"
msgstr ""
#: woocommerce-sequential-order-numbers.php:783
msgid "Error activating and installing <strong>Sequential Order Numbers for WooCommerce</strong>: %s"
msgstr ""

#: woocommerce-sequential-order-numbers.php:785
msgid "&laquo; Go Back"
msgstr ""
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: SkyVerge, maxrice, tamarazuk, chasewiseman, nekojira, beka.rice
Tags: woocommerce, order number, sequential order number, woocommerce orders
Requires at least: 5.6
Tested up to: 6.6.1
Tested up to: 6.6.2
Requires PHP: 7.4
Stable tag: 1.11.0-dev.1
Stable tag: 1.11.0

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

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

== Changelog ==

- 2024.nn.nn - version 1.11.0-dev.1 =
- 2024.09.13 - version 1.11.0 =
* Misc - Code clean up and optimization
* Misc - Add compatibility for WooCommerce Checkout block
* Misc - Register REST API custom order number filter
Expand Down
6 changes: 3 additions & 3 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.11.0-dev.1
* Version: 1.11.0
* Text Domain: woocommerce-sequential-order-numbers
* Domain Path: /i18n/languages/
*
Expand All @@ -19,7 +19,7 @@
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
*
* WC requires at least: 3.9.4
* WC tested up to: 9.2.3
* WC tested up to: 9.3.1
*/

use Automattic\WooCommerce\Utilities\FeaturesUtil;
Expand All @@ -36,7 +36,7 @@ class WC_Seq_Order_Number {


/** Version number */
public const VERSION = '1.11.0-dev.1';
public const VERSION = '1.11.0';

/** Minimum required wc version */
public const MINIMUM_WC_VERSION = '3.9.4';
Expand Down

0 comments on commit a56994a

Please sign in to comment.