Skip to content

Commit 92db172

Browse files
committed
Changes for release.
1 parent 2a7cc1d commit 92db172

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-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.0.2
6+
* Version: 4.1.0
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.2",
3+
"version": "4.1.0",
44
"description": "Query loop block variations to create custom queries.",
55
"main": "index.js",
66
"scripts": {

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Sort in ascending or descending order by:
5959

6060
#### Disable Pagination
6161

62-
Improve the performance of the query by disabling pagination.
62+
Improve the performance of the query by disabling pagination. This is done automatically when there is now Pagination block in teh Post Template.
6363

6464
## Extending AQL
6565

readme.txt

Lines changed: 6 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.7.1
6-
Stable tag: 4.0.2
6+
Stable tag: 4.1.0
77
Requires PHP: 7.4
88
License: GPL v2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -75,6 +75,11 @@ Improve the performance of the query by disabling pagination.
7575

7676
== Changelog ==
7777

78+
79+
= 4.1.0=
80+
* The control for Pagination controls has been removed and now is automatically enabled/disabled based whether the Pagination block is in the template.
81+
* Bug fixes.
82+
7883
= 4.0.2=
7984
* Bug fixes
8085

0 commit comments

Comments
 (0)