File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 33 * Plugin Name: Advanced Query Loop
44 * Description: Query loop block variations to create custom queries.
55 * Plugin URI: https://github.com/ryanwelcher/advanced-query-loop/
6- * Version: 4.1.2
6+ * Version: 4.2.0
77 * Requires at least: 6.2
88 * Requires PHP: 7.4
99 * Author: Ryan Welcher
Original file line number Diff line number Diff line change 11{
22 "name" : " advanced-query-loop" ,
3- "version" : " 4.1.2 " ,
3+ "version" : " 4.2.0 " ,
44 "description" : " Query loop block variations to create custom queries." ,
55 "main" : " index.js" ,
66 "scripts" : {
3131 "@wordpress/scripts" : " ^24.6.0"
3232 },
3333 "dependencies" : {
34- "19" : " ^0.0.0" ,
3534 "uuid" : " ^9.0.0"
3635 }
3736}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Contributors: welcher
33Tags: Query Loop, Custom Queries
44Requires at least: 6.2
55Tested up to: 6.8.1
6- Stable tag: 4.1.2
6+ Stable tag: 4.2.0
77Requires PHP: 7.4
88License: GPL v2 or later
99License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -74,6 +74,10 @@ Improve the performance of the query by disabling pagination.
74743. Query posts before a date, after a date or between two dates.
7575
7676== Changelog ==
77+ = 4.2.0=
78+ * Fix taxonomy pagination limit (props @NickOrtiz).
79+ * Allow controls to be filtered at the code level.
80+
7781= 4.1.2=
7882* Harden up the code to remove a warning.
7983* Resurrect the disable pagination toggle.
You can’t perform that action at this time.
0 commit comments