Plugin Directory

Changeset 1412756


Ignore:
Timestamp:
05/09/2016 03:22:14 AM (10 years ago)
Author:
duyngha
Message:

update new version 1.0.9

Location:
wp-nice-search/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-nice-search/trunk/readme.txt

    r1407897 r1412756  
    55Requires at least: 4.0
    66Tested up to: 4.2.2
    7 Stable tag: 1.0.8
     7Stable tag: 1.0.9
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6262== Changelog ==
    6363
     64= 1.0.9 =
     65* Add: Add new filter for adjustment of "No results found."
     66* Release Date 05/09/2016
     67
    6468= 1.0.8 =
    6569* Fixed: fixed height of the results box
     
    99103== Upgrade Notice ==
    100104
     105= 1.0.9 =
     106* Add: Add new filter for adjustment of "No results found."
     107* Release Date 05/09/2016
     108
    101109= 1.0.8 =
    102110* Fixed: fixed height of the results box
  • wp-nice-search/trunk/wp-nice-search.php

    r1407897 r1412756  
    33 * Plugin Name: WP Nice Search
    44 * Description: Live search for wordpress
    5  * Version: 1.0.8
     5 * Version: 1.0.9
    66 * Author: Duy Nguyen
    77 * Author URI: duywp.com
     
    1111define('WPNS_DIR', dirname(__FILE__));
    1212define('WPNS_URL', plugin_dir_url(__FILE__));
    13 define('WPNS_PLUGIN_VER', '1.0.8');
     13define('WPNS_PLUGIN_VER', '1.0.9');
    1414define('WPNS_REQUIRE_VER', '4.0');
    1515define('WPNS_FILE', __FILE__);
Note: See TracChangeset for help on using the changeset viewer.