Skip to content

Commit

Permalink
[TASK] Release version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Jan 28, 2018
1 parent 9a7c395 commit 27f5e8d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 10 deletions.
16 changes: 12 additions & 4 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.4.0

### Added
- configurable default value for the "register myself" checkbox (#19)
- Composer script for PHP linting (#7)
Expand All @@ -17,10 +29,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
- require static_info_tables >= 6.3.7 (#4)
- move the extension to GitHub

### Deprecated

### Removed

### Fixed
- automatically create the uploads folder on install (#20)
- add missing localized label for organizer in notification email (#18)
Expand Down
6 changes: 3 additions & 3 deletions Documentation/Settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@

---
conf.py:
copyright: 2017
copyright: 2018
project: Seminar Manager
version: 1.3
release: 1.3.0
version: 1.4
release: 1.4.0
latex_documents:
- - Index
- seminars.tex
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"typo3/cms-core": "^6.2.14 || ^7.6.23",
"typo3/cms-frontend": "^6.2.14 || ^7.6.23",
"sjbr/static-info-tables": "^6.3.7",
"oliverklee/oelib": "^1.3.0",
"oliverklee/oelib": "^1.3.0 || ^2.0.0",
"dmk/mkforms": "^3.0.0"
},
"require-dev": {
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@
'author_company' => 'oliverklee.de',
'CGLcompliance' => '',
'CGLcompliance_note' => '',
'version' => '1.3.0',
'version' => '1.4.0',
'_md5_values_when_last_written' => '',
'constraints' => [
'depends' => [
'php' => '5.5.0-7.0.99',
'typo3' => '6.2.0-7.9.99',
'static_info_tables' => '6.3.7-',
'oelib' => '1.3.0-1.9.99',
'oelib' => '1.3.0-2.9.99',
'mkforms' => '3.0.0-3.99.99',
],
'conflicts' => [
Expand Down

0 comments on commit 27f5e8d

Please sign in to comment.