Releases: jobrouter/typo3-connector
Releases · jobrouter/typo3-connector
4.0.0
3.0.1
Fixed:
- Wrong namespace in upgrade section of documentation
3.0.0
Changed:
- JobRouter REST Client in version 3 is required
- Namespace from
Brotkrueml\JobRouterConnector
toJobRouter\Addon\Typo3Connector
See also the upgrade section in the docs:
https://docs.typo3.org/p/jobrouter/typo3-connector/3.0/en-us/Upgrade/Index.html
2.0.0
Added:
- Compatibility with TYPO3 v12
Changed:
- JobRouter Client in version 2 is required
- Connection model is no longer Extbase-based and is moved to the Domain/Entity namespace
- ConnectionRepository is no longer Extbase-based
Removed:
- Compatibility with TYPO3 v10 (#6)
- Compatibility with PHP 7.4 and 8.0
Release 1.2.0
Release 1.1.0
Added:
- Compatibility with TYPO3 v11 LTS
Removed:
- Compatibility with PHP 7.2
Release 1.0.0
First stable release.
Added:
- Extension usable in non-composer installations
Release 0.12.3
Added:
- Version information of used JobRouter Client in backend module
Changed:
- Raise minimum required version to TYPO3 10.4.11
Release 0.12.2
Changed:
- Make ConnectionRepository extendable and mockable
Release 0.12.1
Added
- Acceptance tests