1.6.8
Added
- New hook
dt_get_pull_content_rest_query_args
to filterWP_Query
args for thelist-pull-content
REST endpoint (props @theskinnyghost, @dkotter via #839).
Changed
- Clear out a user's authorized site list instead of rebuilding it on site changes (props @dkotter , @cadic via #829).
Fixed
- Ensure the connection information we have is valid prior to using that for deletion (props @dkotter, @LucyTurtle via #830).
- Ensure users can enter a per page limit of greater than 100 and have that properly used on the Pull Content screen for External Connections (props @dkotter, @iamdharmesh, @jmstew3 via #831).
- Ensure the Snippets tutorials have a proper height (props @dkotter, @pcrumm via #836).
Security
- Bump
actions/checkout
in GitHub Action workflow files from v1/v2 to v2.4.0 (props @faisal-alvi via #828).