From 02a2bb80edb26fac6c6d215c1daad1df01e47041 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chris=20M=C3=BCller?= <2566282+brotkrueml@users.noreply.github.com> Date: Wed, 30 Oct 2024 18:46:09 +0100 Subject: [PATCH] release: prepare version 1.1.0 --- CHANGELOG.md | 8 +++++++- ext_emconf.php | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e01309..0457bf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.1.0] - 2024-10-30 + +### Added +- Category for site setting (thanks to Eric Harrer) + ## [1.0.1] - 2024-05-16 ### Fixed @@ -15,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release -[Unreleased]: https://github.com/brotkrueml/typo3-example-site-sets-compat/compare/v1.0.1...HEAD +[Unreleased]: https://github.com/brotkrueml/typo3-example-site-sets-compat/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/brotkrueml/typo3-example-site-sets-compat/compare/v1.0.1...v1.1.0 [1.0.1]: https://github.com/brotkrueml/typo3-example-site-sets-compat/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/brotkrueml/typo3-example-site-sets-compat/releases/tag/v1.0.0 diff --git a/ext_emconf.php b/ext_emconf.php index 1b5d45d..6c8f334 100644 --- a/ext_emconf.php +++ b/ext_emconf.php @@ -7,7 +7,7 @@ 'author' => 'Chris Müller', 'author_email' => 'typo3@brotkrueml.dev', 'state' => 'stable', - 'version' => '1.1.0-dev', + 'version' => '1.1.0', 'constraints' => [ 'depends' => [ 'typo3' => '11.5.0-13.4.99',