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 18 forks source link

Use `.typoscript` rather than `.ts` for TypoScript configuration files. #65

Closed LeoniePhiline closed 3 years ago

LeoniePhiline commented 4 years ago

Pity I didn't notice before 2.0 was released.

.typoscript is the new standard file extension. .ts anyway clashes with TypeScript.

s2b commented 4 years ago

You're right. Just to be sure: It works fine with .ts, it just doesn't use the TYPO3 standard, right? Which means that this doesn't need a hotfix but can wait until the next release?

LeoniePhiline commented 4 years ago

Yes, using semver this is a 3.0 breaking change.

.ts does work with TYPO3 10 as far as I can tell. It works with 10.3 and this should not change until the LTS.