Skip to content

Releases: JUVOJustin/bricks-custom-query

1.0.6

27 Sep 14:07
5404f20

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.5...1.0.6

1.0.5

02 Mar 11:21
adcc876

Choose a tag to compare

Add: fix_empty_post_ins function and flag to automatically fix empty __in query arguments. This avoids returning all objects instead of none
Improve: The callback for native WordPress data types allows returning false or WP_Error objects which causes to return no results at all

Full Changelog: 1.0.4...1.0.5

1.0.4

29 Feb 14:36
00b8b2d

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.3...1.0.4

1.0.3

22 Feb 19:13
36331a2

Choose a tag to compare

  • Fixed: Enabled disabling per_page_control through parameter adjustments.
  • Improved: Loop processing is now restricted to the relevant scope. Additionally, loops classified under Query_Type::Other will automatically globalize the current object, denoted by appending "_obj" to the query name.

1.0.2

20 Feb 19:29
dd700ea

Choose a tag to compare

  • Fix: "wp" hook was later than needed for the controls callback of bricks. Therefore, the "pre_get_posts" hook is now used

1.0.1

20 Feb 18:48
7fadbc8

Choose a tag to compare

  • Register queries on "wp" instead of "init"
  • Remove unused cache config_flag

1.0.0

20 Feb 12:56

Choose a tag to compare

Clearify example