Changeset 3340044
- Timestamp:
- 08/06/2025 05:02:56 AM (8 months ago)
- Location:
- admin-instant-search
- Files:
-
- 6 edited
- 1 copied
-
tags/1.1.1 (copied) (copied from admin-instant-search/trunk)
-
tags/1.1.1/admin-instant-search.php (modified) (1 diff)
-
tags/1.1.1/includes/classes/Backend/Index_Updater.php (modified) (1 diff)
-
tags/1.1.1/readme.txt (modified) (2 diffs)
-
trunk/admin-instant-search.php (modified) (1 diff)
-
trunk/includes/classes/Backend/Index_Updater.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin-instant-search/tags/1.1.1/admin-instant-search.php
r3336935 r3340044 4 4 * Plugin Name: Admin Instant Search 5 5 * Description: Search WooCommerce orders fast without having to wait for the page to load between searches. 6 * Version: 1.1. 06 * Version: 1.1.1 7 7 * Requires at least: 6.5 8 8 * Requires PHP: 7.4 -
admin-instant-search/tags/1.1.1/includes/classes/Backend/Index_Updater.php
r3336935 r3340044 37 37 * @return void 38 38 */ 39 public function update_index($order_id) {39 public function add_new_order_to_index($order_id) { 40 40 $order = wc_get_order($order_id); 41 41 -
admin-instant-search/tags/1.1.1/readme.txt
r3336935 r3340044 5 5 Requires at least: 6.5 6 6 Tested up to: 6.8 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 Requires PHP: 7.4 9 9 License: GPLv3 … … 77 77 == Changelog == 78 78 79 = 1.1.1 = 80 * Bugfix: Index updater fails 81 79 82 = 1.1.0 = 80 83 * Updated: Indexing to use TNTSearch -
admin-instant-search/trunk/admin-instant-search.php
r3336935 r3340044 4 4 * Plugin Name: Admin Instant Search 5 5 * Description: Search WooCommerce orders fast without having to wait for the page to load between searches. 6 * Version: 1.1. 06 * Version: 1.1.1 7 7 * Requires at least: 6.5 8 8 * Requires PHP: 7.4 -
admin-instant-search/trunk/includes/classes/Backend/Index_Updater.php
r3336935 r3340044 37 37 * @return void 38 38 */ 39 public function update_index($order_id) {39 public function add_new_order_to_index($order_id) { 40 40 $order = wc_get_order($order_id); 41 41 -
admin-instant-search/trunk/readme.txt
r3336935 r3340044 5 5 Requires at least: 6.5 6 6 Tested up to: 6.8 7 Stable tag: 1.1. 07 Stable tag: 1.1.1 8 8 Requires PHP: 7.4 9 9 License: GPLv3 … … 77 77 == Changelog == 78 78 79 = 1.1.1 = 80 * Bugfix: Index updater fails 81 79 82 = 1.1.0 = 80 83 * Updated: Indexing to use TNTSearch
Note: See TracChangeset
for help on using the changeset viewer.