Closed heiko-hardt closed 9 years ago
This patch makes piwikintegration work again with TYPO3 7.
One replacement is missing: The plugin class still "extends tslib_pibase". This tslib_pibase should still be changed to \TYPO3\CMS\Frontend\Plugin\AbstractPlugin.
After some more testing, I have not experienced any errors.
Hi Kay, at first thanks for this cool extension :) This pull request only change legacy in namespaced classes. Using this changes makes your extension compatible with TYPO3 7.4.x.
Many thanks for your work Kind regards Heiko