From 48af635552069feb5de1cc3054c71742fc7819fc Mon Sep 17 00:00:00 2001 From: Ryan Welcher Date: Mon, 29 Apr 2024 09:18:46 -0400 Subject: [PATCH] Bump to version 2.2.4 --- index.php | 2 +- package.json | 2 +- readme.txt | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/index.php b/index.php index 5983736..0776b76 100644 --- a/index.php +++ b/index.php @@ -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.2.3 + * Version: 2.2.4 * Requires at least: 6.1 * Requires PHP: 7.2 * Author: Ryan Welcher diff --git a/package.json b/package.json index 7a20ed6..06b419a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "advanced-query-loop", - "version": "2.2.3", + "version": "2.2.4", "description": "", "main": "index.js", "scripts": { diff --git a/readme.txt b/readme.txt index 8849eb0..5f31284 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: welcher Tags: Query Loop, Custom Queries Requires at least: 6.2 Tested up to: 6.5.2 -Stable tag: 2.2.3 +Stable tag: 2.2.4 Requires PHP: 7.2 License: GPL v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -63,6 +63,9 @@ Sort in ascending or descending order by: 3. Query posts before a date, after a date or between two dates. == Changelog == += 2.2.4 = +* Fixes an issue with the Exclude Current Post toggle causing the block to crash in some circumstances + = 2.2.3 = * Adds a Include Posts tool to allow manual curation of content to display (@props jenniferfarhat)