Changed: Now use wp_remote_get() instead of file_get_contents();
Changed: Method name from get_easy_table_option() to option(), not affected to the usability
Changed: .header class for thead changed to .easy-table-header to minimize conflict possibility with other CSS.
Changed: path to jquery.tablesorter to /js and combined with jquery metadata
Added: jquery.metadata.js to set additional sorting option
Added: themes selector
Added: css/easy-table.css for general basic styling
Added: New sort parameter on table eg. [table sort="desc,asc"]
Added: New sort attr on cell for default sorting, attr sort="desc", attr sort="desc", attr sort="false"
Added: htaccess file to prevent directory listing on plugin path.
Added: Compatibility with WordPress 3.4.1
Improved: CSS for arrow up/down, arrow now only visible on mouseover or if column is sorted.
0.7
Fixed: Enclosure in the first column does not work.
Added: Compatibility with WordPress 3.4
Fixed: Missing enclosure parameter in PHP < 5.3.0
0.6.1
Fixed: Accidentally add unused character to the table
0.6
Fixed: Missing tbody opening tag on some condition
Fixed: Duplicate unit of width attribute
0.5
Added: Ability to set attribute for each cell.
Added: Support and About tab in plugin options page.
Fixed: Table width attribute not work.
Removed: Equalize the number of columns in each row.
0.4
Fixed: Option value can't override default value if option value is empty (if checkbox is unchecked).
Added: Optionally, tfoot now can be taken from last row. Example usage: [table tf="last"]somedata[/table]
0.3
Improved: Option form now filled out with default value if there are no options saved in database and you don't need to save option to get the plugin to works.
Added: Option to select where script and style should be loaded, eg. if only in single page.
Added: tf parameter for tfoot, now you can set up tfoot for your table, tfoot picked up from 2nd row of the data, usage example [table tf="1"]data[/table]
Added: Credit link to Twitter Bootstrap and tablesorter jQuery plugin.
0.2
Fixed: Backward compatibility of str_getcsv that just not work in the version 0.1, now plugin should runs on PHP 5.2
Fixed: Table now has 'table' class even when 'tablesorter' is not enabled.
0.1
First release
Requires: 3.0 or higher Compatible up to: 3.5.1 Last Updated: 2013-5-13 Downloads: 87,639