Version Description
Download this release
Release Info
| Developer | SkyVerge |
| Plugin | |
| Version | 1.9.7 |
| Comparing to | |
| See all releases | |
Code changes from version 1.9.6 to 1.9.7
i18n/languages/woocommerce-sequential-order-numbers.pot
CHANGED
|
@@ -2,10 +2,10 @@
|
|
| 2 |
# This file is distributed under the GNU General Public License v3.0.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
-
"Project-Id-Version:
|
| 6 |
"Report-Msgid-Bugs-To: "
|
| 7 |
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
|
| 8 |
-
"POT-Creation-Date: 2022-
|
| 9 |
"MIME-Version: 1.0\n"
|
| 10 |
"Content-Type: text/plain; charset=utf-8\n"
|
| 11 |
"Content-Transfer-Encoding: 8bit\n"
|
|
@@ -34,8 +34,8 @@ msgstr ""
|
|
| 34 |
#: woocommerce-sequential-order-numbers.php:529
|
| 35 |
#. Translators: %s - error message(s)
|
| 36 |
msgid ""
|
| 37 |
-
"Error activating and installing <strong>
|
| 38 |
-
"
|
| 39 |
msgstr ""
|
| 40 |
|
| 41 |
#: woocommerce-sequential-order-numbers.php:530
|
|
@@ -43,7 +43,7 @@ msgid "« Go Back"
|
|
| 43 |
msgstr ""
|
| 44 |
|
| 45 |
#. Plugin Name of the plugin/theme
|
| 46 |
-
msgid "
|
| 47 |
msgstr ""
|
| 48 |
|
| 49 |
#. Plugin URI of the plugin/theme
|
| 2 |
# This file is distributed under the GNU General Public License v3.0.
|
| 3 |
msgid ""
|
| 4 |
msgstr ""
|
| 5 |
+
"Project-Id-Version: Sequential Order Numbers for WooCommerce 1.9.7\n"
|
| 6 |
"Report-Msgid-Bugs-To: "
|
| 7 |
"https://woocommerce.com/my-account/marketplace-ticket-form/\n"
|
| 8 |
+
"POT-Creation-Date: 2022-07-31 02:37:51+00:00\n"
|
| 9 |
"MIME-Version: 1.0\n"
|
| 10 |
"Content-Type: text/plain; charset=utf-8\n"
|
| 11 |
"Content-Transfer-Encoding: 8bit\n"
|
| 34 |
#: woocommerce-sequential-order-numbers.php:529
|
| 35 |
#. Translators: %s - error message(s)
|
| 36 |
msgid ""
|
| 37 |
+
"Error activating and installing <strong>Sequential Order Numbers for "
|
| 38 |
+
"WooCommerce</strong>: %s"
|
| 39 |
msgstr ""
|
| 40 |
|
| 41 |
#: woocommerce-sequential-order-numbers.php:530
|
| 43 |
msgstr ""
|
| 44 |
|
| 45 |
#. Plugin Name of the plugin/theme
|
| 46 |
+
msgid "Sequential Order Numbers for WooCommerce"
|
| 47 |
msgstr ""
|
| 48 |
|
| 49 |
#. Plugin URI of the plugin/theme
|
readme.txt
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
===
|
| 2 |
Contributors: SkyVerge, maxrice, tamarazuk, chasewiseman, nekojira, beka.rice
|
| 3 |
Tags: woocommerce, order number, sequential order number, woocommerce orders
|
| 4 |
Requires at least: 4.7
|
| 5 |
-
Tested up to:
|
| 6 |
-
Stable tag: 1.9.
|
| 7 |
|
| 8 |
This plugin extends WooCommerce by setting sequential order numbers for new orders.
|
| 9 |
|
|
@@ -25,7 +25,7 @@ We do support our free plugins and extensions, but please understand that suppor
|
|
| 25 |
|
| 26 |
= Sequential Order Numbers Pro =
|
| 27 |
|
| 28 |
-
If you like this plugin, but are looking for the ability to set the starting number, or to add a custom prefix/suffix to your order numbers (ie, you'd prefer something like WT101UK, WT102UK, etc) please consider our premium
|
| 29 |
|
| 30 |
= More Details =
|
| 31 |
- See the [product page](http://www.skyverge.com/product/woocommerce-sequential-order-numbers/) for full details.
|
|
@@ -41,7 +41,7 @@ You can install the plugin in a few ways:
|
|
| 41 |
|
| 42 |
1. Upload the entire 'woocommerce-sequential-order-numbers' folder to the '/wp-content/plugins/' directory
|
| 43 |
2. Upload the zip file you download via Plugins > Add New
|
| 44 |
-
3. Go to Plugins > Add New and search for "
|
| 45 |
|
| 46 |
Once you've installed the plugin, to get started please:
|
| 47 |
|
|
@@ -62,7 +62,7 @@ If your extension is not displaying the correct order number, you can try contac
|
|
| 62 |
|
| 63 |
= Can I start the order numbers at a particular number? =
|
| 64 |
|
| 65 |
-
This free version does not have that functionality, but the premium [
|
| 66 |
|
| 67 |
= Can I start the order numbers at "1"? =
|
| 68 |
|
|
@@ -70,7 +70,7 @@ If you want to begin numbering at "1", you must trash, then permanently delete a
|
|
| 70 |
|
| 71 |
= Can I set an order number prefix/suffix? =
|
| 72 |
|
| 73 |
-
This free version does not have that functionality, but it's included in the premium [
|
| 74 |
|
| 75 |
== Other Notes ==
|
| 76 |
|
|
@@ -101,6 +101,9 @@ $order_number = $order->get_order_number();
|
|
| 101 |
|
| 102 |
== Changelog ==
|
| 103 |
|
|
|
|
|
|
|
|
|
|
| 104 |
= 2022.03.01 - version 1.9.6 =
|
| 105 |
* Misc - Require WooCommerce 3.9.4 or newer
|
| 106 |
* Misc - Replace calls to deprecated `is_ajax()` with `wp_doing_ajax()`
|
| 1 |
+
=== Sequential Order Numbers for WooCommerce ===
|
| 2 |
Contributors: SkyVerge, maxrice, tamarazuk, chasewiseman, nekojira, beka.rice
|
| 3 |
Tags: woocommerce, order number, sequential order number, woocommerce orders
|
| 4 |
Requires at least: 4.7
|
| 5 |
+
Tested up to: 6.0.1
|
| 6 |
+
Stable tag: 1.9.7
|
| 7 |
|
| 8 |
This plugin extends WooCommerce by setting sequential order numbers for new orders.
|
| 9 |
|
| 25 |
|
| 26 |
= Sequential Order Numbers Pro =
|
| 27 |
|
| 28 |
+
If you like this plugin, but are looking for the ability to set the starting number, or to add a custom prefix/suffix to your order numbers (ie, you'd prefer something like WT101UK, WT102UK, etc) please consider our premium Sequential Order Numbers Pro for WooCommerce plugin, which is available in the [WooCommerce Store](http://woocommerce.com/products/sequential-order-numbers-pro/).
|
| 29 |
|
| 30 |
= More Details =
|
| 31 |
- See the [product page](http://www.skyverge.com/product/woocommerce-sequential-order-numbers/) for full details.
|
| 41 |
|
| 42 |
1. Upload the entire 'woocommerce-sequential-order-numbers' folder to the '/wp-content/plugins/' directory
|
| 43 |
2. Upload the zip file you download via Plugins > Add New
|
| 44 |
+
3. Go to Plugins > Add New and search for "Sequential Order Numbers for WooCommerce", and install the one from SkyVerge.
|
| 45 |
|
| 46 |
Once you've installed the plugin, to get started please:
|
| 47 |
|
| 62 |
|
| 63 |
= Can I start the order numbers at a particular number? =
|
| 64 |
|
| 65 |
+
This free version does not have that functionality, but the premium [Sequential Order Numbers Pro for WooCommerce](http://www.woothemes.com/products/sequential-order-numbers-pro/) will allow you to choose any starting number that's higher than your most current order number.
|
| 66 |
|
| 67 |
= Can I start the order numbers at "1"? =
|
| 68 |
|
| 70 |
|
| 71 |
= Can I set an order number prefix/suffix? =
|
| 72 |
|
| 73 |
+
This free version does not have that functionality, but it's included in the premium [Sequential Order Numbers Pro for WooCommerce](http://www.woothemes.com/products/sequential-order-numbers-pro/).
|
| 74 |
|
| 75 |
== Other Notes ==
|
| 76 |
|
| 101 |
|
| 102 |
== Changelog ==
|
| 103 |
|
| 104 |
+
= 2022.07.30 - version 1.9.7 =
|
| 105 |
+
* Misc - Rename to Sequential Order Numbers for WooCommerce
|
| 106 |
+
|
| 107 |
= 2022.03.01 - version 1.9.6 =
|
| 108 |
* Misc - Require WooCommerce 3.9.4 or newer
|
| 109 |
* Misc - Replace calls to deprecated `is_ajax()` with `wp_doing_ajax()`
|
woocommerce-sequential-order-numbers.php
CHANGED
|
@@ -1,11 +1,11 @@
|
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
-
* Plugin Name:
|
| 4 |
* Plugin URI: http://www.skyverge.com/blog/woocommerce-sequential-order-numbers/
|
| 5 |
* Description: Provides sequential order numbers for WooCommerce orders
|
| 6 |
* Author: SkyVerge
|
| 7 |
* Author URI: http://www.skyverge.com
|
| 8 |
-
* Version: 1.9.
|
| 9 |
* Text Domain: woocommerce-sequential-order-numbers
|
| 10 |
* Domain Path: /i18n/languages/
|
| 11 |
*
|
|
@@ -19,7 +19,7 @@
|
|
| 19 |
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
|
| 20 |
*
|
| 21 |
* WC requires at least: 3.9.4
|
| 22 |
-
* WC tested up to: 6.
|
| 23 |
*/
|
| 24 |
|
| 25 |
defined( 'ABSPATH' ) or exit;
|
|
@@ -33,7 +33,7 @@ class WC_Seq_Order_Number {
|
|
| 33 |
|
| 34 |
|
| 35 |
/** version number */
|
| 36 |
-
const VERSION = '1.9.
|
| 37 |
|
| 38 |
/** minimum required wc version */
|
| 39 |
const MINIMUM_WC_VERSION = '3.9.4';
|
|
@@ -65,7 +65,7 @@ class WC_Seq_Order_Number {
|
|
| 65 |
public function __clone() {
|
| 66 |
|
| 67 |
/* translators: Placeholders: %s - plugin name */
|
| 68 |
-
_doing_it_wrong( __FUNCTION__, sprintf( esc_html__( 'You cannot clone instances of %s.', 'woocommerce-sequential-order-numbers' ), '
|
| 69 |
}
|
| 70 |
|
| 71 |
|
|
@@ -77,7 +77,7 @@ class WC_Seq_Order_Number {
|
|
| 77 |
public function __wakeup() {
|
| 78 |
|
| 79 |
/* translators: Placeholders: %s - plugin name */
|
| 80 |
-
_doing_it_wrong( __FUNCTION__, sprintf( esc_html__( 'You cannot unserialize instances of %s.', 'woocommerce-sequential-order-numbers' ), '
|
| 81 |
}
|
| 82 |
|
| 83 |
|
|
@@ -526,7 +526,7 @@ class WC_Seq_Order_Number {
|
|
| 526 |
deactivate_plugins( 'woocommerce-sequential-order-numbers/woocommerce-sequential-order-numbers.php' ); // hardcode the plugin path so that we can use symlinks in development
|
| 527 |
|
| 528 |
// Translators: %s - error message(s)
|
| 529 |
-
wp_die( sprintf( __( 'Error activating and installing <strong>
|
| 530 |
'<a href="' . admin_url( 'plugins.php' ) . '">' . __( '« Go Back', 'woocommerce-sequential-order-numbers' ) . '</a>' );
|
| 531 |
}
|
| 532 |
|
| 1 |
<?php
|
| 2 |
/**
|
| 3 |
+
* Plugin Name: Sequential Order Numbers for WooCommerce
|
| 4 |
* Plugin URI: http://www.skyverge.com/blog/woocommerce-sequential-order-numbers/
|
| 5 |
* Description: Provides sequential order numbers for WooCommerce orders
|
| 6 |
* Author: SkyVerge
|
| 7 |
* Author URI: http://www.skyverge.com
|
| 8 |
+
* Version: 1.9.7
|
| 9 |
* Text Domain: woocommerce-sequential-order-numbers
|
| 10 |
* Domain Path: /i18n/languages/
|
| 11 |
*
|
| 19 |
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public License v3.0
|
| 20 |
*
|
| 21 |
* WC requires at least: 3.9.4
|
| 22 |
+
* WC tested up to: 6.7.0
|
| 23 |
*/
|
| 24 |
|
| 25 |
defined( 'ABSPATH' ) or exit;
|
| 33 |
|
| 34 |
|
| 35 |
/** version number */
|
| 36 |
+
const VERSION = '1.9.7';
|
| 37 |
|
| 38 |
/** minimum required wc version */
|
| 39 |
const MINIMUM_WC_VERSION = '3.9.4';
|
| 65 |
public function __clone() {
|
| 66 |
|
| 67 |
/* translators: Placeholders: %s - plugin name */
|
| 68 |
+
_doing_it_wrong( __FUNCTION__, sprintf( esc_html__( 'You cannot clone instances of %s.', 'woocommerce-sequential-order-numbers' ), 'Sequential Order Numbers for WooCommerce' ), '1.7.0' );
|
| 69 |
}
|
| 70 |
|
| 71 |
|
| 77 |
public function __wakeup() {
|
| 78 |
|
| 79 |
/* translators: Placeholders: %s - plugin name */
|
| 80 |
+
_doing_it_wrong( __FUNCTION__, sprintf( esc_html__( 'You cannot unserialize instances of %s.', 'woocommerce-sequential-order-numbers' ), 'Sequential Order Numbers for WooCommerce' ), '1.7.0' );
|
| 81 |
}
|
| 82 |
|
| 83 |
|
| 526 |
deactivate_plugins( 'woocommerce-sequential-order-numbers/woocommerce-sequential-order-numbers.php' ); // hardcode the plugin path so that we can use symlinks in development
|
| 527 |
|
| 528 |
// Translators: %s - error message(s)
|
| 529 |
+
wp_die( sprintf( __( 'Error activating and installing <strong>Sequential Order Numbers for WooCommerce</strong>: %s', 'woocommerce-sequential-order-numbers' ), '<ul><li>' . implode( '</li><li>', $order_ids->get_error_messages() ) . '</li></ul>' ) .
|
| 530 |
'<a href="' . admin_url( 'plugins.php' ) . '">' . __( '« Go Back', 'woocommerce-sequential-order-numbers' ) . '</a>' );
|
| 531 |
}
|
| 532 |
|
