From fd719cbe961236af52d28f8f62d5ecacc0c3676d Mon Sep 17 00:00:00 2001 From: Lukas Spreitzer Date: Thu, 20 Apr 2023 12:23:34 +0200 Subject: [PATCH] Prepare version 1.2.0 --- CHANGELOG.md | 5 +++++ ext_emconf.php | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ec1da2..580f22d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.2.0] - 20-04-2023 + +### Added +- Add support for nonces (for further information check the [README](README.md)) + ## [1.1.0] - 29-03-2023 ### Changed diff --git a/ext_emconf.php b/ext_emconf.php index e3dcb22..16f106c 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ 'author_company' => 'LimeSoda Interactive Marketing GmbH', 'state' => 'stable', 'clearCacheOnLoad' => true, - 'version' => '1.1.0', + 'version' => '1.2.0', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-12.9.99',