Skip to content

Releases: astehlik/typo3-extension-tinyurls

v13.0.0

05 May 17:51
bd50c4c
Compare
Choose a tag to compare

What's Changed

  • TYPO3 13 compatibility
  • Extension config can be overridden by Site config,
  • More flexible base URL configuration

Full Changelog

v12.1.0...v13.0.0

v12.1.0

12 May 08:37
39b7a55
Compare
Choose a tag to compare

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() and mb_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

12 May 08:36
7a5c39e
Compare
Choose a tag to compare

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() and mb_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

12 May 00:00
f54c286
Compare
Choose a tag to compare

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

11 May 23:59
3efd846
Compare
Choose a tag to compare

Backend JavaScript fix

v11.0.0

23 Apr 15:42
ed62de2
Compare
Choose a tag to compare

TYPO3 11 compatibility

  • Major overhaul for TYPO3 11
  • Modernize copy to clipboard JS
  • Full Changelog: v10.0.1...v11.0.0

v10.0.1

31 Mar 18:23
Compare
Choose a tag to compare

Resolved problem in list module by adjusting services configuration, thanks to @cvisys

v10.0.0

23 Feb 21:44
Compare
Choose a tag to compare

TYPO3 10 compatibility

v2.0.1

15 Apr 21:11
Compare
Choose a tag to compare

Extension is marked compatible with TYPO3 9.5.x in ext_emconf.php

v2.0.0

02 Sep 16:13
Compare
Choose a tag to compare

Better Backend usability, TYPO3 8 compatibility, bugfixing, code cleanup.