Skip to content

Commit

Permalink
Version 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
digedag committed Jul 21, 2023
1 parent 4755af3 commit 59cec28
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Änderungen
==========

## v1.11.0 (21.07.2023)
* Add support for TYPO3 12.4 LTS

## v1.10.0 (04.02.2023)
* Add support for PHP 8.x
* BC: class `System25\T3sports\Model\Match` renamed to `System25\T3sports\Model\Fixture`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
T3sports Backend
================

![TYPO3 compatibility](https://img.shields.io/badge/TYPO3-7.6%20%7C%208.7%20%7C%209.5%20%7C%2010.4%20%7C%2011.5-orange?maxAge=3600&style=flat-square&logo=typo3)
![TYPO3 compatibility](https://img.shields.io/badge/TYPO3-7.6%20%7C%208.7%20%7C%209.5%20%7C%2010.4%20%7C%2011.5%20%7C%2012.4-orange?maxAge=3600&style=flat-square&logo=typo3)
<a href="https://github.com/digedag/cfc_league"><img src="ext_icon.svg" width="20"></a>
[![Latest Stable Version](https://img.shields.io/packagist/v/digedag/cfc-league.svg?maxAge=3600)](https://packagist.org/packages/digedag/cfc-league)
[![Total Downloads](https://img.shields.io/packagist/dt/digedag/cfc-league.svg?maxAge=3600)](https://packagist.org/packages/digedag/cfc-league)
Expand Down
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"require": {
"typo3/cms-core": "^8.7 || ^9.5 || ^10.4 || ^11.5 || ^12.1",
"digedag/rn-base": "~1.16.0"
"digedag/rn-base": "~1.17.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.1.0",
Expand Down Expand Up @@ -121,8 +121,7 @@
]
},
"branch-alias": {
"dev-master": "1.10.x-dev",
"dev-feature/t3_12": "1.10.x-dev"
"dev-master": "1.11.x-dev"
}
}
}
6 changes: 3 additions & 3 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
'description' => 'Umfangreiche Extension zur Verwaltung von Sportvereinen und -wettbewerben. Extensive extension to manage sports clubs and competitions. https://github.com/digedag/cfc_league',
'category' => 'module',
'shy' => 0,
'version' => '1.10.0',
'version' => '1.11.0',
'dependencies' => 'rn_base',
'module' => 'mod1',
'state' => 'stable',
Expand All @@ -27,9 +27,9 @@
'author_company' => 'System 25',
'constraints' => [
'depends' => [
'typo3' => '8.7.0-11.5.99',
'typo3' => '8.7.0-12.4.99',
'php' => '7.1.0-8.9.99',
'rn_base' => '1.16.0-0.0.0',
'rn_base' => '1.17.1-0.0.0',
],
'conflicts' => [],
'suggests' => [],
Expand Down

0 comments on commit 59cec28

Please sign in to comment.