Upgrading¶
Upgrading from version 1 to version 2¶
Version 1.0 is available for TYPO3 7 LTS, version 2.x works with TYPO3 8+. The following breaking changes were made:
- The declaration of the
cc
namespace in the Fluid template to use the view helper is not needed anymore as it is bound to the extension. - The namespace of the PHP classes changed to
Brotkrueml\BytCoordconverter
. This shouldn’t harm you as the declaration of the Fluid namespace is not needed anymore.