Skip to content

Commit d651a10

Browse files
committed
Bump for 4.2.0 release/
1 parent 6ba5df4 commit d651a10

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {
@@ -31,7 +31,6 @@
3131
"@wordpress/scripts": "^24.6.0"
3232
},
3333
"dependencies": {
34-
"19": "^0.0.0",
3534
"uuid": "^9.0.0"
3635
}
3736
}

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: welcher
33
Tags: Query Loop, Custom Queries
44
Requires at least: 6.2
55
Tested up to: 6.8.1
6-
Stable tag: 4.1.2
6+
Stable tag: 4.2.0
77
Requires PHP: 7.4
88
License: GPL v2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -74,6 +74,10 @@ Improve the performance of the query by disabling pagination.
7474
3. 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.

0 commit comments

Comments
 (0)