Skip to content

Releases: ryanwelcher/advanced-query-loop

2.1.1

13 Mar 19:32
Compare
Choose a tag to compare
  • Fixes issue with multiple AQL instances having settings leaked to each other.

2.1.0

29 Dec 20:51
Compare
Choose a tag to compare
  • ACF custom fields now show in the auto-complete dropdown list for Post Meta Queries ( props to @jvanja )
  • Adds sort by Post ID ( props to @markhowellsmead )
  • Fixes a typo in the Order By label.
  • Fixes a bug where a second AQL instances was getting post meta query values from the first.

2.0.0

16 Nov 17:59
Compare
Choose a tag to compare
  • Due to a change in core, Post Count can no longer be overridden when the block is set to inherit the query.
  • Adds Exclude current post option. Props to @Pulsar-X
  • Bump Tested Up To for 6.4
  • Adds better instructions for creating extension plugins.

1.5.1

20 Sep 16:34
Compare
Choose a tag to compare

Adds EXISTS as a compare option for Post Meta Queries (props to @hasanfachrul for opening the support thread)

1.5

19 Sep 18:13
Compare
Choose a tag to compare
1.5
  • Moves all controls into a single panel titled "Advanced Query Settings".
  • Exposes SlotFills and filters to allow extension of plugin to add any featured you want.
  • Minor PHP warning fixes.

1.4.3

29 Aug 14:44
Compare
Choose a tag to compare
  • Addresses translations from https://translate.wordpress.org/ not loading. HUGE thank you to @himaartwp for opening the issue and to everyone that helped with the Japanese translation!
  • Fixes minor php warnings in the editor

1.4.2

03 Aug 19:08
Compare
Choose a tag to compare
  • Addresses an issue where noindex was being added incorrectly due to an empty parameter. Props to @pedjas for reporting.
  • Small fixes to address some PHP warnings.

1.4.1

24 Jul 19:21
Compare
Choose a tag to compare

Small fixes to address some PHP warnings.

1.4.0

22 Jun 15:48
Compare
Choose a tag to compare

Adds Menu Order to the sorting options ( props to @jvanja )

1.3.0

02 Jun 18:17
Compare
Choose a tag to compare
  • Adds support for sorting by Meta Value, Meta Value Num, and Random.
  • Adds transform to convert existing Query Loop instances into Advanced Query Loop blocks.
  • Adds a release command.
  • Adds support for querying multiple post types.