Changeset 1412756
- Timestamp:
- 05/09/2016 03:22:14 AM (10 years ago)
- Location:
- wp-nice-search/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (3 diffs)
-
wp-nice-search.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-nice-search/trunk/readme.txt
r1407897 r1412756 5 5 Requires at least: 4.0 6 6 Tested up to: 4.2.2 7 Stable tag: 1.0. 87 Stable tag: 1.0.9 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 62 62 == Changelog == 63 63 64 = 1.0.9 = 65 * Add: Add new filter for adjustment of "No results found." 66 * Release Date 05/09/2016 67 64 68 = 1.0.8 = 65 69 * Fixed: fixed height of the results box … … 99 103 == Upgrade Notice == 100 104 105 = 1.0.9 = 106 * Add: Add new filter for adjustment of "No results found." 107 * Release Date 05/09/2016 108 101 109 = 1.0.8 = 102 110 * Fixed: fixed height of the results box -
wp-nice-search/trunk/wp-nice-search.php
r1407897 r1412756 3 3 * Plugin Name: WP Nice Search 4 4 * Description: Live search for wordpress 5 * Version: 1.0. 85 * Version: 1.0.9 6 6 * Author: Duy Nguyen 7 7 * Author URI: duywp.com … … 11 11 define('WPNS_DIR', dirname(__FILE__)); 12 12 define('WPNS_URL', plugin_dir_url(__FILE__)); 13 define('WPNS_PLUGIN_VER', '1.0. 8');13 define('WPNS_PLUGIN_VER', '1.0.9'); 14 14 define('WPNS_REQUIRE_VER', '4.0'); 15 15 define('WPNS_FILE', __FILE__);
Note: See TracChangeset
for help on using the changeset viewer.