Plugin Directory

Changeset 1160259


Ignore:
Timestamp:
05/14/2015 08:39:38 AM (11 years ago)
Author:
faina09
Message:

fix version number in generated comments

File:
1 edited

Legend:

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

    r1159906 r1160259  
    22/*
    33  Plugin Name: WPF-jqGrid
    4   Plugin URI: http://wordpress.org/extend/plugins/wpf-jqgrid/
     4  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>
    66  Version: 0.16
     
    99  License: GPLv2 or later
    1010 */
    11 $VER = '0.15';
     11$VER = '0.16';
    1212defined( 'ABSPATH' ) OR exit;
    1313
Note: See TracChangeset for help on using the changeset viewer.