Skip to content

Commit

Permalink
[RELEASE] Prepare version 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Jun 13, 2022
1 parent ff9aa56 commit 1e4e8c7
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
11 changes: 10 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]

## [2.5.1] - 2022-06-13

### Security
- Properly escape content

Expand Down Expand Up @@ -84,6 +86,11 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Deprecated methods AbstractType->isEmpty() and SchemaManager->setMainEntityOfWebPage() (#44)
- Deprecated class TypesProvider (#44)

## [1.13.1] - 2022-06-13

### Security
- Properly escape content

## [1.13.0] - 2022-03-28

### Updated
Expand Down Expand Up @@ -333,7 +340,8 @@ Initial release
- View helpers for usage in Fluid templates


[Unreleased]: https://github.com/brotkrueml/schema/compare/v2.5.0...HEAD
[Unreleased]: https://github.com/brotkrueml/schema/compare/v2.5.1...HEAD
[2.5.1]: https://github.com/brotkrueml/schema/compare/v2.5.0...v2.5.1
[2.5.0]: https://github.com/brotkrueml/schema/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/brotkrueml/schema/compare/v2.3.0...v2.4.0
[2.3.0]: https://github.com/brotkrueml/schema/compare/v2.2.2...v2.3.0
Expand All @@ -344,6 +352,7 @@ Initial release
[2.0.2]: https://github.com/brotkrueml/schema/compare/v2.0.1...v2.0.2
[2.0.1]: https://github.com/brotkrueml/schema/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/brotkrueml/schema/compare/v1.12.0...v2.0.0
[1.13.1]: https://github.com/brotkrueml/schema/compare/v1.13.0...v1.13.1
[1.13.0]: https://github.com/brotkrueml/schema/compare/v1.12.1...v1.13.0
[1.12.1]: https://github.com/brotkrueml/schema/compare/v1.12.0...v1.12.1
[1.12.0]: https://github.com/brotkrueml/schema/compare/v1.11.1...v1.12.0
Expand Down
14 changes: 13 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/v2.5.0...HEAD>`_
`Unreleased <https://github.com/brotkrueml/schema/compare/v2.5.1...HEAD>`_
------------------------------------------------------------------------------

`2.5.1 <https://github.com/brotkrueml/schema/compare/v2.5.0...v2.5.1>`_ - 2022-06-13
----------------------------------------------------------------------------------------

Security
^^^^^^^^

Expand Down Expand Up @@ -146,6 +149,15 @@ Removed
* Deprecated methods AbstractType->isEmpty() and SchemaManager->setMainEntityOfWebPage() (#44)
* Deprecated class TypesProvider (#44)

`1.13.1 <https://github.com/brotkrueml/schema/compare/v1.13.0...v1.13.1>`_ - 2022-06-13
-------------------------------------------------------------------------------------------

Security
^^^^^^^^


* Properly escape content

`1.13.0 <https://github.com/brotkrueml/schema/compare/v1.12.1...v1.13.0>`_ - 2022-03-28
-------------------------------------------------------------------------------------------

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 = 2.5
release = 2.5.0
release = 2.5.1
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 @@ -9,7 +9,7 @@
'clearCacheOnLoad' => true,
'author' => 'Chris Müller',
'author_email' => '[email protected]',
'version' => '2.5.0',
'version' => '2.5.1',
'constraints' => [
'depends' => [
'php' => '7.4.0-0.0.0',
Expand Down

0 comments on commit 1e4e8c7

Please sign in to comment.