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 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',