mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 02:36:12 +02:00

V1.0.0: First public release (#322)

This commit is contained in:
Oliver Klee 2021-10-12 19:06:56 +02:00 committed by GitHub
parent 27c535b7d2
commit d8d55e05a6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 9 deletions

View file

@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).
## x.y.z ## x.y.z
### Added
### Changed
### Deprecated
### Removed
### Fixed
## 1.0.0
### Added ### Added
- Also run the CI build once a week (#160) - Also run the CI build once a week (#160)
- Run the functional tests via GitHub Actions (#55) - Run the functional tests via GitHub Actions (#55)
@ -35,8 +47,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Upgrade PHPUnit to 7.5.14 - Upgrade PHPUnit to 7.5.14
- Change from GPL V3+ to GPL V2+ - Change from GPL V3+ to GPL V2+
- Streamline `ext_emconf.php` - Streamline `ext_emconf.php`
- Complete rewrite. Usable with TYPO3 7.6 and 8.7.
### Deprecated
### Removed ### Removed
- Drop the Travis CI builds (#56) - Drop the Travis CI builds (#56)
@ -65,6 +76,3 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Drop an obsolete "replace" entry from `composer.json` - Drop an obsolete "replace" entry from `composer.json`
- Explicitly require MySQL on Travis CI - Explicitly require MySQL on Travis CI
- Add `.php_cs.cache` to the `.gitignore` - Add `.php_cs.cache` to the `.gitignore`
## 2.0.0
- Complete rewrite. Usable with TYPO3 7.6 and 8.7.

View file

@ -21,7 +21,7 @@ EXT:tea
tea, ci, continousintegration, gitlab, githubactions, actions, tests, functional, unit tea, ci, continousintegration, gitlab, githubactions, actions, tests, functional, unit
:Copyright: :Copyright:
2020 by TYPO3 Association 2021 by TYPO3 Association
:Authors: :Authors:
* Oliver Klee * Oliver Klee

View file

@ -13,7 +13,7 @@ release = latest
# ................................................................................. # .................................................................................
# ... (recommended) displayed in footer # ... (recommended) displayed in footer
# ................................................................................. # .................................................................................
copyright = 2020 by TYPO3 Association copyright = 2021 by TYPO3 Association
[html_theme_options] [html_theme_options]

View file

@ -61,7 +61,7 @@
}, },
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "2.0.x-dev" "dev-main": "1.0.x-dev"
}, },
"typo3/cms": { "typo3/cms": {
"app-dir": ".Build", "app-dir": ".Build",

View file

@ -2,7 +2,7 @@
$EM_CONF[$_EXTKEY] = [ $EM_CONF[$_EXTKEY] = [
'title' => 'Tea example', 'title' => 'Tea example',
'description' => 'Example extension for unit testing and best practices', 'description' => 'Example extension for unit testing and best practices',
'version' => '2.0.x-dev', 'version' => '1.0.0',
'category' => 'example', 'category' => 'example',
'constraints' => [ 'constraints' => [
'depends' => [ 'depends' => [