Skip to content

Commit 4b092c8

Browse files
committed
release: prepare version 2.0.0
1 parent 16db0e9 commit 4b092c8

6 files changed

Lines changed: 16 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.0.0] - 2023-05-31
10+
911
### Added
1012
- Compatibility with TYPO3 v12
1113

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

154156

155-
[Unreleased]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.2.0...HEAD
157+
[Unreleased]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v2.0.0...HEAD
158+
[2.0.0]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.2.0...v2.0.0
156159
[1.2.0]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.1.0...v1.2.0
157160
[1.1.0]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.0.0...v1.1.0
158161
[1.0.0]: https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v0.12.3...v1.0.0

Documentation/changelog.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,12 @@ All notable changes to this project will be documented in this file.
88
The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/>`_\ ,
99
and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0.html>`_.
1010

11-
`Unreleased <https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.2.0...HEAD>`_
11+
`Unreleased <https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v2.0.0...HEAD>`_
1212
-------------------------------------------------------------------------------------------------
1313

14+
`2.0.0 <https://github.com/brotkrueml/typo3-jobrouter-connector/compare/v1.2.0...v2.0.0>`_ - 2023-05-31
15+
-----------------------------------------------------------------------------------------------------------
16+
1417
Added
1518
^^^^^
1619

Documentation/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
# The short X.Y version
2828
version = u'2.0'
2929
# The full version, including alpha/beta/rc tags
30-
release = u'2.0.0-dev'
30+
release = u'2.0.0'
3131

3232

3333
# -- General configuration ---------------------------------------------------

Documentation/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Version matrix
3535
=================== ========== ===========
3636
JobRouter Connector PHP TYPO3
3737
=================== ========== ===========
38-
2.0 8.1 - 8.2 11.5 - 12.4
38+
2.0 8.1 - 8.2 11.5 / 12.4
3939
------------------- ---------- -----------
4040
1.2 7.4 - 8.2 10.4 / 11.5
4141
------------------- ---------- -----------

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ connections from TYPO3 to JobRouter®.
1313

1414
## Versions and support
1515

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

2121
[Documentation](https://typo3-jobrouter.readthedocs.io/projects/connector/) |
2222
[Translation](https://crowdin.com/project/typo3-extension-jobrouterconne) |

ext_emconf.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
'author' => 'Chris Müller',
88
'author_email' => 'typo3@krue.ml',
99
'state' => 'stable',
10-
'version' => '2.0.0-dev',
10+
'version' => '2.0.0',
1111
'constraints' => [
1212
'depends' => [
1313
'php' => '8.1.0-0.0.0',
14-
'typo3' => '11.5.0-11.5.99',
14+
'typo3' => '11.5.0-12.4.99',
1515
],
1616
'conflicts' => [],
1717
'suggests' => [

0 commit comments

Comments
 (0)