Skip to content

Commit

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

## [Unreleased]

## [1.4.0] - 2019-11-23

### Changed
- Multiple items in mainEntity of a WebPage (#25)
- Update schema definition to version 5.0

## [1.3.1] - 2019-11-04

Expand Down Expand Up @@ -118,7 +121,8 @@ Initial release
- View helpers for usage in Fluid templates


[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.3.1...HEAD
[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.4.0...HEAD
[1.4.0]: https://github.com/brotkrueml/schema/compare/v1.3.1...v1.4.0
[1.3.1]: https://github.com/brotkrueml/schema/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/brotkrueml/schema/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/brotkrueml/schema/compare/v1.1.0...v1.2.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.4.0-dev
release = 1.4.0
copyright = 2019 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' => 'typo3@krue.ml',
'version' => '1.4.0-dev',
'version' => '1.4.0',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-10.4.99',
Expand Down

0 comments on commit a5b2865

Please sign in to comment.