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+ ## [ 3.0.1] - 2024-06-06
10+
911### Fixed
1012- Wrong namespace in upgrade section of documentation
1113
@@ -163,7 +165,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
163165Initial preview release
164166
165167
166- [ Unreleased ] : https://github.com/jobrouter/typo3-connector/compare/v3.0.0...HEAD
168+ [ Unreleased ] : https://github.com/jobrouter/typo3-connector/compare/v3.0.1...HEAD
169+ [ 3.0.1 ] : https://github.com/jobrouter/typo3-connector/compare/v3.0.0...v3.0.1
167170[ 3.0.0 ] : https://github.com/jobrouter/typo3-connector/compare/v2.0.0...v3.0.0
168171[ 2.0.0 ] : https://github.com/jobrouter/typo3-connector/compare/v1.2.0...v2.0.0
169172[ 1.2.0 ] : https://github.com/jobrouter/typo3-connector/compare/v1.1.0...v1.2.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/jobrouter/typo3-connector/compare/v3.0.0 ...HEAD >`_
11+ `Unreleased <https://github.com/jobrouter/typo3-connector/compare/v3.0.1 ...HEAD >`_
1212--------------------------------------------------------------------------------------
1313
14+ `3.0.1 <https://github.com/jobrouter/typo3-connector/compare/v3.0.0...v3.0.1 >`_ - 2024-06-06
15+ ------------------------------------------------------------------------------------------------
16+
1417Fixed
1518^^^^^
1619
Original file line number Diff line number Diff line change 77>
88 <project
99 title =" TYPO3 JobRouter Connector"
10- release =" 3.0.1-dev "
10+ release =" 3.0.1"
1111 version =" 3.0"
1212 copyright =" since 2019 Chris Müller, since 2024 JobRouter AG"
1313 />
Original file line number Diff line number Diff line change 77 'author ' => 'Chris Müller ' ,
88 'author_company ' => 'JobRouter AG ' ,
99 'state ' => 'stable ' ,
10- 'version ' => '3.0.1-dev ' ,
10+ 'version ' => '3.0.1 ' ,
1111 'constraints ' => [
1212 'depends ' => [
1313 'php ' => '8.1.0-0.0.0 ' ,
You can’t perform that action at this time.
0 commit comments