From 2426350f00ea69bb707429f870c6132bc33f4be8 Mon Sep 17 00:00:00 2001 From: Richard Haeser Date: Wed, 23 Dec 2020 15:04:34 +0100 Subject: [PATCH 1/2] [BUGFIX] Add extension key to TER release script --- .github/workflows/ter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ter.yml b/.github/workflows/ter.yml index 2a90a62e..0b3d92c9 100644 --- a/.github/workflows/ter.yml +++ b/.github/workflows/ter.yml @@ -57,4 +57,4 @@ jobs: fi - name: Publish to TER - run: TYPO3_API_USERNAME=${{ secrets.TYPO3_API_USERNAME }} TYPO3_API_PASSWORD=${{ secrets.TYPO3_API_PASSWORD }} TYPO3_API_TOKEN=$(awk '/Access token:(.*)/ { print $3 }' token.txt) vendor/bin/tailor ter:publish --comment "${{ steps.get-comment.outputs.comment }}" ${{ steps.get-version.outputs.version }} \ No newline at end of file + run: TYPO3_API_USERNAME=${{ secrets.TYPO3_API_USERNAME }} TYPO3_API_PASSWORD=${{ secrets.TYPO3_API_PASSWORD }} TYPO3_API_TOKEN=$(awk '/Access token:(.*)/ { print $3 }' token.txt) vendor/bin/tailor ter:publish --comment "${{ steps.get-comment.outputs.comment }}" ${{ steps.get-version.outputs.version }} yoast_seo \ No newline at end of file From 5150247662ffb7ebf7b683b3a29096558453e803 Mon Sep 17 00:00:00 2001 From: Richard Haeser Date: Wed, 23 Dec 2020 15:05:28 +0100 Subject: [PATCH 2/2] [BUGFIX] Add extension key to TER release script --- CHANGELOG.md | 4 ++++ ext_emconf.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e35a3d1e..8dafbf6d 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.1.1 December 23, 2020 +### Fixed +* Added missing extension key for TER release script + ## 7.1.0 December 23, 2020 ### Added * If your site is secured with basic auth, we have you covered now. You can set the username and password in the settings so you are able to analyse pages that are secured by basic auth. Please be careful with adding credentials to your repository! diff --git a/ext_emconf.php b/ext_emconf.php index 800ffcc3..a82afd0c 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,7 +10,7 @@ 'dependencies' => '', 'state' => 'stable', 'uploadfolder' => 0, - 'version' => '7.1.0', + 'version' => '7.1.1', 'constraints' => [ 'depends' => [ 'typo3' => '8.7.0-10.4.99',