Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
4.0.1 - 2025-02-13
Fixed
- Wrong/missing label for palettes in backend form
4.0.0 - 2024-10-01
Added
- Compatibility with TYPO3 v13
Removed
- Compatibility with TYPO3 v11 (#9)
3.0.1 - 2024-06-06
Fixed
- Wrong namespace in upgrade section of documentation
3.0.0 - 2024-02-21
Changed
- JobRouter REST Client in version 3 is required
- Namespace from
Brotkrueml\JobRouterConnector
toJobRouter\AddOn\Typo3Connector
2.0.0 - 2023-05-31
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
1.2.0 - 2022-05-27
Added
- Configuration of connection options (#8)
Removed
- Compatibility with PHP 7.3
1.1.0 - 2021-11-21
Added
- Compatibility with TYPO3 v11 LTS
Removed
- Compatibility with PHP 7.2
1.0.0 - 2021-03-14
Added
- Extension usable in non-composer installations
0.12.3 - 2021-02-06
Added
- Version information of used JobRouter Client in backend module
Changed
- Raise minimum required version to TYPO3 10.4.11
0.12.2 - 2020-11-25
Changed
- Make ConnectionRepository extendable and mockable
0.12.1 - 2020-11-01
Added
- Acceptance tests
0.12.0 - 2020-10-18
Changed
- Hide connection table in list view
Removed
- Log table (is now part of the new base extension)
0.11.0 - 2020-07-23
Added
- Add description field to connection record
Updated
- JobRouter Client to version 1.0
0.10.1 - 2020-07-03
Fixed
- Adjust size of module group icon
Changed
- Relax PHP requirements (>= PHP 7.2)
- Use JS API from TYPO3 for connection check
0.10.0 - 2020-04-21
Added
- Handle to connection record
Changed
- Rename command to jobrouter:connector:generatekey
Removed
- Support for TYPO3 v9 LTS
0.9.0 - 2020-02-22
Added
- JobRouter version to connection for informational purposes
- Possibility to define a user agent addition
Updated
- JobRouter Client to version 0.9
0.8.0 - 2020-02-09
Added
- Log table for usage in dependent extensions
0.7.0 - 2020-01-27
Added
- Documentation
Updated
- JobRouter Client to version 0.8
0.6.0 - 2020-01-11
Updated
- JobRouter Client to version 0.7
0.5.0 - 2020-01-02
Changed
- Rename Rest service to RestClientFactory
Updated
- JobRouter Client to version 0.6
0.4.0 - 2019-11-24
Added
- Suffix to user agent
Updated
- JobRouter Client to version 0.5
0.3.0 - 2019-10-25
Updated
- JobRouter Client to version 0.4
0.2.0 - 2019-08-27
Changed
- Pass connection model to Rest service
- Move Connections module from tools to own JobRouter module group
0.1.0 - 2019-08-22
Initial preview release