Plugin Directory

Changeset 2578611


Ignore:
Timestamp:
08/05/2021 09:54:45 AM (5 years ago)
Author:
biztechc
Message:

Compatible with 5.8

Location:
auto-search-suggestion/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • auto-search-suggestion/trunk/auto-search-suggestion.php

    r2377807 r2578611  
    44Plugin URI: https://wordpress.org/plugins/auto-search-suggestion
    55Description: Showing suggestions on searching from wordpress admin.
    6 Version: 4.0.0
     6Version: 5.0.0
    77Author: biztechc
    88Author URI: https://www.appjetty.com/
     9WordPress Tested up to: 5.8
    910License: GPLv2
    1011Text Domain: ass
     
    535536function auto_suggest_search_sc($atts){
    536537
     538    ob_start();
     539    $content = '';
    537540    wp_enqueue_style('search-style');
    538541    $set_post_type_front1 = '';
     
    633636    </style>
    634637    <?php
    635     //return $content;
     638    $content .= ob_get_clean();
     639    return $content;
    636640}
    637641add_shortcode('bt_auto_suggest','auto_suggest_search_sc');
  • auto-search-suggestion/trunk/readme.txt

    r2377807 r2578611  
    33Tags: search,search suggestion, auto search suggestion
    44Requires at least: 3.6.1
    5 Tested up to: 5.5
    6 Stable tag: 4.0.0
     5Tested up to: 5.8
     6Stable tag: 5.0.0
    77License: GPLv2 or later
    88
     
    5353= 4.0.0 =
    5454* Compatibility with latest WordPress version 5.5
     55= 5.0.0 =
     56* Bug Fixed
     57* Compatibility with latest WordPress version 5.8
    5558
    5659
Note: See TracChangeset for help on using the changeset viewer.