Skip to content

Commit

Permalink
Bump for 3.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed Aug 7, 2024
1 parent 54b654d commit 17bf11c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Advanced Query Loop
* Description: Query loop block variations to create custom queries.
* Plugin URI: https://github.com/ryanwelcher/advanced-query-loop/
* Version: 3.1.0
* Version: 3.1.1
* Requires at least: 6.2
* Requires PHP: 7.4
* Author: Ryan Welcher
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "advanced-query-loop",
"version": "3.1.0",
"version": "3.1.1",
"description": "Query loop block variations to create custom queries.",
"main": "index.js",
"scripts": {
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: welcher
Tags: Query Loop, Custom Queries
Requires at least: 6.2
Tested up to: 6.5.2
Stable tag: 3.1.0
Stable tag: 3.1.1
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -64,6 +64,11 @@ Sort in ascending or descending order by:
3. Query posts before a date, after a date or between two dates.

== Changelog ==
= 3.1.1=
* Add better SVG that works in all usages
* Change ranges to allow to not include the current date
* Trim whitespace from title.rendered

= 3.1.0 =
* Add dynamic date ranges to see posts from the last 1, 3, 6 and 12 months.
* Insert a new instance by typing "AQL" or "aql" and pressing enter.
Expand Down

0 comments on commit 17bf11c

Please sign in to comment.