diff --git a/CHANGELOG.md b/CHANGELOG.md index a529fee4..9b84b500 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,13 @@ 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.2 June 25, 2021 +### Fixed +- `twitter:card` is now rendered for CMS8 +- Records with language setting "All" (`-1`) have a fallback to language id `0` now +- `urltoCheck` hook works again, regression fix as the url-generation had been moved to `AjaxController` +- Minor updates in various javascript-dependencies + ## 7.2.1 April 26, 2021 ### Fixed - Passing through the completely generated uri as an `uriToCheck` parameter has been removed, url generating now happens within AjaxController based on page and language parameter diff --git a/ext_emconf.php b/ext_emconf.php index bdaf3e14..1bee3ae9 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,7 +10,7 @@ 'dependencies' => '', 'state' => 'stable', 'uploadfolder' => 0, - 'version' => '7.2.1', + 'version' => '7.2.2', 'constraints' => [ 'depends' => [ 'typo3' => '8.7.0-10.4.99',