Skip to content

Commit

Permalink
[RELEASE] Prepare version 2.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Nov 15, 2022
1 parent f3cb472 commit 9c312c1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.6.2] - 2022-11-15

### Fixed
- "CacheManager can not be injected" error when using testing framework (#102)
- "CacheManager can not be injected" error in custom functional tests when using typo3/testing-framework (#102)

## [2.6.1] - 2022-10-28

Expand Down Expand Up @@ -363,7 +365,8 @@ Initial release
- View helpers for usage in Fluid templates


[Unreleased]: https://github.com/brotkrueml/schema/compare/v2.6.1...HEAD
[Unreleased]: https://github.com/brotkrueml/schema/compare/v2.6.2...HEAD
[2.6.2]: https://github.com/brotkrueml/schema/compare/v2.6.1...v2.6.2
[2.6.1]: https://github.com/brotkrueml/schema/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/brotkrueml/schema/compare/v2.5.2...v2.6.0
[2.5.2]: https://github.com/brotkrueml/schema/compare/v2.5.1...v2.5.2
Expand Down
7 changes: 5 additions & 2 deletions Documentation/Changelog/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,17 @@ 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.6.1...HEAD>`_
`Unreleased <https://github.com/brotkrueml/schema/compare/v2.6.2...HEAD>`_
------------------------------------------------------------------------------

`2.6.2 <https://github.com/brotkrueml/schema/compare/v2.6.1...v2.6.2>`_ - 2022-11-15
----------------------------------------------------------------------------------------

Fixed
^^^^^


* "CacheManager can not be injected" error when using testing framework (#102)
* "CacheManager can not be injected" error in custom functional tests when using typo3/testing-framework (#102)

`2.6.1 <https://github.com/brotkrueml/schema/compare/v2.6.0...v2.6.1>`_ - 2022-10-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.6
release = 2.6.2-dev
release = 2.6.2
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.6.2-dev',
'version' => '2.6.2',
'constraints' => [
'depends' => [
'php' => '7.4.0-0.0.0',
Expand Down

0 comments on commit 9c312c1

Please sign in to comment.