Skip to content

Commit

Permalink
WooCommerce Sequential Order Numbers: 1.9.6 Versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
unfulvio committed Mar 1, 2022
1 parent 392cb54 commit aaac62c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions i18n/languages/woocommerce-sequential-order-numbers.pot
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Copyright (C) 2020 SkyVerge
# Copyright (C) 2022 SkyVerge
# This file is distributed under the GNU General Public License v3.0.
msgid ""
msgstr ""
"Project-Id-Version: WooCommerce Sequential Order Numbers 1.9.5\n"
"Project-Id-Version: WooCommerce Sequential Order Numbers 1.9.6\n"
"Report-Msgid-Bugs-To: "
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
"POT-Creation-Date: 2020-05-07 21:51:02+00:00\n"
"POT-Creation-Date: 2022-03-01 09:30:41+00:00\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"PO-Revision-Date: 2020-MO-DA HO:MI+ZONE\n"
"PO-Revision-Date: 2022-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

Expand Down
6 changes: 3 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Contributors: SkyVerge, maxrice, tamarazuk, chasewiseman, nekojira, beka.rice
Tags: woocommerce, order number, sequential order number, woocommerce orders
Requires at least: 4.7
Tested up to: 5.4.1
Stable tag: 1.9.6-dev.1
Tested up to: 5.9.1
Stable tag: 1.9.6

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

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

== Changelog ==

= 2022.nn.nn - version 1.9.6-dev.1 =
= 2022.03.01 - version 1.9.6 =
* Misc - Require WooCommerce 3.9.4 or newer
* Misc - Replace calls to deprecated `is_ajax()` with `wp_doing_ajax()`

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.9.6-dev.1
* Version: 1.9.6
* 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: 4.1.0
* WC tested up to: 6.2.1
*/

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


/** version number */
const VERSION = '1.9.6-dev.1';
const VERSION = '1.9.6';

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

0 comments on commit aaac62c

Please sign in to comment.