Skip to content

Commit

Permalink
V1.0.0: First public release (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee authored Oct 12, 2021
1 parent 27c535b commit d8d55e0
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 9 deletions.
18 changes: 13 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ This project adheres to [Semantic Versioning](https://semver.org/).

## x.y.z

### Added

### Changed

### Deprecated

### Removed

### Fixed

## 1.0.0

### Added
- Also run the CI build once a week (#160)
- Run the functional tests via GitHub Actions (#55)
Expand Down Expand Up @@ -35,8 +47,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Upgrade PHPUnit to 7.5.14
- Change from GPL V3+ to GPL V2+
- Streamline `ext_emconf.php`

### Deprecated
- Complete rewrite. Usable with TYPO3 7.6 and 8.7.

### Removed
- Drop the Travis CI builds (#56)
Expand Down Expand Up @@ -65,6 +76,3 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- Drop an obsolete "replace" entry from `composer.json`
- Explicitly require MySQL on Travis CI
- Add `.php_cs.cache` to the `.gitignore`

## 2.0.0
- Complete rewrite. Usable with TYPO3 7.6 and 8.7.
2 changes: 1 addition & 1 deletion Documentation/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ EXT:tea
tea, ci, continousintegration, gitlab, githubactions, actions, tests, functional, unit

:Copyright:
2020 by TYPO3 Association
2021 by TYPO3 Association

:Authors:
* Oliver Klee
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ release = latest
# .................................................................................
# ... (recommended) displayed in footer
# .................................................................................
copyright = 2020 by TYPO3 Association
copyright = 2021 by TYPO3 Association

[html_theme_options]

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
},
"extra": {
"branch-alias": {
"dev-main": "2.0.x-dev"
"dev-main": "1.0.x-dev"
},
"typo3/cms": {
"app-dir": ".Build",
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$EM_CONF[$_EXTKEY] = [
'title' => 'Tea example',
'description' => 'Example extension for unit testing and best practices',
'version' => '2.0.x-dev',
'version' => '1.0.0',
'category' => 'example',
'constraints' => [
'depends' => [
Expand Down

0 comments on commit d8d55e0

Please sign in to comment.