Skip to content

Releases: magento-hackathon/HoneySpam

Refactor JS

23 Mar 20:15
c6893f8
Compare
Choose a tag to compare

Thanks zu @ma4nn for reworking JS and adding a missing dependency

What's Changed

  • Add dependency to Mage_Captcha Extension by @ma4nn in #77
  • Remove Prototype dependency by @ma4nn in #78

New Contributors

  • @ma4nn made their first contribution in #77

Full Changelog: 1.4.1...1.5.0

1.4.1

16 Mar 20:11
88f1ff9
Compare
Choose a tag to compare
  • improve labels in backend configuration
  • only add blocks if extension enabled

1.4.0

03 Dec 12:00
1cea728
Compare
Choose a tag to compare

Thanks @sreichel for #53 (Reuse observer method)
Fixed prepareForward and replace with prepareRedirect (thanks @addison74 for reporting)
Cleanup characters, formatting, method order

(this release is untested, if you find a problem, please open an issue and @Schrank)

1.3.0

03 Apr 19:40
eb0700b
Compare
Choose a tag to compare
  • made logging optional (#48)
  • minor code cleanup

Bugfix Release

15 Aug 11:53
8322243
Compare
Choose a tag to compare
  • removed ID attribute to avoid HTML issues (#41)

Feature/Fix Release

23 Jun 14:58
cb4dd0f
Compare
Choose a tag to compare

Thanks for the contributions!

Prevent HoneySpam to show up as start page in system configuration (@schmengler)
Added autocomplete=off and autofill=off to honeypot input element. (@tobiasdalhof)
Escape honeypot name attribute to avoid potential XSS attacks from admin (@jasonkcarter)
update id for input field to defined honeypot name (@markoshust)

Bugfixes & Newsletter Subscription Form Support

18 Jul 18:28
Compare
Choose a tag to compare
  • fixed README
  • honeypot for newsletter subscription form
  • fixed JS issue when field is not in the HTML code
  • added support for multiple honeypots on one page