Changeset 2578611
- Timestamp:
- 08/05/2021 09:54:45 AM (5 years ago)
- Location:
- auto-search-suggestion/trunk
- Files:
-
- 2 edited
-
auto-search-suggestion.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
auto-search-suggestion/trunk/auto-search-suggestion.php
r2377807 r2578611 4 4 Plugin URI: https://wordpress.org/plugins/auto-search-suggestion 5 5 Description: Showing suggestions on searching from wordpress admin. 6 Version: 4.0.06 Version: 5.0.0 7 7 Author: biztechc 8 8 Author URI: https://www.appjetty.com/ 9 WordPress Tested up to: 5.8 9 10 License: GPLv2 10 11 Text Domain: ass … … 535 536 function auto_suggest_search_sc($atts){ 536 537 538 ob_start(); 539 $content = ''; 537 540 wp_enqueue_style('search-style'); 538 541 $set_post_type_front1 = ''; … … 633 636 </style> 634 637 <?php 635 //return $content; 638 $content .= ob_get_clean(); 639 return $content; 636 640 } 637 641 add_shortcode('bt_auto_suggest','auto_suggest_search_sc'); -
auto-search-suggestion/trunk/readme.txt
r2377807 r2578611 3 3 Tags: search,search suggestion, auto search suggestion 4 4 Requires at least: 3.6.1 5 Tested up to: 5. 56 Stable tag: 4.0.05 Tested up to: 5.8 6 Stable tag: 5.0.0 7 7 License: GPLv2 or later 8 8 … … 53 53 = 4.0.0 = 54 54 * Compatibility with latest WordPress version 5.5 55 = 5.0.0 = 56 * Bug Fixed 57 * Compatibility with latest WordPress version 5.8 55 58 56 59
Note: See TracChangeset
for help on using the changeset viewer.