sitegeist / sms-responsive-images

This TYPO3 extension provides ViewHelpers and configuration to render valid responsive images based on TYPO3's image cropping tool.
GNU General Public License v2.0
34 stars 19 forks source link

Migrate to the original classes in namespace TYPO3Fluid\Fluid #55

Closed julianhofmann closed 3 years ago

julianhofmann commented 5 years ago

Using Fluid Class Aliases has been deprecated in TYPO3 v9.5.

Instead of \TYPO3\CMS\Fluid\Core\ViewHelper\TagBuilder \TYPO3Fluid\Fluid\Core\ViewHelper\TagBuilder should be used.

s2b commented 5 years ago

Thanks! This will be part of the next major version of the extension, which I'm currently working on.

s2b commented 4 years ago

56

s2b commented 4 years ago

This is already fixed in develop and will be part of v2.

dsone commented 3 years ago

The ELTS version of 8.7.x needs this change, too, where a necessary dependency update of typo3fluid/fluid (between 2.6.7 and 2.6.10) happens. Supposedly this dependency update is for 8.7.38 but happens on 8.7.37 when updating typo3/cms --with-dependencies, too.

Meaning TYPO3 ELTS v8.7.37 and newer will not be able to use this extension in v1.3.0. Not sure that this is going to be fixed anymore, but a heads up.