Skip to content

Commit

Permalink
[RELEASE] Version 0.1.0
Browse files Browse the repository at this point in the history
Features
* Add pagetype wizard items
* Hide wizard items having no results
  • Loading branch information
Christoph Lehmann committed Sep 13, 2021
1 parent ba70bc1 commit be12bb5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ter-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
fail-fast: false
steps:
- uses: actions/checkout@v1
- uses: tomasnorre/typo3-upload-ter@v2
- uses: tomasnorre/typo3-upload-ter@23fbed89fdf794f1a35009dccf962880e33f99d2
with:
api-token: ${{ secrets.TYPO3_API_TOKEN }}
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 @@
'author' => 'Christoph Lehmann',
'author_email' => '[email protected]',
'author_company' => '',
'version' => '0.0.5',
'version' => '0.1.0',
'constraints' => [
'depends' => [
'typo3' => '10.4.0-11.4.99'
Expand Down

0 comments on commit be12bb5

Please sign in to comment.