Skip to content

Commit

Permalink
digedag#31 Provide ext icon and raise dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
digedag committed Jul 23, 2023
1 parent 9c64c1b commit bbb999d
Show file tree
Hide file tree
Showing 4 changed files with 184 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: "TER deployment"

on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

jobs:
publish:
runs-on: ubuntu-20.04
steps:
- name: "Checkout"
uses: actions/checkout@v2
- name: "Publish new version to TER"
uses: tomasnorre/typo3-upload-ter@v2
with:
api-token: ${{ secrets.TYPO3_API_TOKEN }}
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Changelog
----------

v1.5.0 (??.07.2023)
v1.5.0 (23.07.2023)
* Add support for TYPO3 12.4 LTS

v1.4.0 (21.07.2023)
Expand Down
163 changes: 163 additions & 0 deletions Resources/Public/Icons/Extension.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
'depends' => [
'typo3' => '8.7.0-12.4.99',
'rn_base' => '1.17.0-0.0.0',
'cfc_league' => '1.11.0-0.0.0',
'cfc_league_fe' => '1.11.0-0.0.0',
'cfc_league' => '1.11.2-0.0.0',
'cfc_league_fe' => '1.11.1-0.0.0',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit bbb999d

Please sign in to comment.