Plugin Directory

Changeset 3284130


Ignore:
Timestamp:
04/29/2025 01:18:50 PM (11 months ago)
Author:
zarhasan
Message:

Release v1.1.5 to trunk.

Location:
fast-fuzzy-search/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fast-fuzzy-search/trunk/fast-fuzzy-search.php

    r3277206 r3284130  
    44 * Plugin URI: https://redoxbird.com/product/fast-fuzzy-search
    55 * Description: A blazing fast and lightweight search engine plugin for your WordPress site.
    6  * Version: 1.1.4
     6 * Version: 1.1.5
    77 * Author: RedOxbird
    88 * Author URI: https://redoxbird.com
     
    1919require_once plugin_dir_path(__FILE__) . 'includes/settings-framework.php';
    2020
    21 define('FAST_FUZZY_SEARCH_VERSION', '1.1.4');
     21define('FAST_FUZZY_SEARCH_VERSION', '1.1.5');
    2222define('FAST_FUZZY_SEARCH_JOIN_SYMBOL', ' / ');
    2323define('FAST_FUZZY_SEARCH_CACHE_DIR',  WP_CONTENT_DIR . '/cache/fast-fuzzy-search/');
     
    7272add_action('admin_notices', function() {
    7373    // Check if both the free and pro plugin files exist (installed)
    74     $free_plugin_path = FAST_FUZZY_SEARCH_PLUGIN_FILE;
     74    $free_plugin_path = dirname( FAST_FUZZY_SEARCH_PLUGIN_DIR ) . '/fast-fuzzy-search/fast-fuzzy-search.php';
    7575    $pro_plugin_path  = dirname( FAST_FUZZY_SEARCH_PLUGIN_DIR ) . '/fast-fuzzy-search-pro/fast-fuzzy-search.php';
    7676 
     
    254254            'primary_color' => '#2271b1',
    255255            'mode' => 'auto',
    256             'type' => 'input-field',
     256            'type' => 'icon-button',
    257257            'hide_on_scroll' => false,
    258258        ];
  • fast-fuzzy-search/trunk/readme.txt

    r3277206 r3284130  
    66Tested up to: 6.8
    77Requires PHP: 7.4 
    8 Stable tag: 1.1.4 
     8Stable tag: 1.1.5 
    99License: GPLv3 or later 
    1010License URI: [https://www.gnu.org/licenses/gpl-3.0.html](https://www.gnu.org/licenses/gpl-3.0.html) 
Note: See TracChangeset for help on using the changeset viewer.