Skip to content

Commit 17bf11c

Browse files
committed
Bump for 3.1.1 release
1 parent 54b654d commit 17bf11c

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

index.php

+1-1
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: 3.1.0
6+
* Version: 3.1.1
77
* Requires at least: 6.2
88
* Requires PHP: 7.4
99
* Author: Ryan Welcher

package.json

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

readme.txt

+6-1
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.5.2
6-
Stable tag: 3.1.0
6+
Stable tag: 3.1.1
77
Requires PHP: 7.4
88
License: GPL v2 or later
99
License URI: https://www.gnu.org/licenses/gpl-2.0.html
@@ -64,6 +64,11 @@ Sort in ascending or descending order by:
6464
3. Query posts before a date, after a date or between two dates.
6565

6666
== Changelog ==
67+
= 3.1.1=
68+
* Add better SVG that works in all usages
69+
* Change ranges to allow to not include the current date
70+
* Trim whitespace from title.rendered
71+
6772
= 3.1.0 =
6873
* Add dynamic date ranges to see posts from the last 1, 3, 6 and 12 months.
6974
* Insert a new instance by typing "AQL" or "aql" and pressing enter.

0 commit comments

Comments
 (0)