From 9cb948047d706f6174b6ed49def8275d299f8f33 Mon Sep 17 00:00:00 2001 From: Riny van Tiggelen Date: Wed, 5 Jul 2023 14:52:06 +0200 Subject: [PATCH] [RELEASE] Version 9.0.1 --- CHANGELOG.md | 2 +- ext_emconf.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a73297..aa0fec9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ This changelog is according to [Keep a Changelog](http://keepachangelog.com). All notable changes to this project will be documented in this file. We will follow [Semantic Versioning](http://semver.org/). -## UNRELEASED +## 9.0.1 July 6, 2023 ### Fixed - Content Security Policy issues in CMS12 by adding extra parameter within BackendYoastConfig and removing unnecessary inline code within FocusKeywordAnalysis.html - Removed loading of `extended-list-widget.min.css` within `PageOverviewWidget` diff --git a/ext_emconf.php b/ext_emconf.php index 04187ef8..810c3d0b 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -9,7 +9,7 @@ 'clearCacheOnLoad' => 0, 'state' => 'stable', 'uploadfolder' => 0, - 'version' => '9.0.0', + 'version' => '9.0.1', 'constraints' => [ 'depends' => [ 'typo3' => '10.4.0-12.4.99',