From 1d5ee47319dcfd0921714a3ff0eed4d6b1342c3e Mon Sep 17 00:00:00 2001 From: Riny van Tiggelen Date: Thu, 12 Aug 2021 17:50:19 +0200 Subject: [PATCH] [RELEASE] Version 7.2.4 --- CHANGELOG.md | 6 ++++++ ext_emconf.php | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b93d65bc..c26aba8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ 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.4 August 12, 2021 +### Fixed +- additionalGetVars are working again for CMS8 (used for record analysis) +- Removed accidental `git` keyword within content reducer to avoid javascript console errors +- `locale` extraction, which is used to determine the language for analysis, now works for locales with a hyphen (e.g. `en-US`) and for html tags with extra attributes + ## 7.2.3 August 10, 2021 ### Fixed - Removed XSS possibilities within snippet preview and structured data diff --git a/ext_emconf.php b/ext_emconf.php index 74026777..b33e40e5 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,7 +10,7 @@ 'dependencies' => '', 'state' => 'stable', 'uploadfolder' => 0, - 'version' => '7.2.3', + 'version' => '7.2.4', 'constraints' => [ 'depends' => [ 'typo3' => '8.7.0-10.4.99',