Skip to content

Commit

Permalink
[RELEASE] Prepare version 1.5.0
Browse files Browse the repository at this point in the history
Related: #3
Related: #11
Related: #29
  • Loading branch information
brotkrueml committed Jan 22, 2020
1 parent b4983b9 commit cc25321
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.5.0] - 2020-01-22

### Added
- Add Signal/PSR-14 event to decide about embedding of markup (#29)
- Update schema definition to version 6.0 (#3)
Expand Down Expand Up @@ -142,7 +144,8 @@ Initial release
- View helpers for usage in Fluid templates


[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.4.2...HEAD
[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.5.0...HEAD
[1.5.0]: https://github.com/brotkrueml/schema/compare/v1.4.2...v1.5.0
[1.4.2]: https://github.com/brotkrueml/schema/compare/v1.4.1...v1.4.2
[1.4.1]: https://github.com/brotkrueml/schema/compare/v1.4.0...v1.4.1
[1.4.0]: https://github.com/brotkrueml/schema/compare/v1.3.1...v1.4.0
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[general]
project = schema
release = 1.5.0-dev
release = 1.5.0
copyright = 2019-2020 by Chris Müller

[html_theme_options]
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'clearCacheOnLoad' => true,
'author' => 'Chris Müller',
'author_email' => '[email protected]',
'version' => '1.5.0-dev',
'version' => '1.5.0',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-10.4.99',
Expand Down

0 comments on commit cc25321

Please sign in to comment.