Skip to content

Releases: jobrouter/typo3-data

4.0.0

01 Oct 08:28
e89bfea
Compare
Choose a tag to compare

Added:

  • Compatibility with TYPO3 v13
  • Add site set for TYPO3 v13

Changed:

  • TypoScript must now be included/imported

Removed:

  • Compatibility with TYPO3 v11

See also upgrade section in the docs:
https://docs.typo3.org/p/jobrouter/typo3-data/4.0/en-us/Upgrade/Index.html

3.0.2

03 Sep 11:36
94e6cb9
Compare
Choose a tag to compare

Fixed:

  • Long runtime when checking table connection in backend module

3.0.1

06 Jun 13:10
da195ad
Compare
Choose a tag to compare

Fixed:

  • Closing edit view in backend shows empty page
  • Disabled table links are not marked in backend list view

3.0.0

21 Feb 10:00
0c7c332
Compare
Choose a tag to compare

Changed:

  • Require JobRouter REST Client in version 3
  • Namespace from Brotkrueml\JobRouterData to JobRouter\AddOn\Typo3Data

See also the upgrade section in the docs:
https://docs.typo3.org/p/jobrouter/typo3-data/3.0/en-us/Upgrade/Index.html

2.0.0

31 May 17:51
a95616d
Compare
Choose a tag to compare

Added:

  • Compatibility with TYPO3 v12

Changed:

  • 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

Fixed:

  • Error in content element when table link is disabled or deleted

Removed:

  • Compatibility with TYPO3 v10 (#14)
  • Compatibility with PHP 7.4 and 8.0

1.1.2

23 Dec 17:22
260bf75
Compare
Choose a tag to compare

Fixed:

  • Avoid injecting the query builder

1.1.1

24 Sep 07:53
751877c
Compare
Choose a tag to compare

Fixed:

  • Exception in frontend using JobData Table plugin in TYPO3 v10 (#22)

1.1.0

02 Jun 14:43
365bf65
Compare
Choose a tag to compare

Removed:

  • Compatibility with PHP 7.3

1.0.1

19 May 08:10
20f10d5
Compare
Choose a tag to compare

Fixed:

  • Handle multibyte characters correctly when cutting string to given length for transmission

1.0.0

18 Jan 18:43
3537c8c
Compare
Choose a tag to compare

Added:

  • 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

Changed:

  • Store only configured columns with simple synchronisation

Fixed:

  • Domain model Table::setHandle() sets the correct property
  • Database error in module DB Check > Records Statistics due to wrong labels in TCA

Removed:

  • Configuration of log writers in the extension configuration