File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 3
3
* Plugin Name: Advanced Query Loop
4
4
* Description: Query loop block variations to create custom queries.
5
5
* Plugin URI: https://github.com/ryanwelcher/advanced-query-loop/
6
- * Version: 3.0.0
6
+ * Version: 3.0.1
7
7
* Requires at least: 6.2
8
8
* Requires PHP: 7.4
9
9
* Author: Ryan Welcher
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " advanced-query-loop" ,
3
- "version" : " 3.0.0 " ,
3
+ "version" : " 3.0.1 " ,
4
4
"description" : " Query loop block variations to create custom queries." ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Contributors: welcher
3
3
Tags: Query Loop, Custom Queries
4
4
Requires at least: 6.2
5
5
Tested up to: 6.5.2
6
- Stable tag: 3.0.0
6
+ Stable tag: 3.0.1
7
7
Requires PHP: 7.4
8
8
License: GPL v2 or later
9
9
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -65,6 +65,9 @@ Sort in ascending or descending order by:
65
65
3. Query posts before a date, after a date or between two dates.
66
66
67
67
== Changelog ==
68
+ = 3.0.1 =
69
+ * Addresses some PHP fatal errors caused by type hinting.
70
+
68
71
= 3.0.0 =
69
72
* Add Sorting by Included Posts IDs.
70
73
* Add sorting by Comment Count.
You can’t perform that action at this time.
0 commit comments