Skip to content

Releases: thomasrawiel/powermailcaptcha

2.2.3

08 May 16:15
Compare
Choose a tag to compare

[bugfix] Add typo3/cms-core as dependency for doc rendering
[bugfix] in some cases the response is missing the responsekey, catch the exception
#33 Add condition to check if spamshield is enabled; render configuration errors with seperate partial

Full Changelog: 2.2.0...2.2.3

1.8.1

08 May 16:13
Compare
Choose a tag to compare

#33 Add condition to check if spamshield is enabled; render configuration errors with seperate partial

Full Changelog: 1.8.0...1.8.1

2.2.0

21 Mar 09:04
Compare
Choose a tag to compare
  • Add PSR-14 event before the verify request

Full Changelog: 2.1.3...2.2.0

1.8.0

21 Mar 09:07
Compare
Choose a tag to compare
  • Add PSR-14 event before the verify request

Full Changelog: 1.7.2...1.8.0

2.1.2 - Bugfix for prosopo captcha

02 Dec 15:17
Compare
Choose a tag to compare

The response from the prosopo service is different than all the other captcha services.

Fixed with a condition on the captcha type

Full Changelog: 2.1.1...2.1.2

2.1.1

06 Nov 20:31
Compare
Choose a tag to compare

[Bugfix] adjust parameter template for prosopo captcha, see #25

Full Changelog: 2.1.0...2.1.1

2.1.0

25 Sep 10:11
Compare
Choose a tag to compare

What's Changed

  • Add Prosopo Procaptcha as a captcha option by @forgetso in #24

New Contributors

Full Changelog: 2.0.0...2.1.0

2.0.0

31 Jul 15:08
Compare
Choose a tag to compare

Replaced deprecated functions in preparation of TYPO3 13

Dropped support for older powermail versions

Full Changelog: 1.6.1...2.0.0

1.6.0

24 Apr 15:14
Compare
Choose a tag to compare
  • added Cloudflare turnstile captcha method

Full Changelog: 1.5.0...1.6.0

1.5.0

24 Apr 08:28
Compare
Choose a tag to compare

What's Changed

  • Add static template instead of "Preset TypoScript" by @sneopu in #18

The typoscript has previously been loaded automatically in a Preset TypoScript setup file.
However, this is no longer the case.

In multisite environments where some websites dont use powermail the typoscript is not needed.
Also in some case it's hard to override settings which are made in a Preset TypoScript (for example: ext_typoscript_setup.typoscript).

Therefore, from version 1.5.0 and up the typoscript has to be manually added in your website's static template.

New Contributors

Full Changelog: 1.4.2...1.5.0