Plugin Directory

Changeset 3426504


Ignore:
Timestamp:
12/23/2025 09:15:38 PM (11 days ago)
Author:
wssoffice21
Message:

Updated 3.3.1

Location:
ymc-smart-filter/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • ymc-smart-filter/trunk/readme.txt

    r3406194 r3426504  
    22Plugin Name: Filter & Grids
    33Contributors: YMC, Roman
    4 Version: 3.3.0
     4Version: 3.3.1
    55Donate link: https://github.com/YMC-22/Filter-Grids
    66Tags: filter, grid, ajax, search, sort, masonry, wordpress
  • ymc-smart-filter/trunk/ymc-smart-filters.php

    r3406194 r3426504  
    55 * Plugin Name:       Filter & Grids
    66 * Description:       A powerful and flexible plugin to filter and display posts, custom post types, and other content in responsive grid layouts.
    7  * Version:           3.3.0
     7 * Version:           3.3.1
    88 * Author:            YMC
    99 * Author URI:        https://github.com/YMC-22/Filter-Grids/
  • ymc-smart-filter/trunk/ymc2/YMC_Filter_Grids.php

    r3406194 r3426504  
    2727     * @var string
    2828     */
    29     public string $version = '3.3.0';
     29    public string $version = '3.3.1';
    3030
    3131
  • ymc-smart-filter/trunk/ymc2/src/frontend/views/templates/search/tmpl-search.php

    r3365181 r3426504  
    1414                   name="search_field"
    1515                   placeholder="<?php echo esc_html($search_placeholder); ?>"
    16                    autofocus autocomplete="off"
     16                   autocomplete="off"
    1717                   data-grid-id="<?php echo esc_attr($filter_id); ?>"
    1818                   data-state-autocomplete="<?php echo esc_attr($autocomplete_enabled); ?>"
Note: See TracChangeset for help on using the changeset viewer.