Skip to content

Releases: derhansen/form_crshield

TYPO3 v14 compatibility

13 Dec 16:42
4b8e110

Choose a tag to compare

[!!!][FEATURE] Add support for TYPO3 v14 and drop support for v13 - thanks @eliashaeussler
[!!!][TASK] Move Hooks/Form.php to EventListener/FormCrShield.php
[BUGFIX] Correct Codeception output paths for artifact upload #38 - thanks @eliashaeussler

Provide check logic as service

27 Sep 03:49
3e11333

Choose a tag to compare

With this release, the check logic has been moved to the service class ChallengeResponseService. The service as well as the included JavaScript can therefore now be used to prevent automated spambot submissions for other forms in TYPO3 (e.g. extbase forms).

Changelog:

[FEATURE] Move check logic to service #33
[FEATURE] Implement additional obfuscation method strrev #35

Maintenance release

19 Jul 15:20
ca44756

Choose a tag to compare

[TASK] Exclude several files and folders from dist archives #34 - thanks @eliashaeussler

TYPO3 v13 compatibility

21 Jul 13:02
b4c489f

Choose a tag to compare

  • Added TYPO3 v13 compatibility
  • Removed compatiblity to TYPO3 < v13
  • Use frontend.page.information attribute to retrieve page record
  • Remove dependency to TSFE

Bugfix release for TYPO3 10.4

01 Feb 13:11
7d5e097

Choose a tag to compare

[BUGFIX] Ensure getTsfe() returns correct TSFE for TYPO3 v10 #27

New features and some bugfixes

20 Jan 17:55
ce26a04

Choose a tag to compare

[FEATURE] incl. page.endtime @ expirationTime #23 - thanks @xerc
[FEATURE] Added extension setting for added time #24 - thanks @EcoGabe
[FEATURE] Added minimumPageExpirationTime extension setting
[BUGFIX] Ensure CR field check works with server side validation #21
[BUGFIX] Ensure expirationTime is string when handed to hash_hmac() #24
[TASK] Use Date time aspect for current timestamp retrieval #25

Maintenance release

13 Oct 16:18
420f818

Choose a tag to compare

[BUGFIX] Add fallback for crJavaScriptDelay #18 - thanks @xerc

Maintenance release

02 Jul 09:40
0fa0b98

Choose a tag to compare

[TASK] Speed up verified forms - thanks @xerc

TYPO3 12.4 compatibility

26 Apr 12:49
9aa6802

Choose a tag to compare

  • [FEATURE] Added TYPO3 12 compatibility

Maintenance release

27 Feb 17:59
7964c6f

Choose a tag to compare

[TASK] Optimize JavaScript + new ICON #15 - thanks @xerc
[TASK] Clarify extension description #13