Skip to content

Commit

Permalink
Merge pull request #80 from sitegeist/release/typo311
Browse files Browse the repository at this point in the history
[FEATURE] Compability with TYPO3 11.0
[FEATURE] Data structure for language menus
[TASK] Improved documentation structure
[TASK] New extension icon
  • Loading branch information
s2b authored Feb 3, 2021
2 parents 39c4095 + db91baf commit d25e4b7
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: release

on:
push:
tags:
- "**"

jobs:
terUpload:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v1
- uses: tomasnorre/typo3-upload-ter@v2
with:
api-token: ${{ secrets.TYPO3_API_TOKEN }}
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"extra": {
"typo3/cms": {
"cms-package-dir": "{$vendor-dir}/typo3/cms",
"web-dir": ".Build/Web"
"web-dir": ".Build/Web",
"extension-key": "fluid_components"
}
},
"scripts": {
Expand All @@ -56,6 +57,9 @@
"@test:integration"
],
"test:unit": "phpunit -c .Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTests.xml Tests/Unit/",
"test:integration": "phpunit -c .Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTests.xml Tests/Integration/"
"test:integration": "phpunit -c .Build/vendor/typo3/testing-framework/Resources/Core/Build/UnitTests.xml Tests/Integration/",
"prepare-release": [
"rm -r .github .ecrc .editorconfig .gitattributes Tests"
]
}
}
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'state' => 'stable',
'uploadfolder' => false,
'clearCacheOnLoad' => false,
'version' => '2.3.0',
'version' => '2.4.0',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-10.9.99',
Expand Down

0 comments on commit d25e4b7

Please sign in to comment.