Releases: astehlik/typo3-extension-tinyurls
Releases · astehlik/typo3-extension-tinyurls
v13.4.0
v13.2.0
v13.0.0
What's Changed
- TYPO3 13 compatibility
- Extension config can be overridden by Site config,
- More flexible base URL configuration
Full Changelog
v12.1.0
Variable dictionary length and multibyte chars
- The custom dictionary can now have a different length than 62 characters without getting
Uninitialized string offset
warnings - By using
mb_strlen()
andmb_substr()
it should now also be possible to use a dictionary containing multibyte characters. - Special thanks to @thomashohn for reporting the issue #29 and providing the initial pull request #30
- Full Changelog: v12.0.0...v12.1.0
v11.1.0
Variable dictionary length and multibyte chars
- The custom dictionary can now have a different length than 62 characters without getting
Uninitialized string offset
warnings - By using
mb_strlen()
andmb_substr()
it should now also be possible to use a dictionary containing multibyte characters. - Special thanks to @thomashohn for reporting the issue #29 and providing the initial pull request #30
- Full Changelog: v11.0.1...v11.1.0
v12.0.0
TYPO3 12 compatibility
- Major overhaul for TYPO3 12
- Many deprecations, please look in the full changelog for details, commits with breaking changes are marked with
[!!!]
- Full Changelog: v11.0.1...v12.0.0
v11.0.1
Backend JavaScript fix
- Fix copy to clipboard JavaScript in Backend
- Full Changelog: v11.0.0...v11.0.1
v11.0.0
TYPO3 11 compatibility
- Major overhaul for TYPO3 11
- Modernize copy to clipboard JS
- Full Changelog: v10.0.1...v11.0.0