Skip to content

Commit

Permalink
[RELEASE] Prepare version 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Apr 9, 2023
1 parent ffb49ba commit e1c7090
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Expand Up @@ -6,12 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [3.0.0] - 2023-04-09

### Added
- Compatibility with TYPO3 v12 (#15)

### Changed
- Form type from "CountrySelect" to "ExtCountrySelect" (#15)

### Updated
- symfony/intl to version 6.2.8 for non-Composer installations

### Removed
- Compatibility with TYPO3 v11

## [2.1.0] - 2023-04-09

### Updated
Expand Down Expand Up @@ -90,7 +98,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Form element "Country select"
- Signal/slot and PSR-14 event for modifying the country list

[Unreleased]: https://github.com/brotkrueml/form-country-select/compare/v2.1.0...HEAD
[Unreleased]: https://github.com/brotkrueml/form-country-select/compare/v3.0.0...HEAD
[3.0.0]: https://github.com/brotkrueml/form-country-select/compare/v2.1.0...v3.0.0
[2.1.0]: https://github.com/brotkrueml/form-country-select/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/brotkrueml/form-country-select/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/brotkrueml/form-country-select/compare/v1.4.2...v2.0.0
Expand Down
17 changes: 16 additions & 1 deletion Documentation/Changelog/Index.rst
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/form-country-select/compare/v2.1.0...HEAD>`_
`Unreleased <https://github.com/brotkrueml/form-country-select/compare/v3.0.0...HEAD>`_
-------------------------------------------------------------------------------------------

`3.0.0 <https://github.com/brotkrueml/form-country-select/compare/v2.1.0...v3.0.0>`_ - 2023-04-09
-----------------------------------------------------------------------------------------------------

Added
^^^^^

Expand All @@ -23,6 +26,18 @@ Changed

* Form type from "CountrySelect" to "ExtCountrySelect" (#15)

Updated
^^^^^^^


* symfony/intl to version 6.2.8 for non-Composer installations

Removed
^^^^^^^


* Compatibility with TYPO3 v11

`2.1.0 <https://github.com/brotkrueml/form-country-select/compare/v2.0.1...v2.1.0>`_ - 2023-04-09
-----------------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion Documentation/Settings.cfg
Expand Up @@ -5,7 +5,7 @@

project = Form Country Select
version = 3.0
release = 3.0.0-dev
release = 3.0.0
copyright = since 2019 by Chris Müller

[html_theme_options]
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Expand Up @@ -6,7 +6,7 @@
'author' => 'Chris Müller',
'author_email' => 'typo3@krue.ml',
'state' => 'stable',
'version' => '3.0.0-dev',
'version' => '3.0.0',
'constraints' => [
'depends' => [
'typo3' => '12.4.0-12.4.99',
Expand Down

0 comments on commit e1c7090

Please sign in to comment.