Skip to content

Commit

Permalink
Bump to version 2.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwelcher committed Apr 24, 2024
1 parent 103352c commit 69ab692
Show file tree
Hide file tree
Showing 4 changed files with 10 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: 2.1.3
* Version: 2.2.3
* Requires at least: 6.1
* Requires PHP: 7.2
* 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": "2.1.3",
"version": "2.2.3",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ Select additional post types for your query!

Set the number of items you want to display (up to 50).

#### Include Posts

Choose the posts you want to display manually.

#### Exclude current post

Remove the current post from the query.
Expand Down
5 changes: 4 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.4
Stable tag: 2.1.3
Stable tag: 2.2.3
Requires PHP: 7.2
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -55,6 +55,9 @@ Sort in ascending or descending order by:
3. Query posts before a date, after a date or between two dates.

== Changelog ==
= 2.2.3 =
* Adds a Include Posts tool to allow manual curation of content to display (@props jenniferfarhat)

= 2.1.3 =
* Fixes issues in PHP 8 and the date query. (props @krokodok)

Expand Down

0 comments on commit 69ab692

Please sign in to comment.