From 76b5bc54a215dc7d8957677ca24c9813f6dc787a Mon Sep 17 00:00:00 2001 From: Richard Haeser Date: Fri, 20 Sep 2019 16:23:25 +0200 Subject: [PATCH] [RELEASE] Release of version 5.1.0 --- CHANGELOG.md | 4 ++-- Documentation/Settings.cfg | 2 +- ext_emconf.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2257cec8..1d4e1a1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +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. -## Unreleased +## 5.1.0 September 20, 2019 ### Added +* Visually updated snippet preview to match latest changes on Google. * Favicons visible in mobile snippet preview * Added proper error message when server is not able to access the page it wants to analyse. ### Changed -* Visually updated snippet preview to match latest changes on Google. * You can set the doktypes that Yoast should analyse now by `$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['yoast_seo']['allowedDoktypes']` in stead of TypoScript. It will still have a fallback to the old TypoScript configuration. ([#283](https://github.com/Yoast/Yoast-SEO-for-TYPO3/issues/283)) * Altered the [documentation](https://docs.typo3.org/p/yoast-seo-for-typo3/yoast_seo/master/en-us/) a little bit. diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 74b851c1..3e41102e 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -12,7 +12,7 @@ project = Yoast SEO for TYPO3 # ... (recommended) version, displayed next to title (desktop) and in '', 'state' => 'stable', 'uploadfolder' => 0, - 'version' => '5.0.1', + 'version' => '5.1.0', 'constraints' => array( 'depends' => array( 'typo3' => '8.7.0-9.5.99',