UndefinedOffset / silverstripe-nocaptcha

A spam protector and form field using Google's reCAPTCHA v2 or optionally a foundation v3 implementation
BSD 3-Clause "New" or "Revised" License
31 stars 37 forks source link

ss4 compatibility #37

Closed guyvanbael closed 6 years ago

guyvanbael commented 6 years ago

Any plans on a version for SS4?

UndefinedOffset commented 6 years ago

Absolutely! Just a time game... maybe I'll start working on it tomorrow.

UndefinedOffset commented 6 years ago

so I lied... I found some time give the 2.0.x branch a try, note you will need to use composer. Try the command below it should pull the 2.0.x branch:

composer require undefinedoffset/silverstripe-nocapcha ~2.0
guyvanbael commented 6 years ago

Great. It works like a charm! Thanx for the hard work!

UndefinedOffset commented 6 years ago

It was actually pretty easy silverstripe/silverstripe-upgrader did 90% of the grunt work. That said this is a pretty simple module too :)