diff --git a/fast-woo-order-lookup.php b/fast-woo-order-lookup.php index 3506470..293306e 100644 --- a/fast-woo-order-lookup.php +++ b/fast-woo-order-lookup.php @@ -11,7 +11,7 @@ * Plugin Name: Fast Woo Order Lookup * Plugin URI: https://plumislandmedia.net/wordpress-plugins/fast-woo-order-lookup/ * Description: Look up orders faster in large WooCommerce stores with many orders. - * Version: 1.0.0 + * Version: 1.0.1 * Author: OllieJones * Author URI: https://github.com/OllieJones * Text Domain: fast-woo-order-lookup @@ -414,7 +414,7 @@ private function update_meta_keys( array $orders ) { const FAST_WOO_ORDER_LOOKUP_NAME = 'Fast Woo Order Lookup'; // Plugin version -const FAST_WOO_ORDER_LOOKUP_VERSION = '1.0.0'; +const FAST_WOO_ORDER_LOOKUP_VERSION = '1.0.1'; // Plugin Root File const FAST_WOO_ORDER_LOOKUP_PLUGIN_FILE = __FILE__; diff --git a/languages/fast-woo-order-lookup.pot b/languages/fast-woo-order-lookup.pot index 9923ac9..49194bf 100644 --- a/languages/fast-woo-order-lookup.pot +++ b/languages/fast-woo-order-lookup.pot @@ -2,14 +2,14 @@ # This file is distributed under the GPLv2. msgid "" msgstr "" -"Project-Id-Version: Fast Woo Order Lookup 1.0.0\n" +"Project-Id-Version: Fast Woo Order Lookup 1.0.1\n" "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fast-woo-order-lookup\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"POT-Creation-Date: 2024-07-03T13:35:42-04:00\n" +"POT-Creation-Date: 2024-07-05T08:42:29-04:00\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "X-Generator: WP-CLI 2.9.0\n" "X-Domain: fast-woo-order-lookup\n" @@ -34,27 +34,27 @@ msgstr "" msgid "https://github.com/OllieJones" msgstr "" -#: fast-woo-order-lookup.php:131 +#: fast-woo-order-lookup.php:132 msgid "See the" msgstr "" -#: fast-woo-order-lookup.php:132 +#: fast-woo-order-lookup.php:133 msgid "Scheduled Actions status page" msgstr "" -#: fast-woo-order-lookup.php:133 +#: fast-woo-order-lookup.php:134 msgid "for details." msgstr "" -#: fast-woo-order-lookup.php:136 +#: fast-woo-order-lookup.php:137 msgid "Fast Woo Order Lookup indexing begins soon." msgstr "" -#: fast-woo-order-lookup.php:139 +#: fast-woo-order-lookup.php:140 msgid "Fast Woo Order Lookup indexing still in progress." msgstr "" #. translators: 1: percent complete integer -#: fast-woo-order-lookup.php:141 +#: fast-woo-order-lookup.php:142 msgid "%1$d%% complete." msgstr "" diff --git a/readme.txt b/readme.txt index 49e7ee2..255f54e 100644 --- a/readme.txt +++ b/readme.txt @@ -7,7 +7,7 @@ Tags: woocommerce, search, orders, database, performance Requires at least: 5.9 Tested up to: 6.6 Requires PHP: 5.6 -Stable tag: 0.5.1 +Stable tag: 1.0.1 Requires Plugins: woocommerce License: GPLv2 Text Domain: fast-woo-order-lookup