diff --git a/.Build/ExcludeFromPackaging.php b/.Build/ExcludeFromPackaging.php index f8287f8a..5f9ea229 100644 --- a/.Build/ExcludeFromPackaging.php +++ b/.Build/ExcludeFromPackaging.php @@ -20,7 +20,11 @@ '.Build' ], 'files' => [ + '.gitignore', + '.php_cs', + '.phplint.yml', 'bower.json', + 'babel.config.js', 'codeception.yml', 'composer.lock', 'crowdin.yaml', @@ -42,10 +46,14 @@ 'php_cs', 'phplint.yml', 'phpstan.neon', + 'phpstan.cms8.neon', + 'phpstan.cms9.neon', + 'phpstan.cms10.neon', 'phpunit.xml', 'scrutinizer.yml', 'styleci.yml', 'stylelintrc', + 'token.txt', 'travis.yml', 'webpack.config.js', 'webpack.mix.js', diff --git a/.github/workflows/ter.yml b/.github/workflows/ter.yml index 2ddb0323..35bf61be 100644 --- a/.github/workflows/ter.yml +++ b/.github/workflows/ter.yml @@ -45,16 +45,5 @@ jobs: run: | echo ::set-output name=version::${GITHUB_REF/refs\/tags\//} - - name: Get comment - id: get-comment - run: | - readonly local comment=$(git tag -n10 -l ${{ steps.get-version.outputs.version }} | sed "s/^[0-9.]*[ ]*//g") - - if [[ -z "${comment// }" ]]; then - echo ::set-output name=comment::Released version ${{ steps.get-version.outputs.version }} of EXT:yoast_seo - else - echo ::set-output name=comment::$comment - 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) TYPO3_EXCLUDE_FROM_PACKAGING=./.Build/ExcludeFromPackaging.php vendor/bin/tailor ter:publish --comment "${{ steps.get-comment.outputs.comment }}" ${{ steps.get-version.outputs.version }} yoast_seo \ 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) TYPO3_EXCLUDE_FROM_PACKAGING=./.Build/ExcludeFromPackaging.php vendor/bin/tailor ter:publish --comment "Check https://github.com/Yoast/Yoast-SEO-for-TYPO3/blob/master/CHANGELOG.md for the latest changes." ${{ steps.get-version.outputs.version }} yoast_seo \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index ae3c9d5a..b0746104 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ 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.3 December 23, 2020 +### Fixed +* Excluded some more unnecessary files and folders from the TER release +* Changed comment for TER release and mention this changelog + ## 7.1.2 December 23, 2020 ### Fixed * Excluded unnecessary files and folders from the TER release so it is not to big to publish diff --git a/ext_emconf.php b/ext_emconf.php index 11c7d0ef..1dc961ee 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -10,7 +10,7 @@ 'dependencies' => '', 'state' => 'stable', 'uploadfolder' => 0, - 'version' => '7.1.2', + 'version' => '7.1.3', 'constraints' => [ 'depends' => [ 'typo3' => '8.7.0-10.4.99',