From 40e17e4075da75c1160b8b086ce34ef7c35c0edc Mon Sep 17 00:00:00 2001 From: samuelreichor Date: Sat, 23 Nov 2024 16:49:50 +0100 Subject: [PATCH] Add 1.1.2 Release --- CHANGELOG.md | 4 +++- composer.json | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e121858..acecd34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,8 @@ - Minimize json response data by deleting metadata that is not really useful. - Fix a bug of the entry transformer when entries without section get queried. -## 1.1.2 - 2024-11-16 +## 1.1.2 - 2024-11-23 - Add support for level, sectionId and type for entry queries. +- Add `EVENT_REGISTER_FIELD_TRANSFORMERS` for defining custom field transformer. +- Update Readme Typo diff --git a/composer.json b/composer.json index f39b9e0..3691f82 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "Speeds up development in headless mode with custom fetch queries", "type": "craft-plugin", "license": "MIT", - "version": "1.1.1", + "version": "1.1.2", "support": { "email": "samuelreichor@gmail.com", "issues": "https://github.com/samuelreichor/craft-query-api/issues?state=open",