Skip to content

Releases: jobrouter/typo3-connector

4.0.0

01 Oct 07:35
dd185ec
Compare
Choose a tag to compare

Added:

  • Compatibility with TYPO3 v13

Removed:

  • Compatibility with TYPO3 v11 (#9)

3.0.1

06 Jun 13:06
b567e3a
Compare
Choose a tag to compare

Fixed:

  • Wrong namespace in upgrade section of documentation

3.0.0

21 Feb 09:35
b821b95
Compare
Choose a tag to compare

Changed:

  • JobRouter REST Client in version 3 is required
  • Namespace from Brotkrueml\JobRouterConnector to JobRouter\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

31 May 17:40
4b092c8
Compare
Choose a tag to compare

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

27 May 06:41
81d35f5
Compare
Choose a tag to compare

Added:

  • Configuration of connection options (#8)

Removed:

  • Compatibility with PHP 7.3

Release 1.1.0

21 Nov 11:04
c0891e6
Compare
Choose a tag to compare

Added:

  • Compatibility with TYPO3 v11 LTS

Removed:

  • Compatibility with PHP 7.2

Release 1.0.0

14 Mar 14:04
475e4dc
Compare
Choose a tag to compare

First stable release.

Added:

  • Extension usable in non-composer installations

Release 0.12.3

06 Feb 09:26
400f5da
Compare
Choose a tag to compare
Release 0.12.3 Pre-release
Pre-release

Added:

  • Version information of used JobRouter Client in backend module

Changed:

  • Raise minimum required version to TYPO3 10.4.11

Release 0.12.2

25 Nov 10:41
8d98672
Compare
Choose a tag to compare
Release 0.12.2 Pre-release
Pre-release

Changed:

  • Make ConnectionRepository extendable and mockable

Release 0.12.1

01 Nov 14:59
8a92d50
Compare
Choose a tag to compare
Release 0.12.1 Pre-release
Pre-release

Added

  • Acceptance tests