From 47611c57466f49f603f004eaec2313b1c2767050 Mon Sep 17 00:00:00 2001 From: Lukas Spreitzer Date: Thu, 28 Nov 2024 13:34:23 +0100 Subject: [PATCH] Prepare version 2.1.0 --- CHANGELOG.md | 5 +++++ ext_emconf.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c6951d8..588516d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.1.0] - 28-11-2024 + +### Added +- Add support for frame-ancestors CSP directive + ## [2.0.0] - 22-10-2024 ### Added diff --git a/ext_emconf.php b/ext_emconf.php index 8a12f62..ef0b92d 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ 'author_company' => 'LimeSoda Interactive Marketing GmbH', 'state' => 'stable', 'clearCacheOnLoad' => true, - 'version' => '2.0.0', + 'version' => '2.1.0', 'constraints' => [ 'depends' => [ 'typo3' => '13.4.0-13.4.99',