File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77
88## [ Unreleased]
99
10+ ## [ 3.14.2] - 2025-09-10
11+
1012### Fixed
1113- Double masking of special chars of types in admin panel
1214
@@ -596,7 +598,8 @@ Initial release
596598- View helpers for usage in Fluid templates
597599
598600
599- [ Unreleased ] : https://github.com/brotkrueml/schema/compare/v3.14.1...HEAD
601+ [ Unreleased ] : https://github.com/brotkrueml/schema/compare/v3.14.2...HEAD
602+ [ 3.14.2 ] : https://github.com/brotkrueml/schema/compare/v3.14.1...v3.14.2
600603[ 3.14.1 ] : https://github.com/brotkrueml/schema/compare/v3.14.0...v3.14.1
601604[ 3.14.0 ] : https://github.com/brotkrueml/schema/compare/v3.13.2...v3.14.0
602605[ 3.13.2 ] : https://github.com/brotkrueml/schema/compare/v3.13.1...v3.13.2
Original file line number Diff line number Diff line change @@ -8,9 +8,12 @@ All notable changes to this project will be documented in this file.
88The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_\ , and this project adheres
99to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
1010
11- `Unreleased <https://github.com/brotkrueml/schema/compare/v3.14.1 ...HEAD >`_
11+ `Unreleased <https://github.com/brotkrueml/schema/compare/v3.14.2 ...HEAD >`_
1212-------------------------------------------------------------------------------
1313
14+ `3.14.2 <https://github.com/brotkrueml/schema/compare/v3.14.1...v3.14.2 >`_ - 2025-09-10
15+ -------------------------------------------------------------------------------------------
16+
1417Fixed
1518^^^^^
1619
Original file line number Diff line number Diff line change 1616 />
1717 <project
1818 title =" schema"
19- release =" 3.14.2-dev "
19+ release =" 3.14.2"
2020 version =" 3.14"
2121 copyright =" since 2019 by Chris Müller"
2222 />
Original file line number Diff line number Diff line change 88 'clearCacheOnLoad ' => true ,
99 'author ' => 'Chris Müller ' ,
1010 'author_email ' =>
'[email protected] ' ,
11- 'version ' => '3.14.2-dev ' ,
11+ 'version ' => '3.14.2 ' ,
1212 'constraints ' => [
1313 'depends ' => [
1414 'php ' => '8.1.0-0.0.0 ' ,
You can’t perform that action at this time.
0 commit comments