Skip to content

Commit

Permalink
[RELEASE] Prepare version 1.3.1
Browse files Browse the repository at this point in the history
Related: #11
  • Loading branch information
brotkrueml committed Nov 4, 2019
1 parent aee3f42 commit 7386c1e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# Changelog
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.3.1] - 2019-11-04

### Changed
- Use Dependency Injection for TYPO3 v10 with fallback for v9

### Fixed
- Type value of 0.00 is not rendered when used in view helper (#23)

## [1.3.0] - 2019-09-28

### Added
Expand Down Expand Up @@ -104,7 +115,8 @@ Initial release
- View helpers for usage in Fluid templates


[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.3.0...HEAD
[Unreleased]: https://github.com/brotkrueml/schema/compare/v1.3.1...HEAD
[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
[1.1.0]: https://github.com/brotkrueml/schema/compare/v1.0.0...v1.1.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.3.0
release = 1.3.1
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.3.0',
'version' => '1.3.1',
'constraints' => [
'depends' => [
'typo3' => '9.5.0-10.4.99',
Expand Down

0 comments on commit 7386c1e

Please sign in to comment.