Releases: JUVOJustin/bricks-custom-query
Releases · JUVOJustin/bricks-custom-query
1.0.6
What's Changed
- Implemented Multisite Control by @lauratheq in #4
- Fix/wrongly typed query param by @JUVOJustin in #8
New Contributors
- @lauratheq made their first contribution in #4
Full Changelog: 1.0.5...1.0.6
1.0.5
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
What's Changed
- Feature/remove global after loop by @JUVOJustin in #2
New Contributors
- @JUVOJustin made their first contribution in #2
Full Changelog: 1.0.3...1.0.4
1.0.3
- 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
- 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
- Register queries on "wp" instead of "init"
- Remove unused cache config_flag
1.0.0
Clearify example