Skip to content

Releases: Upstatement/jigsaw

Correcting version numberings

Choose a tag to compare

@jarednova jarednova released this 08 Feb 15:08

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

Auto deploy to wp.org

Choose a tag to compare

@jarednova jarednova released this 08 Feb 15:03

This should automatically deploy to wp.org

Apply Column Sorting Logic

Choose a tag to compare

@jarednova jarednova released this 08 Feb 14:48
1c47f13

Allow for sorting of columns!

Readme updates

Choose a tag to compare

@jarednova jarednova released this 12 Nov 22:40
4a87db4
0.8.1

Update version number

Sortable Columns (for users)

Choose a tag to compare

@jarednova jarednova released this 17 Mar 02:08
  • added #19 and #18 — thanks @arenddeboer. Things brings the same amazing sorting functionality to user fields

Sortable columns

Choose a tag to compare

@jarednova jarednova released this 27 Feb 14:18

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

Choose a tag to compare

@jarednova jarednova released this 26 Jan 14:59
0.6.2

Correct method visibility error

Fixed PHP error

Choose a tag to compare

@jarednova jarednova released this 26 Jan 14:09

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

User Columns

Choose a tag to compare

@jarednova jarednova released this 26 Jan 00:34

Fixed warnings

Choose a tag to compare

@jarednova jarednova released this 09 Aug 01:37
0.5.1

corrected some warnings in JigsawPermalinks -- up version number