Skip to content

Releases: Upstatement/jigsaw

Correcting version numberings

08 Feb 15:08
Compare
Choose a tag to compare

This corrects other version number inconsistencies to get everything set to deploy to WP.org!

Auto deploy to wp.org

08 Feb 15:03
Compare
Choose a tag to compare

This should automatically deploy to wp.org

Apply Column Sorting Logic

08 Feb 14:48
1c47f13
Compare
Choose a tag to compare

Allow for sorting of columns!

Readme updates

12 Nov 22:40
4a87db4
Compare
Choose a tag to compare
0.8.1

Update version number

Sortable Columns (for users)

17 Mar 02:08
Compare
Choose a tag to compare
  • added #19 and #18 — thanks @arenddeboer. Things brings the same amazing sorting functionality to user fields

Sortable columns

27 Feb 14:18
Compare
Choose a tag to compare

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

26 Jan 14:59
Compare
Choose a tag to compare
0.6.2

Correct method visibility error

Fixed PHP error

26 Jan 14:09
Compare
Choose a tag to compare

Fixed error where Jigsaw was calling self but PHP 5.3 has a diff't idea of what "self" means

User Columns

26 Jan 00:34
Compare
Choose a tag to compare

Fixed warnings

09 Aug 01:37
Compare
Choose a tag to compare
0.5.1

corrected some warnings in JigsawPermalinks -- up version number