Releases: Upstatement/jigsaw
Releases · Upstatement/jigsaw
Correcting version numberings
Auto deploy to wp.org
This should automatically deploy to wp.org
Apply Column Sorting Logic
Allow for sorting of columns!
Readme updates
0.8.1 Update version number
Sortable Columns (for users)
- added #19 and #18 — thanks @arenddeboer. Things brings the same amazing sorting functionality to user fields
Sortable columns
You can now sort columns based on custom field data...
So here's the catch: WordPress can only sort on things accessible to WP_Query (like a meta key). BUT if you're sorting on a meta key, awesome! just add this code..
Jigsaw::sort_column($post_types, $label, $meta_key, $numeric);
For example...
Jigsaw::sort_column('book', 'ISBN', 'isbn', true);
Jigsaw::sort_column('post', 'Location', 'location_name');
Fixed Method visibility error
0.6.2 Correct method visibility error
Fixed PHP error
Fixed error where Jigsaw was calling self
but PHP 5.3 has a diff't idea of what "self" means
User Columns
- Add a column to the users table, read the docs
Fixed warnings
0.5.1 corrected some warnings in JigsawPermalinks -- up version number