Upgrade¶
From version 2.0 to 3.0¶
The namespace of the JobRouter TYPO3 Base classes has changed from
\Brotkrueml\JobRouterBase
Copied!
to
\JobRouter\Addon\Typo3Base
Copied!
The easiest way to update your code to the new namespace is to use search/replace in your project.
The package name (used in composer.json
) has changed from
brotkrueml/jobrouter-typo3-base
to jobrouter/typo3-base
.