Releases: ryanwelcher/advanced-query-loop
Releases · ryanwelcher/advanced-query-loop
4.4.0
What’s Changed
🚀 Features
- Fix and improve caching controls (#155) @ryanwelcher
- Add current post ID and type to context (#154) @ryanwelcher
- Comprehensive unit test improvements and expansion (#152) @ryanwelcher
- E2E Tests using Playground (#121) @ryanwelcher
- Add transient caching to AQL instances and related control (#136) @ryanwelcher
- Add static linting for PHP and JavaScript (#135) @ryanwelcher
🐛 Bug Fixes
- Fix Exclude current post for synced patterns and template. (#153) @ryanwelcher
- Fix: Post ID ordering not working on frontend (#151) @ryanwelcher
- Small fixes to pass Plugin Check Plugin tests. (#150) @ryanwelcher
- Get post meta for all selected post types (#141) @ryanwelcher
- Fix TypeError crash when window.aql.allowedControls is undefined (#156) @ryanwelcher
4.3.0
What’s Changed
🚀 Features
- Post Meta Query updates (#127) @ryanwelcher
- Feature/exclude posts (#132) @darylldoyle @Pulsar-X
🐛 Bug Fixes
- Child pages trait was not being called (#134) @ryanwelcher
4.2.0
What’s Changed
🚀 Features
- Allow controls to be filtered at the code level (#126) @ryanwelcher
🐛 Bug Fixes
- Fix taxonomy pagination limit - addresses #124 (#125) @NickOrtiz
4.1.2
What’s Changed
🐛 Bug Fixes
- Resurrect the pagination toggle control. (#118) @ryanwelcher
- Harden up the code to stop some warnings being fired. (#120) @ryanwelcher
4.1.1
What’s Changed
🚀 Features
🐛 Bug Fixes
- Decode entities in the FormTokenField for post inclusion. (#117) @ryanwelcher
- Fix post type merge issue to retain default post type on frontend (#112) @mehidi258
4.1.0
What’s Changed
🚀 Features
Determine if no_found_rows should be enabled based on existence of core/pagination block (#98) @ryanwelcher
🐛 Bug Fixes
Fix warning when the term entered doesn't exist. (#107) @ryanwelcher
Check the user to be sure they can see the site options. (#108) @ryanwelcher
4.0.2
What’s Changed
🐛 Bug Fixes
- Don't render the post curation component if the selected post types doesn't support titles (#104) @ryanwelcher
- Loosen the check to allow for inherit to be undefined. (#105) @ryanwelcher
4.0.1
What’s Changed
Huge thanks to @gvgvgvijayan for the PRs to clean up my mess :)
🐛 Bug Fixes
- Update pagination-toggle.js (#95) @gvgvgvijayan
- Remove duplicate props __nextHasNoMarginBottom (#97) @gvgvgvijayan
4.0.0
What’s Changed
🚀 Features
- Taxonomy Builder (#90) @ryanwelcher
- Show children of current item only (#89) @ryanwelcher
- Date Controls: Add before and after current date controls. (#87) @ryanwelcher
- Make better decisions. (#92) @ryanwelcher
3.2.0
What’s Changed
🚀 Features
- Deprecate controls that were merged into Gutenberg 19 (#81) @ryanwelcher
- Adds control to exclude categories (#84) @ryanwelcher
- Add control to disable pagination (#86) @ryanwelcher
🐛 Bug Fixes
- Fix fatal when post include array was empty (#86) @ryanwelcher