Skip to content

Latest commit

 

History

History
78 lines (64 loc) · 8.31 KB

CHANGELOG.md

File metadata and controls

78 lines (64 loc) · 8.31 KB

Changelog

All notable changes to this project will be documented in this file, per the Keep a Changelog standard.

1.6.0 - 2025-02-14

Added

  • Filters for the Post UI WP_Query and WP_User_Query args (props @s3rgiosan, @rickalee via #67).
  • Apply tenup_content_connect_final_post and tenup_content_connect_final_user filters to search results (props @s3rgiosan, @webdados via #86).

Changed

Removed

Fixed

Security

1.5.0 - 2019-03-29

  • Additional filters on search REST endpoint

1.4.0 - 2019-03-25

  • Update versions to 1.4.0.

1.3.0 - 2019-03-01

  • Update npm modules + Update version to 1.3.0 for release.

1.2.0 - 2018-06-12

  • Changes the WP Query integration to reference query_vars instead of query on WP_Query objects to support alterations to the query via the pre_get_posts hook.

1.1.0 - 2018-06-12

  • Allows the $to parameter to accept an array of multiple post types in post to post relationships, so that you can relate a single post type to many post types in the same relationship.

1.0.0 - 2018-06-12

  • Initial plugin release.