Skip to content

Commit

Permalink
release: prepare version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed May 31, 2023
1 parent 16db0e9 commit 4b092c8
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 10 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.0.0] - 2023-05-31

### Added
- Compatibility with TYPO3 v12

Expand Down Expand Up @@ -152,7 +154,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
Initial preview release


[Unreleased]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.2.0...HEAD
[Unreleased]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v2.0.0...HEAD
[2.0.0]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.2.0...v2.0.0
[1.2.0]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.12.3...v1.0.0
Expand Down
5 changes: 4 additions & 1 deletion Documentation/changelog.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/typo3-jobrouter-connector/compare/v1.2.0...HEAD>`_
`Unreleased <https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v2.0.0...HEAD>`_
-------------------------------------------------------------------------------------------------

`2.0.0 <https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.2.0...v2.0.0>`_ - 2023-05-31
-----------------------------------------------------------------------------------------------------------

Added
^^^^^

Expand Down
2 changes: 1 addition & 1 deletion Documentation/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = u'2.0'
# The full version, including alpha/beta/rc tags
release = u'2.0.0-dev'
release = u'2.0.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion Documentation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Version matrix
=================== ========== ===========
JobRouter Connector PHP TYPO3
=================== ========== ===========
2.0 8.1 - 8.2 11.5 - 12.4
2.0 8.1 - 8.2 11.5 / 12.4
------------------- ---------- -----------
1.2 7.4 - 8.2 10.4 / 11.5
------------------- ---------- -----------
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ connections from TYPO3 to JobRouter®.

## Versions and support

| Latest release | TYPO3 | PHP | Updates will contain |
|----------------|-------------|-------|----------------------|
| 2.x | 11.5 - 12.4 | ≥ 8.1 | In development |
| 1.x | 10.4 - 11.5 | ≥ 7.4 | Security fixes |
| Latest release | TYPO3 | PHP | Updates will contain |
|----------------|-------------|-------|----------------------------------|
| 2.x | 11.5 / 12.4 | ≥ 8.1 | Features, bug and security fixes |
| 1.x | 10.4 / 11.5 | ≥ 7.4 | Security fixes |

[Documentation](https://typo3-jobrouter.readthedocs.io/projects/connector/) |
[Translation](https://crowdin.com/project/typo3-extension-jobrouterconne) |
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
'author' => 'Chris Müller',
'author_email' => '[email protected]',
'state' => 'stable',
'version' => '2.0.0-dev',
'version' => '2.0.0',
'constraints' => [
'depends' => [
'php' => '8.1.0-0.0.0',
'typo3' => '11.5.0-11.5.99',
'typo3' => '11.5.0-12.4.99',
],
'conflicts' => [],
'suggests' => [
Expand Down

0 comments on commit 4b092c8

Please sign in to comment.