Changeset 951733
- Timestamp:
- 07/20/2014 06:21:47 AM (11 years ago)
- Location:
- wp-fjqgrid/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
wp-fjqgrid/trunk/index.php
r887078 r951733 4 4 Plugin URI: http://wordpress.org/extend/plugins/wpf-jqgrid/ 5 5 Description: jqGrid porting to wordpress 6 Version: 0.1 16 Version: 0.12 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 1';11 $VER = '0.12'; 12 12 defined( 'ABSPATH' ) OR exit; 13 13 -
wp-fjqgrid/trunk/readme.txt
r887078 r951733 4 4 Donate link: http://goo.gl/QzIZZ 5 5 Requires at least: 3.5 6 Tested up to: 3.96 Tested up to: 4.0 7 7 Stable tag: trunk 8 8 License: GPLv2 or later … … 74 74 75 75 == Changelog == 76 = 0.12 = 77 * WP 4.0 76 78 = 0.11 = 77 79 * deprecated mysql_ calls removed, use mysqli 78 80 * wp 3.9 compatible 79 80 81 = 0.10 = 81 82 * sortby=field,asc|desc into shortcode 82 83 * ATTENTION: renamed, need resave setup page and rename shortcode to [wpf-jqgrid] 83 84 84 = 0.09 = 85 85 * admin-ajax.php path fix (tnx to michael walker) 86 87 86 = 0.08 = 88 87 * js fix 89 88 * reformat code 90 91 89 = 0.07 = 92 90 * minor fix (quotes, empty vars,..) 93 91 * better log for debug 94 95 92 = 0.06 = 96 93 * any field (but only one) can be PK … … 98 95 * add role (converted to capability) required to edit a table 99 96 * some formatting added 100 101 97 = 0.05 = 102 98 * fast and simplified first run 103 99 * fix key field name and usage 104 100 * edit date format 105 106 101 = 0.04 = 107 102 * create tables from backend 108 103 * fast startup parameters on setup page 109 110 104 = 0.03 = 111 105 * fix - better readme 112 113 106 = 0.02 = 114 107 * edit/delete/insert on popup window 115 116 108 = 0.01 = 117 109 * Initial release of plugin. … … 121 113 = 0.09 = 122 114 * admin-ajax.php path fix (tnx to michael walker) 123 124 115 = 0.05 = 125 116 * fast and simplified first run 126 127 117 = 0.02 = 128 118 * edit/delete/insert on popup window
Note: See TracChangeset
for help on using the changeset viewer.