File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.7.0] - 2024-09-19
11+
1012### Updated
1113- schema.org definition to version 28.0
1214
@@ -486,7 +488,8 @@ Initial release
486488- View helpers for usage in Fluid templates
487489
488490
489- [ Unreleased ] : https://github.com/brotkrueml/schema/compare/v3.6.1...HEAD
491+ [ Unreleased ] : https://github.com/brotkrueml/schema/compare/v3.7.0...HEAD
492+ [ 3.7.0 ] : https://github.com/brotkrueml/schema/compare/v3.6.1...v3.7.0
490493[ 3.6.1 ] : https://github.com/brotkrueml/schema/compare/v3.6.0...v3.6.1
491494[ 3.6.0 ] : https://github.com/brotkrueml/schema/compare/v3.5.0...v3.6.0
492495[ 3.5.0 ] : https://github.com/brotkrueml/schema/compare/v3.4.1...v3.5.0
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.6.1 ...HEAD >`_
11+ `Unreleased <https://github.com/brotkrueml/schema/compare/v3.7.0 ...HEAD >`_
1212------------------------------------------------------------------------------
1313
14+ `3.7.0 <https://github.com/brotkrueml/schema/compare/v3.6.1...v3.7.0 >`_ - 2024-09-19
15+ ----------------------------------------------------------------------------------------
16+
1417Updated
1518^^^^^^^
1619
Original file line number Diff line number Diff line change 1616 />
1717 <project
1818 title =" schema"
19- release =" 3.7.0-dev "
19+ release =" 3.7.0"
2020 version =" 3.7"
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 ' => 'typo3@brotkrueml.dev ' ,
11- 'version ' => '3.7.0-dev ' ,
11+ 'version ' => '3.7.0 ' ,
1212 'constraints ' => [
1313 'depends ' => [
1414 'php ' => '8.1.0-0.0.0 ' ,
You can’t perform that action at this time.
0 commit comments