Skip to content

Releases: johnbillion/extended-cpts

4.0.1

28 Aug 22:02
Compare
Choose a tag to compare
  • Fix a bug that prevented admin filters from being used since the merge of the Extended Taxonomies library.

4.0.0

28 Aug 16:14
Compare
Choose a tag to compare
  • Extended Taxonomies library has been merged in.
  • Allow Composer autoloading (extended-cpts.php is specified as an autoloaded file).
  • Bump minimum supported PHP version to 7.0.
  • Bump minimum supported WordPress version to 4.8.
  • Remove the funky init hook handling to bring functionality inline with core's register_post_type() and register_taxonomy().
  • Use the connection field title for P2P connection column headings when possible.

3.2.1

11 Jun 21:38
Compare
Choose a tag to compare
  • Correctly pass through the filtered arguments to the admin class. Fixes #62.

3.2.0

06 Apr 15:14
Compare
Choose a tag to compare
  • Fix bug with p2p admin columns
  • Fix to allow for 'date_format' to be used on 'post_field' date columns.
  • Exclude non-essential files in .gitattributes

3.1.0

21 Mar 18:26
Compare
Choose a tag to compare
  • Add the view_items and attributes labels added in WordPress 4.7.
  • Add an action after the extended CPT instance is set up, to allow access to the instance from elsewhere.

3.0.3

26 Jul 14:46
Compare
Choose a tag to compare
  • Remove stdClass type hinting to support the WP_Post_Type class introduced in WP 4.6.
  • Ensure the value passed to the default_{$tax} filter is a string by default.

3.0.2

26 Jul 14:47
Compare
Choose a tag to compare
  • Correctly escape the URL used in the At A Glance dashboard widget.

3.0.1

26 Jul 14:47
Compare
Choose a tag to compare
  • Add some missing escaping and make some code standards tweaks.

3.0.0

26 Jul 14:47
Compare
Choose a tag to compare
  • Bump the minimum supported WordPress version to 4.4.
  • Extended CPTs no longer contains a plugin header, reinforcing the fact this is a developer library.
  • Allow the options parameter of the admin filters to be an associative array of values and their labels.
  • Update the rewrite rule tests to work in WordPress 4.4.
  • Remove the functionality which adds post type archives to nav menus as this is natively supported in WordPress 4.4.
  • Implement a workaround for WordPress core bug #35089.

2.5.2

26 Jul 14:47
Compare
Choose a tag to compare
  • Fix admin columns for P2P connections.
  • Fix featured image box when extending core post types
  • Avoid referencing non-existent permastructs when extending built-in post types.