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).
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 3.11.0] - 2025-04-01
11
+
10
12
### Added
11
13
- Link to new Google manuals for product-related types in Admin Panel
12
14
@@ -543,7 +545,8 @@ Initial release
543
545
- View helpers for usage in Fluid templates
544
546
545
547
546
- [ Unreleased ] : https://github.com/brotkrueml/schema/compare/v3.10.1...HEAD
548
+ [ Unreleased ] : https://github.com/brotkrueml/schema/compare/v3.11.0...HEAD
549
+ [ 3.11.0 ] : https://github.com/brotkrueml/schema/compare/v3.10.1...v3.11.0
547
550
[ 3.10.1 ] : https://github.com/brotkrueml/schema/compare/v3.10.0...v3.10.1
548
551
[ 3.10.0 ] : https://github.com/brotkrueml/schema/compare/v3.9.1...v3.10.0
549
552
[ 3.9.1 ] : https://github.com/brotkrueml/schema/compare/v3.9.0...v3.9.1
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.
8
8
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_\ , and this project adheres
9
9
to `Semantic Versioning <https://semver.org/spec/v2.0.0.html >`_.
10
10
11
- `Unreleased <https://github.com/brotkrueml/schema/compare/v3.10.1 ...HEAD >`_
11
+ `Unreleased <https://github.com/brotkrueml/schema/compare/v3.11.0 ...HEAD >`_
12
12
-------------------------------------------------------------------------------
13
13
14
+ `3.11.0 <https://github.com/brotkrueml/schema/compare/v3.10.1...v3.11.0 >`_ - 2025-04-01
15
+ -------------------------------------------------------------------------------------------
16
+
14
17
Added
15
18
^^^^^
16
19
Original file line number Diff line number Diff line change 16
16
/>
17
17
<project
18
18
title =" schema"
19
- release =" 3.11.0-dev "
19
+ release =" 3.11.0"
20
20
version =" 3.11"
21
21
copyright =" since 2019 by Chris Müller"
22
22
/>
Original file line number Diff line number Diff line change 8
8
'clearCacheOnLoad ' => true ,
9
9
'author ' => 'Chris Müller ' ,
10
10
'author_email ' =>
'[email protected] ' ,
11
- 'version ' => '3.11.0-dev ' ,
11
+ 'version ' => '3.11.0 ' ,
12
12
'constraints ' => [
13
13
'depends ' => [
14
14
'php ' => '8.1.0-0.0.0 ' ,
You can’t perform that action at this time.
0 commit comments