Plugin Directory

Changeset 1989981


Ignore:
Timestamp:
12/09/2018 03:12:03 PM (7 years ago)
Author:
faina09
Message:

0.18

  • tested for WP5.0
Location:
wp-fjqgrid/trunk
Files:
2 edited

Legend:

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

    r1245429 r1989981  
    44  Plugin URI: http://wordpress.org/extend/plugins/wp-fjqgrid/
    55  Description: jqGrid porting to wordpress. Use shortcode like <code>[wpf-jqgrid table='wpf_jqgrid_sample' idtable=1 caption='name to display' editable=true]</code>
    6   Version: 0.16
     6  Version: 0.18
    77  Author: faina09
    88  Author URI: http://profiles.wordpress.org/faina09
    99  License: GPLv2 or later
    1010 */
    11 $VER = '0.17';
     11$VER = '0.18';
    1212defined( 'ABSPATH' ) OR exit;
    1313
  • wp-fjqgrid/trunk/readme.txt

    r1245429 r1989981  
    44Donate link: http://goo.gl/QzIZZ
    55Requires at least: 3.5
    6 Tested up to: 4.3
     6Tested up to: 5.0
    77Stable tag: trunk
    88License: GPLv2 or later
     
    8484
    8585== Changelog ==
     86= 0.18 =
     87* tested for WP5.0
    8688= 0.17 =
    8789* compatible with WP4.3 and PHP7.0
Note: See TracChangeset for help on using the changeset viewer.