Plugin Directory

Changeset 3015576

Timestamp:
12/29/2023 04:43:53 PM (7 months ago)
Author:
aslamdoctor
Message:

Version 1.3.4

  • Make plugin compatible with HPOS ( High-Performance Order Storage )
  • tested with wordpress version 6.4.0
  • tested with woocommerce version 8.4.0
Location:
search-attributes-for-woocommerce/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • search-attributes-for-woocommerce/trunk/readme.txt

    r2835341 r3015576  
    44Tags: woocommerce, ecommerce, product, attribute, attributes, search
    55Requires at least: 4.6
    6 Tested up to: 6.1.1
    7 Stable tag: 1.3.3
    8 Requires PHP: 7.0.0
     6Tested up to: 6.
     7Stable tag: 1.3.
     8Requires PHP: 7..0
    99License: GPLv3 or later License
    1010URI: http://www.gnu.org/licenses/gpl-3.0.html
     
    5757== ChangeLog ==
    5858
     59
     60
     61
     62
     63
    5964= Version 1.3.3 =
    6065* tested with wordpress version 6.1.1
  • search-attributes-for-woocommerce/trunk/search-attributes-for-woocommerce.php

    r2835341 r3015576  
    55 * Plugin URI: https://wordpress.org/plugins/search-attributes-for-woocommerce/
    66 * Description: This WordPress plugin allows you to extend WordPress search feature by searching into Woocommerce product attributes
    7  * Version: 1.3.3
     7 * Version: 1.3.
    88 * Author: Aslam Doctor
    99 * Author URI: https://aslamdoctor.com/
     
    1515 *
    1616 * WC requires at least: 4.3
    17  * WC tested up to: 7.2.0
     17 * WC tested up to: .0
    1818 *
    1919 * License: GNU General Public License v3.0
     
    108108 */
    109109function wsatt_callback() {
    110      include 'inc/functions.php';
     110    include 'inc/functions.php';
    111111    include 'view.php';
    112112}
     
    179179    }
    180180}
     181
     182
     183
     184
     185
     186
     187
     188
     189
     190
     191
Note: See TracChangeset for help on using the changeset viewer.