Releases: columbusinteractive/typo3-easycaptcha
Releases · columbusinteractive/typo3-easycaptcha
3.0.0
2.0.1
What's Changed
- Fixed: Added support for php 8.x
2.0.0
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
What's Changed
- Removed unused dependency 'codeception' by @into-the-v0id in #18
- Disabled browser auto completion. Fixes #3 by @into-the-v0id in #19
- Updated translation by @into-the-v0id in #20
- Refactored autoloading behavior by @into-the-v0id in #21
- Refactored image service by @into-the-v0id in #22
- Fixed a problem with the flexform configuration when the value of sys_language_uid is -1 by @fawmi and @into-the-v0id in #23
- Added width, height and lazy loading attributes for the img tag by @into-the-v0id in #25
New Contributors
Full Changelog: 1.3.1...1.4.0
1.3.1
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
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
- Changed composer mode detection. This update is a hofix, if you previously had 1.2.1 installed in composer mode, easycapchta was broken.
Notice: You have to download it eather on https://extensions.typo3.org/extension/easycaptcha/ or here as zip.
1.2.1
- Added support for non composer based installations.
- Fixed a autoloading bug
Notice: You have to download it eather on https://extensions.typo3.org/extension/easycaptcha/ or here as zip.
1.1.0
- 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
1.0.0 Added missing translations