Changeset 3216950
- Timestamp:
- 01/04/2025 05:05:16 PM (15 months ago)
- Location:
- wdv-ajax-search/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wdv-ajax-search.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wdv-ajax-search/trunk/readme.txt
r3006677 r3216950 4 4 Tags: search, live search, search plugin, ajax, live 5 5 Requires at least: 5.2 6 Tested up to: 6. 46 Tested up to: 6.7 7 7 Stable tag: 1.0.0 8 8 Requires PHP: 7.0 … … 89 89 = 1.0.3 = 90 90 = 1.0.4 = 91 = 1.0.5 = 91 92 92 93 == Upgrade Notice == … … 97 98 = 1.0.3 = 98 99 = 1.0.4 = 100 = 1.0.5 = -
wdv-ajax-search/trunk/wdv-ajax-search.php
r3006833 r3216950 18 18 * Description: With this plugin you can create different search forms for different post types and put their shortcode on the corresponding page. ATTENTION! After updating to version 1.0.3, you need to open the plugin properties and click on the "Add / Edit Settings" button for each of the shortcodes you created and click on the "Save" button in the modal window that opens. If this is your first time installing this plugin, then just follow the documentation. 19 19 * 20 * Version: 1.0. 420 * Version: 1.0.5 21 21 * Author: wdvillage 22 22 * Author URI: https://wdvillage.com/ … … 37 37 * Rename this for your plugin and update it as you release new versions. 38 38 */ 39 define( 'WDV_AJAX_SEARCH_VERSION', '1.0. 4' );39 define( 'WDV_AJAX_SEARCH_VERSION', '1.0.5' ); 40 40 41 41 /**
Note: See TracChangeset
for help on using the changeset viewer.