Plugin Directory

Changeset 1407897


Ignore:
Timestamp:
04/30/2016 04:58:47 AM (10 years ago)
Author:
duyngha
Message:

update version 1.0.8

Location:
wp-nice-search
Files:
128 added
2 edited

Legend:

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

    r1315678 r1407897  
    55Requires at least: 4.0
    66Tested up to: 4.2.2
    7 Stable tag: 1.0.7
     7Stable tag: 1.0.8
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6262== Changelog ==
    6363
     64= 1.0.8 =
     65* Fixed: fixed height of the results box
     66* Release Date 04/30/2016
     67
    6468= 1.0.7 =
    6569* Add: Arrange results by title, author, date (default is date)
    6670* Update: update some hook filters
    67 * Release Date 23/12/2015
     71* Release Date 12/23/2015
    6872
    6973= 1.0.6 =
     
    8387* Add: Create plugin admin page
    8488* Add: Clear up after delete the plugin
    85 * Release Date 09/10/2015
     89* Release Date 10/09/2015
    8690
    8791= 1.0.1 =
     
    9599== Upgrade Notice ==
    96100
     101= 1.0.8 =
     102* Fixed: fixed height of the results box
     103* Release Date 04/30/2016
     104
    97105= 1.0.7 =
    98106* Add: Arrange results by title, author, date (default is date)
    99107* Update: update some hook filters
    100 * Release Date 23/12/2015
     108* Release Date 12/23/2015
    101109
    102110= 1.0.6 =
     
    106114= 1.0.4 =
    107115* Add: Add 2 options allow to display the featured and metapost info within resutls list
    108 * Release Date 11/07/2015
     116* Release Date 07/11/2015
    109117
    110118= 1.0.3 =
    111119* Fixed: Save settings in admin page
    112 * Release Date 10/70/2015
     120* Release Date 07/10/2015
    113121
    114122= 1.0.2 =
     
    116124* Add: Create plugin admin page
    117125* Add: Clear up after delete the plugin
    118 * Release Date 09/07/2015
     126* Release Date 07/09/2015
    119127
    120128= 1.0.1 =
  • wp-nice-search/trunk/wp-nice-search.php

    r1315493 r1407897  
    33 * Plugin Name: WP Nice Search
    44 * Description: Live search for wordpress
    5  * Version: 1.0.7
     5 * Version: 1.0.8
    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.7');
     13define('WPNS_PLUGIN_VER', '1.0.8');
    1414define('WPNS_REQUIRE_VER', '4.0');
    1515define('WPNS_FILE', __FILE__);
Note: See TracChangeset for help on using the changeset viewer.