Plugin Directory

Changeset 951733


Ignore:
Timestamp:
07/20/2014 06:21:47 AM (11 years ago)
Author:
faina09
Message:

0.12

  • WP 4.0
Location:
wp-fjqgrid/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • wp-fjqgrid/trunk/index.php

    r887078 r951733  
    44  Plugin URI: http://wordpress.org/extend/plugins/wpf-jqgrid/
    55  Description: jqGrid porting to wordpress
    6   Version: 0.11
     6  Version: 0.12
    77  Author: faina09
    88  Author URI: http://profiles.wordpress.org/faina09
    99  License: GPLv2 or later
    1010 */
    11 $VER = '0.11';
     11$VER = '0.12';
    1212defined( 'ABSPATH' ) OR exit;
    1313
  • wp-fjqgrid/trunk/readme.txt

    r887078 r951733  
    44Donate link: http://goo.gl/QzIZZ
    55Requires at least: 3.5
    6 Tested up to: 3.9
     6Tested up to: 4.0
    77Stable tag: trunk
    88License: GPLv2 or later
     
    7474
    7575== Changelog ==
     76= 0.12 =
     77* WP 4.0
    7678= 0.11 =
    7779* deprecated mysql_ calls removed, use mysqli
    7880* wp 3.9 compatible
    79 
    8081= 0.10 =
    8182* sortby=field,asc|desc into shortcode
    8283* ATTENTION: renamed, need resave setup page and rename shortcode to [wpf-jqgrid]
    83 
    8484= 0.09 =
    8585* admin-ajax.php path fix (tnx to michael walker)
    86 
    8786= 0.08 =
    8887* js fix
    8988* reformat code
    90 
    9189= 0.07 =
    9290* minor fix (quotes, empty vars,..)
    9391* better log for debug
    94 
    9592= 0.06 =
    9693* any field (but only one) can be PK
     
    9895* add role (converted to capability) required to edit a table
    9996* some formatting added
    100 
    10197= 0.05 =
    10298* fast and simplified first run
    10399* fix key field name and usage
    104100* edit date format
    105 
    106101= 0.04 =
    107102* create tables from backend
    108103* fast startup parameters on setup page
    109 
    110104= 0.03 =
    111105* fix - better readme
    112 
    113106= 0.02 =
    114107* edit/delete/insert on popup window
    115 
    116108= 0.01 =
    117109* Initial release of plugin.
     
    121113= 0.09 =
    122114* admin-ajax.php path fix (tnx to michael walker)
    123 
    124115= 0.05 =
    125116* fast and simplified first run
    126 
    127117= 0.02 =
    128118* edit/delete/insert on popup window
Note: See TracChangeset for help on using the changeset viewer.