Skip to content

Commit 4ba3c2c

Browse files
committed
Release 4.4.0
1 parent e2d6d56 commit 4ba3c2c

File tree

3 files changed

+15
-3
lines changed

3 files changed

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

readme.txt

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: welcher
33
Tags: Query Loop, Custom Queries, Advanced Queries, Post Meta, Taxonomy
44
Requires at least: 6.2
55
Tested up to: 6.9
6-
Stable tag: 4.3.0
6+
Stable tag: 4.4.0
77
Requires PHP: 7.4
88
License: GPL v2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -157,6 +157,18 @@ Advanced Query Loop is built with developers in mind:
157157

158158
== Changelog ==
159159

160+
= 4.4.0 =
161+
* Add transient caching for query results and related UI control.
162+
* Add current post ID and post type to context for SlotFill extensions.
163+
* Add E2E tests using Playground and expand unit test coverage.
164+
* Add static linting for PHP and JavaScript.
165+
* Fix and improve caching controls.
166+
* Fix TypeError crash when window.aql.allowedControls is undefined.
167+
* Fix Exclude Current Post for synced patterns and templates.
168+
* Fix Post ID ordering not working on the frontend.
169+
* Fix post meta fetching to include all selected post types.
170+
* Small fixes to pass Plugin Check plugin tests.
171+
160172
= 4.3.0 =
161173
* Exclude posts (props @darylldoyle, @Pulsar-X).
162174
* Updated Post Meta Query UI

0 commit comments

Comments
 (0)