File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
152154Initial 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
Original file line number Diff line number Diff line change @@ -8,9 +8,12 @@ All notable changes to this project will be documented in this file.
88The format is based on `Keep a Changelog <https://keepachangelog.com/en/1.0.0/ >`_\ ,
99and 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+
1417Added
1518^^^^^
1619
Original file line number Diff line number Diff line change 2727# The short X.Y version
2828version = 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 ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Version matrix
3535=================== ========== ===========
3636JobRouter 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------------------- ---------- -----------
40401.2 7.4 - 8.2 10.4 / 11.5
4141------------------- ---------- -----------
Original file line number Diff line number Diff 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 ) |
Original file line number Diff line number Diff line change 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 ' => [
You can’t perform that action at this time.
0 commit comments