Plugin Directory

Changeset 3419970


Ignore:
Timestamp:
12/15/2025 10:49:29 AM (4 months ago)
Author:
storeplugin
Message:

Update to version 1.1.0 from GitHub

Location:
product-search-for-woocommerce
Files:
256 added
4 deleted
9 edited
1 copied

Legend:

Unmodified
Added
Removed
  • product-search-for-woocommerce/assets/banner-772x250.jpg

    • Property svn:mime-type changed from application/octet-stream to image/jpeg
  • product-search-for-woocommerce/assets/icon-128x128.jpg

    • Property svn:mime-type changed from application/octet-stream to image/jpeg
  • product-search-for-woocommerce/assets/icon-256x256.jpg

    • Property svn:mime-type changed from application/octet-stream to image/jpeg
  • product-search-for-woocommerce/assets/screenshot-1.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • product-search-for-woocommerce/assets/screenshot-2.png

    • Property svn:mime-type changed from application/octet-stream to image/png
  • product-search-for-woocommerce/tags/1.1.0/README.txt

    r3190139 r3419970  
    33Tags: product search, search, ajax search, ajax product search, woocommerce plugin
    44Requires at least: 4.0
    5 Tested up to: 6.7
    6 Stable tag: 1.0.0
     5Tested up to: 6.9
     6Stable tag: 1.1.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5656
    5757== Changelog ==
     58= 1.1.0 =
     59* Other: Compatible with WordPress 6.9
     60* Other: Compatible with WooCommerce 10.4.2
    5861
    5962= 1.0.0 =
  • product-search-for-woocommerce/tags/1.1.0/product-search-for-woocommerce.php

    r3098923 r3419970  
    55 * Plugin URI:        https://storeplugin.net/plugins/product-search-for-woocommerce
    66 * Description:       Product Search for WooCommerce
    7  * Version:           1.0.0
     7 * Version:           1.1.0
    88 * Author:            StorePlugin
    99 * Author URI:        https://storeplugin.net/
     
    7474    public static function activate() {
    7575        update_option( 'ajax_search_woocommerce_activation_details', [
    76             'version'   => '1.0.0',
     76            'version'   => '1.1.0',
    7777            'date'      => gmdate('m d Y'),
    7878        ]);
  • product-search-for-woocommerce/trunk/README.txt

    r3190139 r3419970  
    33Tags: product search, search, ajax search, ajax product search, woocommerce plugin
    44Requires at least: 4.0
    5 Tested up to: 6.7
    6 Stable tag: 1.0.0
     5Tested up to: 6.9
     6Stable tag: 1.1.0
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5656
    5757== Changelog ==
     58= 1.1.0 =
     59* Other: Compatible with WordPress 6.9
     60* Other: Compatible with WooCommerce 10.4.2
    5861
    5962= 1.0.0 =
  • product-search-for-woocommerce/trunk/product-search-for-woocommerce.php

    r3098923 r3419970  
    55 * Plugin URI:        https://storeplugin.net/plugins/product-search-for-woocommerce
    66 * Description:       Product Search for WooCommerce
    7  * Version:           1.0.0
     7 * Version:           1.1.0
    88 * Author:            StorePlugin
    99 * Author URI:        https://storeplugin.net/
     
    7474    public static function activate() {
    7575        update_option( 'ajax_search_woocommerce_activation_details', [
    76             'version'   => '1.0.0',
     76            'version'   => '1.1.0',
    7777            'date'      => gmdate('m d Y'),
    7878        ]);
Note: See TracChangeset for help on using the changeset viewer.