diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eef62cc..f0c74edc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Documentation/Settings.cfg b/Documentation/Settings.cfg index 9a0d2608..aa0e5e91 100644 --- a/Documentation/Settings.cfg +++ b/Documentation/Settings.cfg @@ -2,7 +2,7 @@ [general] project = schema -release = 1.3.0 +release = 1.3.1 copyright = 2019 by Chris Müller [html_theme_options] diff --git a/ext_emconf.php b/ext_emconf.php index 85520c6b..caad1976 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -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',