@@ -3,7 +3,7 @@ Contributors: welcher
33Tags: Query Loop, Custom Queries
44Requires at least: 6.2
55Tested up to: 6.7.1
6- Stable tag: 4.0.0
6+ Stable tag: 4.0.1
77Requires PHP: 7.4
88License: GPL v2 or later
99License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -26,10 +26,6 @@ Built complicated taxonomy queries!
2626
2727Select additional post types for your query!
2828
29- ==== Post Count ====
30-
31- Set the number of items you want to display (up to 50).
32-
3329==== Include Posts ====
3430
3531Choose the posts you want to display manually or only the children of the current content.
@@ -40,11 +36,7 @@ Remove the current post from the query.
4036
4137==== Exclude posts by category ====
4238
43- Choose to exclude posts from a list of categories
44-
45- ==== Offset ====
46-
47- Choose whether you want to start at the first or 100th!
39+ Choose to exclude posts from a list of categories.
4840
4941==== Post Meta Query ====
5042
@@ -73,7 +65,7 @@ Sort in ascending or descending order by:
7365
7466==== Disable Pagination ====
7567
76- Improve the performance of the query by disabling pagination
68+ Improve the performance of the query by disabling pagination.
7769
7870== Screenshots ==
7971
@@ -82,6 +74,10 @@ Improve the performance of the query by disabling pagination
82743. Query posts before a date, after a date or between two dates.
8375
8476== Changelog ==
77+
78+ = 4.0.1 =
79+ * A few small bug fixes courtesy of @gvgvgvijayan
80+
8581= 4.0.0 =
8682* Introducing the new Taxonomy Builder!
8783* Show children of current item only.
0 commit comments