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.
4.0.0 - 2024-10-01
- Compatibility with TYPO3 v13
- Add site set for TYPO3 v13
- TypoScript must now be included/imported
- Compatibility with TYPO3 v11
3.0.2 - 2024-09-03
- Long runtime when checking table connection in backend module
3.0.1 - 2024-06-06
- Closing edit view in backend shows empty page
- Disabled table links are not marked in backend list view
3.0.0 - 2024-02-21
- Require JobRouter REST Client in version 3
- Namespace from
Brotkrueml\JobRouterData
toJobRouter\AddOn\Typo3Data
2.0.0 - 2023-05-31
- Compatibility with TYPO3 v12
- Require JobRouter Client in version 2
- Require JobRouter Connector extension in version 2
- Require JobRouter Base extension in version 2
- Constants from Table model are moved into the new TableType enum
- Models are no longer Extbase-based and are moved to the Domain/Entity namespace
- Repositories are no longer Extbase-based
- JobDataRepository is now injectable, method signatures have changed
- ModifyColumnContentEvent->getLocale() might return a different locale in TYPO3 v12
- Error in content element when table link is disabled or deleted
- Compatibility with TYPO3 v10 (#14)
- Compatibility with PHP 7.4 and 8.0
1.1.2 - 2022-12-23
- Avoid injecting the query builder
1.1.1 - 2022-09-24
- Exception in frontend using JobData Table plugin in TYPO3 v10 (#22)
1.1.0 - 2022-06-02
- Compatibility with PHP 7.3
1.0.1 - 2022-05-19
- Handle multibyte characters correctly when cutting string to given length for transmission
1.0.0 - 2022-01-18
- Formatters for table columns in content element (#10)
- Alignment for table columns in content element (#11)
- Sorting of table columns in content element (#12)
- PSR-14 event to adjust or reject a dataset on synchronisation (#13)
- Option in sync command for forcing a synchronisation
- Store only configured columns with simple synchronisation
- Domain model Table::setHandle() sets the correct property
- Database error in module DB Check > Records Statistics due to wrong labels in TCA
- Configuration of log writers in the extension configuration
0.14.0 - 2021-11-21
- Compatibility with TYPO3 v11 LTS
- Possibility to refresh dashboard widgets (TYPO3 v11+ only)
- Rename "own table" to "custom table"
- Use table handle instead of uid as argument in SyncCommand
- Configuration of log writers in the extension configuration
- Content element cannot be selected from new content element wizard
- Compatibility with PHP 7.2
0.13.0 - 2021-03-14
- Show number of days for available transfers in status widget
- TYPO3 JobRouter Connector to version 1.0
- TYPO3 JobRouter Base to version 1.0
- Set crdate in transfer table correctly
0.12.3 - 2021-03-07
- Dashboard widget "JobData Transmission Errors"
0.12.2 - 2021-03-02
- TYPO3 form extension is no longer a requirement
0.12.1 - 2021-02-12
- Raise minimum required version to TYPO3 10.4.11
- Throw DatasetNotAvailableException in JobDataRepository when querying a non-existing jrid
0.12.0 - 2020-10-19
- Form finisher to transmit form fields to a JobData table
- Dashboard widget for JobData transmission status
- Use log table from TYPO3 JobRouter Base extension
- Rename "transfer identifier" to "correlation id" in transfer table
- Store jrid correctly in transfer table after transmission
- Lazy load client in JobDataRepository to avoid errors on initialisation
- Report
0.11.0 - 2020-09-01
- Description field to table record
- Introduce the JobDataRepository
- TYPO3 JobRouter Connector to version 0.11
- RestClientFactory is not available anymore, use from connector extension instead
0.10.0 - 2020-06-06
- Support for TYPO3 v10 LTS
- Prepare for upcoming major PHP versions
- Introduce a handle field for table links
- Add last run of sync and transmit command to system information toolbar
- Rename DeleteOldTransfersCommand to CleanUpTransfersCommand
- Support for TYPO3 v9 LTS
0.9.0 - 2020-02-24
- Command for deleting old transfers
- Use own user agent addition
- TYPO3 JobRouter Connector to version 0.9
0.8.0 - 2020-02-17
- Only one command (sync, transmit) can run at a time
0.7.0 - 2020-02-09
- Implement reports for synchronisation and transfers
- Remove plugin in favour of content element
- Use log table from TYPO3 JobRouter Connector
0.6.0 - 2020-01-27
- Command for transmitting datasets to JobData tables
- Documentation
- Renamed table column (local_table => own_table) in table tx_jobrouterdata_domain_model_table
- Revise logging and enable logging into table
- TYPO3 JobRouter Connector to version 0.7
- Switchable controller actions in plugin
- Sync other tables when one table throws error on synchronisation
0.5.0 - 2020-01-11
- TYPO3 JobRouter Connector to version 0.6
0.4.0 - 2020-01-02
- TYPO3 JobRouter Connector to version 0.5
- Delete datasets from simple synchronisation when table is deleted (#6)
- Clear cache of a page with plugin after synchronisation (#7)
0.3.1 - 2019-11-24
- TYPO3 JobRouter Connector to version 0.4
0.3.0 - 2019-11-24
- DatasetRepository
- Possibility to add tables for other usage in module
- Dataset model
0.2.0 - 2019-10-26
- Adjust package name
0.1.0 - 2019-10-25
Initial pre-release