All notable changes to this project will be documented in this file, per the Keep a Changelog standard.
Unreleased - TBD
1.6.0 - 2025-02-14
- Filters for the Post UI
WP_Query
andWP_User_Query
args (props @s3rgiosan, @rickalee via #67). - Apply
tenup_content_connect_final_post
andtenup_content_connect_final_user
filters to search results (props @s3rgiosan, @webdados via #86).
- Bump WordPress "tested up to" version to 6.7 (props @s3rgiosan, @jeffpaul, @benlk, @webdados via #80).
- Set WordPress minimum supported version to 6.5 (props @s3rgiosan, @jeffpaul, @benlk, @webdados via #80).
- Set PHP minimum supported version to 7.4 (props @s3rgiosan, @jeffpaul, @benlk, @webdados via #80).
- Documentation updates (props @jeffpaul, @moraleida, @dinhtungdu via #38, #39, #47, #60).
- Remove
ip
package dependency (props @dependabot via #90).
- Item deletion in search (props @kirtangajjar, @s3rgiosan via #70).
- Check if
$post
is instance of\WP_Post
before adding meta boxes (props @s3rgiosan, @webdados, (@rickalee) via #77).
- Bump
lodash.mergewith
from 4.6.1 to 4.6.2 (props @dependabot via #40). - Bump
lodash
from 4.17.11 to 4.17.21 (props @dependabot via #41, #52, #56). - Bump
tar
from 2.2.1 to 4.4.19 (props @dependabot via #42, #64). - Bump
fstream
from 1.0.11 to 1.0.12 (props @dependabot via #43). - Bump
mixin-deep
from 1.3.1 to 1.3.2 (props @dependabot via #44). - Bump
acorn
from 6.1.1 to 6.4.1 (props @dependabot via #48). - Bump
elliptic
from 6.4.1 to 6.6.1 (props @dependabot via #51, #54, #89). - Bump
node-sass
from 4.11.0 to 9.0.0 (props @dependabot via #53, #63, #73, #89). - Bump
y18n
from 3.2.1 to 3.2.2 (props @dependabot via #55). - Bump
hosted-git-info
from 2.8.8 to 2.8.9 (props @dependabot via #57). - Bump
path-parse
from 1.0.6 to 1.0.7 (props @dependabot via #58). - Bump
cached-path-relative
from 1.0.2 to 1.1.0 (props @dependabot via #61). - Bump
ini
from 1.3.5 to 1.3.8 (props @dependabot via #62). - Bump
decode-uri-component
from 0.2.0 to 0.2.2 (props @dependabot via #68). - Bump
minimatch
from 3.0.4 to 3.0.8 (props @dependabot via #72). - Bump
scss-tokenizer
from 0.2.3 to 0.4.3 (props @dependabot via #73). - Bump
minimist
from 1.2.0 to 1.2.8 (props @dependabot via #88). - Bump
mkdirp
from 0.5.1 to 0.5.6 (props @dependabot via #88). - Bump
vue-resource
from 1.3.4 to 1.5.3 (props @dependabot via #89). - Bump
watchify
from 3.11.1 to 4.0.0 (props @dependabot via #89). - Bump
braces
from 2.3.2 to 3.0.3 (props @dependabot via #89). - Bump
browserify-sign
from 4.0.4 to 4.2.3 (props @dependabot via #89). - Bump
fsevents
from 1.2.7 to 2.3.3 (props @dependabot via #89). - Bump
got
from 7.1.0 to 11.8.6 (props @dependabot via #89). - Bump
shell-quote
from 1.6.1 to 1.8.2 (props @dependabot via #89). - Bump
socks
from 2.7.1 to 2.8.4 (props @dependabot via #90).
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 ofquery
onWP_Query
objects to support alterations to the query via thepre_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.