From dbc1e71681ea64e46e31460eee45afdf7fa3338f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6rner?= Date: Wed, 10 Jan 2024 16:54:54 +0100 Subject: [PATCH] prepared 3.0.0-beta3 --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e276ab1..a154654b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,6 @@ All notable changes to this project will be documented in this file. - - ## [3.0.0] - TBD This version is a complete reworked version of utils bundle. The goal was to have a non-inversive bundle of useful helpers for contao. @@ -24,6 +22,10 @@ More specific changes, but not limited to: - Removed: UrlUtil::removeQueryStringParameterToUrl() - Removed: a lot of not used dependencies +## [3.0.0-beta3] - 2024-01-10 +Merge changes from 2.234.1: +- Fixed: missing title in entity finder block_module output + ## [3.0.0-beta2] - 2024-01-09 Merge changes from 2.234.0: - Added: find*ByInserttag methods to EntityFinderHelper