Skip to content

Releases: columbusinteractive/typo3-easycaptcha

3.0.0

17 Jul 08:46
351fc70
Compare
Choose a tag to compare

What's Changed

  • Added support for TYPO3 v12 LTS by @wobraun in #36
  • Beginning with version 3.0.0, this extension only supports TYPO3 v12 - for older TYPO3 versions, use the 2.x.x releases
  • Performance improvements when displaying captcha image
  • New translation for captcha image alt attribute

2.0.1

01 Dec 14:45
544ddbb
Compare
Choose a tag to compare

What's Changed

  • Fixed: Added support for php 8.x

2.0.0

01 Dec 14:37
7365e41
Compare
Choose a tag to compare

What's Changed

  • Added support for TYPO3 v11 LTS by @wobraun in #33
  • Beginning with version 2.0.0, this extension only supports TYPO3 v11 - for older TYPO3 versions, use the 1.x.x releases
  • Refactored HTML structure (this might break your existing CSS rules)
  • Fixed TTS response of not fully initialized captcha
  • Added simple JS-API for the captcha

New Contributors

Full Changelog: 1.4.0...2.0.0

1.4.0

07 Oct 11:00
2c50550
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @fawmi made their first contribution in #17

Full Changelog: 1.3.1...1.4.0

1.3.1

15 Dec 16:08
Compare
Choose a tag to compare

Changes:

  • [BUGFIX] The captcha wasn't working with php 7.2, even though it was marked as compatible
  • [BUGFIX] Fixed a bug which prevented the captcha to work on sites with multiple translations / languages

1.3.0

26 Nov 20:15
Compare
Choose a tag to compare

Breaking changes:

  • Removed support for non composer based installations.

Fixed:

  • [FEATURE] Added support for custom vendor directories set via composer config. This is achieved with some kind of auto discovery which should work in most cases - I guess. 😄
  • [BUGFIX] Avoid class imports in configuration files #13 (Thank you, @eliashaeussler)

1.2.2

29 May 16:18
Compare
Choose a tag to compare

1.2.1

28 May 22:14
Compare
Choose a tag to compare

1.1.0

05 May 17:26
1e516e4
Compare
Choose a tag to compare
  • The JavaScript related part is now compatible with Internet Explorer
  • The text-to-speech button is now hidden, if the browser doesn't support the SpeechSynthesis API

First production ready release

04 May 07:53
Compare
Choose a tag to compare
1.0.0

Added missing translations