From b5794d1e7128aeaeb0b2fe22444a42a9fca2b325 Mon Sep 17 00:00:00 2001 From: Riny van Tiggelen Date: Tue, 10 Aug 2021 09:23:01 +0200 Subject: [PATCH] [RELEASE] Version 7.2.3 --- CHANGELOG.md | 4 ++++ ext_emconf.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b84b500..b93d65bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ We will follow [Semantic Versioning](http://semver.org/). ## Yoast SEO Premium for TYPO3 Besides the free version of our plugin, we also have a premium version. The free version enables you to do all necessary optimizations. With the premium version, we make it even easier to do! More information can be found on https://www.maxserv.com/yoast. +## 7.2.3 August 10, 2021 +### Fixed +- Removed XSS possibilities within snippet preview and structured data + ## 7.2.2 June 25, 2021 ### Fixed - `twitter:card` is now rendered for CMS8 diff --git a/ext_emconf.php b/ext_emconf.php index 1bee3ae9..74026777 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,7 +10,7 @@ 'dependencies' => '', 'state' => 'stable', 'uploadfolder' => 0, - 'version' => '7.2.2', + 'version' => '7.2.3', 'constraints' => [ 'depends' => [ 'typo3' => '8.7.0-10.4.99',