Skip to content

Commit

Permalink
release: prepare version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Jan 10, 2024
1 parent 360d747 commit f1f9974
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [3.1.0] - 2024-01-10

### Added
- Picture formats avif and webp are recognized as image in Admin Panel
- Link to new Google manuals for various types in Admin Panel
Expand Down Expand Up @@ -446,7 +448,8 @@ Initial release
- View helpers for usage in Fluid templates


[Unreleased]: https://github.com/brotkrueml/schema/compare/v3.0.0...HEAD
[Unreleased]: https://github.com/brotkrueml/schema/compare/v3.1.0...HEAD
[3.1.0]: https://github.com/brotkrueml/schema/compare/v3.0.0...v3.1.0
[3.0.0]: https://github.com/brotkrueml/schema/compare/v2.11.0...v3.0.0
[2.11.0]: https://github.com/brotkrueml/schema/compare/v2.10.0...v2.11.0
[2.10.0]: https://github.com/brotkrueml/schema/compare/v2.9.1...v2.10.0
Expand Down
5 changes: 4 additions & 1 deletion Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ 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 <https://github.com/brotkrueml/schema/compare/v3.0.0...HEAD>`_
`Unreleased <https://github.com/brotkrueml/schema/compare/v3.1.0...HEAD>`_
------------------------------------------------------------------------------

`3.1.0 <https://github.com/brotkrueml/schema/compare/v3.0.0...v3.1.0>`_ - 2024-01-10
----------------------------------------------------------------------------------------

Added
^^^^^

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

project = schema
version = 3.1
release = 3.1.0-dev
release = 3.1.0
copyright = since 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 @@ -8,7 +8,7 @@
'clearCacheOnLoad' => true,
'author' => 'Chris Müller',
'author_email' => 'typo3@krue.ml',
'version' => '3.1.0-dev',
'version' => '3.1.0',
'constraints' => [
'depends' => [
'php' => '8.1.0-0.0.0',
Expand Down

0 comments on commit f1f9974

Please sign in to comment.