Skip to content

Commit 83796c2

Browse files
committed
Bump to 4.0.1
1 parent 730ad7a commit 83796c2

File tree

4 files changed

+11
-23
lines changed

4 files changed

+11
-23
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.0.0
6+
* Version: 4.0.1
77
* Requires at least: 6.2
88
* Requires PHP: 7.4
99
* Author: Ryan Welcher

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "advanced-query-loop",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "Query loop block variations to create custom queries.",
55
"main": "index.js",
66
"scripts": {

readme.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ Built complicated taxonomy queries!
2020

2121
Select additional post types for your query!
2222

23-
#### Post Count
24-
25-
Set the number of items you want to display (up to 50).
26-
2723
#### Include Posts
2824

2925
Choose the posts you want to display manually or only the children of the current content.
@@ -34,11 +30,7 @@ Remove the current post from the query.
3430

3531
#### Exclude posts by category
3632

37-
Choose to exclude posts from a list of categories
38-
39-
#### Offset
40-
41-
Choose whether you want to start at the first or 100th!
33+
Choose to exclude posts from a list of categories.
4234

4335
#### Post Meta Query
4436

@@ -67,7 +59,7 @@ Sort in ascending or descending order by:
6759

6860
#### Disable Pagination
6961

70-
Improve the performance of the query by disabling pagination
62+
Improve the performance of the query by disabling pagination.
7163

7264
## Extending AQL
7365

readme.txt

Lines changed: 7 additions & 11 deletions
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.7.1
6-
Stable tag: 4.0.0
6+
Stable tag: 4.0.1
77
Requires PHP: 7.4
88
License: GPL v2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -26,10 +26,6 @@ Built complicated taxonomy queries!
2626

2727
Select 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

3531
Choose 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
8274
3. 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

Comments
 (0)