Changeset 1989981
- Timestamp:
- 12/09/2018 03:12:03 PM (7 years ago)
- Location:
- wp-fjqgrid/trunk
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-fjqgrid/trunk/index.php
r1245429 r1989981 4 4 Plugin URI: http://wordpress.org/extend/plugins/wp-fjqgrid/ 5 5 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.1 66 Version: 0.18 7 7 Author: faina09 8 8 Author URI: http://profiles.wordpress.org/faina09 9 9 License: GPLv2 or later 10 10 */ 11 $VER = '0.1 7';11 $VER = '0.18'; 12 12 defined( 'ABSPATH' ) OR exit; 13 13 -
wp-fjqgrid/trunk/readme.txt
r1245429 r1989981 4 4 Donate link: http://goo.gl/QzIZZ 5 5 Requires at least: 3.5 6 Tested up to: 4.36 Tested up to: 5.0 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 84 84 85 85 == Changelog == 86 = 0.18 = 87 * tested for WP5.0 86 88 = 0.17 = 87 89 * compatible with WP4.3 and PHP7.0
Note: See TracChangeset
for help on using the changeset viewer.