Plugin Directory

Changeset 3345071


Ignore:
Timestamp:
08/15/2025 09:21:25 AM (6 months ago)
Author:
litexten
Message:

bug fixes

Location:
litcommerce/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • litcommerce/trunk/changelog.txt

    r3288131 r3345071  
    4747
    4848*Fixed: "Order Number."
     49
     50= 1.2.8 2025-08-15 =
     51
     52*Fixed: "Order table: Search query meta keys."
  • litcommerce/trunk/litcommerce.php

    r3288131 r3345071  
    33Plugin Name: LitCommerce
    44Description: Helps you easily integrate your WooCommerce store with LitCommerce.
    5 Version: 1.2.7
     5Version: 1.2.8
    66Author: LitCommerce
    77Author URI: https://litcommerce.com
     
    403403
    404404add_filter('woocommerce_shop_order_search_fields', 'litc_shop_order_meta_search_fields', 10, 1);
     405add_filter( 'woocommerce_order_table_search_query_meta_keys', 'litc_shop_order_meta_search_fields' );
     406
    405407function litc_woocommerce_rest_prepare_product_object( $response, $object, $request ) {
    406408    if (get_litc_params("custom_currency") == 1) {
  • litcommerce/trunk/readme.txt

    r3288146 r3345071  
    44Tags: WooCommerce, Amazon, eBay, Etsy, TikTok
    55Tested up to: 6.7.1
    6 Stable tag: 1.2.7
     6Stable tag: 1.2.8
    77License: GPL-2.0
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset for help on using the changeset viewer.