Skip to content

Releases: sameer-shelavale/multi-captcha

v1.3.5

28 Aug 09:11
Compare
Choose a tag to compare

Added a src/cache directory, so that users of the package wont have to create it.

v1.3.4

26 Aug 12:15
Compare
Choose a tag to compare

The parameters for default constructor are now case-insensitive.
This is in order to make the package compatible with X2form package at
http://github.com/sameer-shelavale/x2form

v1.3.3

03 Aug 12:27
Compare
Choose a tag to compare

Added support for case-insensitive params in constructor. This is mainly for improved compatibility and integration with upcoming version of x2form

v1.3.2

31 Jul 02:03
Compare
Choose a tag to compare

Fixed rendering issue in Recaptcha & Nocaptcha in v1.3.1.

v1.3.1

31 Jul 01:27
Compare
Choose a tag to compare

Updated the multiplication & division signs in Math captcha to use html codes.
Updated the rendering process to hold the captcha data in internal variable so that the different parts of the captcha can be rendered in different functions(e.g. label and captcha itself), this is mainly to make it easy to integrate with x2form form builder.

v1.3.0

26 Jul 05:02
Compare
Choose a tag to compare

Added support themes.
Also implemented file cache which is used to store uid of submited captcha and prevent same challenge-answer pair for rest of its lifetime

v1.2.1

16 Jul 09:40
Compare
Choose a tag to compare

Fixed the paths in examples

v1.2.0

15 Jul 12:44
Compare
Choose a tag to compare

Added refresh feature. the refresh button now shows up when you pass 'refreshUrl'

v1.1.0

07 Jul 11:50
Compare
Choose a tag to compare

Added support for Google NoCaptcha (Recaptcha2.0)

v1.0.0

19 Jun 18:53
Compare
Choose a tag to compare

This first release supports rendering of 6 types of captcha.