Releases: 10up/wp-content-connect
Releases · 10up/wp-content-connect
1.6.0
Added
- 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).
Changed
- 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).
Removed
- Remove
ip
package dependency (props @dependabot via #90).
Fixed
- 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).
Security
- 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).
New Contributors
- @jeffpaul made their first contribution in #38
- @dependabot made their first contribution in #40
- @dinhtungdu made their first contribution in #47
- @kirtangajjar made their first contribution in #70
Full Changelog: 1.5.0...1.6.0.
View closed items in the milestone.
1.5.0
Merge pull request #35 from s3rgiosan/feature/add-rest-endpoint-filters Additional filters on search REST endpoint
1.4.0
Update versions to 1.4.0
1.3.0
Update npm modules + Update version to 1.3.0 for release
1.2.0
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
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
Initial Release