Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
iamthechad committed Oct 12, 2015
1 parent fe1e182 commit 3394d72
Showing 1 changed file with 8 additions and 45 deletions.
53 changes: 8 additions & 45 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,168 +1,136 @@
# Change Log

## [v1.5.0](https://github.com/iamthechad/grails-recaptcha/tree/v1.5.0) (2015-09-07)
## [v1.6.0](https://github.com/iamthechad/grails-recaptcha/tree/v1.6.0) (2015-10-12)
[Full Changelog](https://github.com/iamthechad/grails-recaptcha/compare/v1.5.0...v1.6.0)

**Fixed bugs:**

- RestBuilder required for Grails 2.5; Post class needs to accept JSON [\#46](https://github.com/iamthechad/grails-recaptcha/issues/46)
- Added accept JSON to getResponse in Post.groovy [\#47](https://github.com/iamthechad/grails-recaptcha/pull/47) ([thoughtassassin](https://github.com/thoughtassassin))

## [v1.5.0](https://github.com/iamthechad/grails-recaptcha/tree/v1.5.0) (2015-09-07)
[Full Changelog](https://github.com/iamthechad/grails-recaptcha/compare/v1.4.0...v1.5.0)

**Implemented enhancements:**

- Remove Mailhide support [\#44](https://github.com/iamthechad/grails-recaptcha/issues/44)


## [v1.4.0](https://github.com/iamthechad/grails-recaptcha/tree/v1.4.0) (2015-08-27)

[Full Changelog](https://github.com/iamthechad/grails-recaptcha/compare/v1.3.0...v1.4.0)

**Implemented enhancements:**

- Support size attribute in render parameters [\#43](https://github.com/iamthechad/grails-recaptcha/issues/43)

- Use REST Client [\#41](https://github.com/iamthechad/grails-recaptcha/issues/41)

**Fixed bugs:**

- Language is not supported in render parameters [\#42](https://github.com/iamthechad/grails-recaptcha/issues/42)

- ClassNotFoundException thrown if no config exists [\#40](https://github.com/iamthechad/grails-recaptcha/issues/40)

## [v1.3.0](https://github.com/iamthechad/grails-recaptcha/tree/v1.3.0) (2015-08-16)

[Full Changelog](https://github.com/iamthechad/grails-recaptcha/compare/v1.2.0...v1.3.0)

**Closed issues:**

- Language attribute not working for explicit captcha [\#39](https://github.com/iamthechad/grails-recaptcha/issues/39)

- Create contribution documentation [\#38](https://github.com/iamthechad/grails-recaptcha/issues/38)

- Upgrade to Grails 3.0 [\#36](https://github.com/iamthechad/grails-recaptcha/issues/36)

- ReCaptcha on Ajax Forms [\#35](https://github.com/iamthechad/grails-recaptcha/issues/35)

- Update plugin for Grails 3 [\#34](https://github.com/iamthechad/grails-recaptcha/issues/34)

**Merged pull requests:**

- Update RecaptchaTagLib.groovy [\#37](https://github.com/iamthechad/grails-recaptcha/pull/37) ([pnizer](https://github.com/pnizer))

## [v1.2.0](https://github.com/iamthechad/grails-recaptcha/tree/v1.2.0) (2015-03-27)

[Full Changelog](https://github.com/iamthechad/grails-recaptcha/compare/v1.1.0...v1.2.0)

**Closed issues:**

- Support data callback parameters [\#32](https://github.com/iamthechad/grails-recaptcha/issues/32)

- Add tab index back [\#31](https://github.com/iamthechad/grails-recaptcha/issues/31)

- Add "explicit" support for captchas [\#23](https://github.com/iamthechad/grails-recaptcha/issues/23)

## [v1.1.0](https://github.com/iamthechad/grails-recaptcha/tree/v1.1.0) (2015-02-19)

[Full Changelog](https://github.com/iamthechad/grails-recaptcha/compare/v1.0.0...v1.1.0)

**Closed issues:**

- Plugin Does Not Always Work In IE7/8 [\#26](https://github.com/iamthechad/grails-recaptcha/issues/26)

- Fix feedback mechanism in readme [\#25](https://github.com/iamthechad/grails-recaptcha/issues/25)

- Exclude web-app from packaged plugin [\#24](https://github.com/iamthechad/grails-recaptcha/issues/24)

**Merged pull requests:**

- Added includeScript option and test fixes [\#28](https://github.com/iamthechad/grails-recaptcha/pull/28) ([iamthechad](https://github.com/iamthechad))

## [v1.0.0](https://github.com/iamthechad/grails-recaptcha/tree/v1.0.0) (2014-12-21)

[Full Changelog](https://github.com/iamthechad/grails-recaptcha/compare/v0.7.0...v1.0.0)

**Closed issues:**

- Update plugin to use current API [\#22](https://github.com/iamthechad/grails-recaptcha/issues/22)

- Proxy settings when verify challenge answer [\#21](https://github.com/iamthechad/grails-recaptcha/issues/21)

## [v0.7.0](https://github.com/iamthechad/grails-recaptcha/tree/v0.7.0) (2014-11-26)

[Full Changelog](https://github.com/iamthechad/grails-recaptcha/compare/v0.6.9...v0.7.0)

## [v0.6.9](https://github.com/iamthechad/grails-recaptcha/tree/v0.6.9) (2014-05-24)

[Full Changelog](https://github.com/iamthechad/grails-recaptcha/compare/v0.6.8...v0.6.9)

**Merged pull requests:**

- Fix compile in grails 2.4 [\#20](https://github.com/iamthechad/grails-recaptcha/pull/20) ([AlexKovynev](https://github.com/AlexKovynev))

## [v0.6.8](https://github.com/iamthechad/grails-recaptcha/tree/v0.6.8) (2014-05-20)

[Full Changelog](https://github.com/iamthechad/grails-recaptcha/compare/v0.6.7...v0.6.8)

**Closed issues:**

- Document usage of externalized property files [\#19](https://github.com/iamthechad/grails-recaptcha/issues/19)

- Handle missing "enabled" parameter [\#18](https://github.com/iamthechad/grails-recaptcha/issues/18)

- Error when displaying captcha [\#14](https://github.com/iamthechad/grails-recaptcha/issues/14)

**Merged pull requests:**

- waffle.io Badge [\#16](https://github.com/iamthechad/grails-recaptcha/pull/16) ([waffle-iron](https://github.com/waffle-iron))

- Add a Bitdeli Badge to README [\#15](https://github.com/iamthechad/grails-recaptcha/pull/15) ([bitdeli-chef](https://github.com/bitdeli-chef))

## [v0.6.7](https://github.com/iamthechad/grails-recaptcha/tree/v0.6.7) (2013-12-04)

[Full Changelog](https://github.com/iamthechad/grails-recaptcha/compare/v0.6.6...v0.6.7)

**Closed issues:**

- when useSecureAPI config value is false, it is ignored [\#13](https://github.com/iamthechad/grails-recaptcha/issues/13)

## [v0.6.6](https://github.com/iamthechad/grails-recaptcha/tree/v0.6.6) (2013-11-07)

[Full Changelog](https://github.com/iamthechad/grails-recaptcha/compare/v0.6.5...v0.6.6)

## [v0.6.5](https://github.com/iamthechad/grails-recaptcha/tree/v0.6.5) (2013-05-13)

[Full Changelog](https://github.com/iamthechad/grails-recaptcha/compare/help...v0.6.5)

## [help](https://github.com/iamthechad/grails-recaptcha/tree/help) (2013-05-13)

[Full Changelog](https://github.com/iamthechad/grails-recaptcha/compare/v0.6.4...help)

**Closed issues:**

- AJAX tag fails [\#12](https://github.com/iamthechad/grails-recaptcha/issues/12)

- Define sensible defaults for boolean config values [\#11](https://github.com/iamthechad/grails-recaptcha/issues/11)

- 500 error when configuration parameters are missing [\#10](https://github.com/iamthechad/grails-recaptcha/issues/10)

- Handle booleans in externalized property file configuration [\#9](https://github.com/iamthechad/grails-recaptcha/issues/9)

## [v0.6.4](https://github.com/iamthechad/grails-recaptcha/tree/v0.6.4) (2013-04-25)

[Full Changelog](https://github.com/iamthechad/grails-recaptcha/compare/v0.6.3...v0.6.4)

**Closed issues:**

- Not all URLs in ReCaptcha.groovy respect the useSecureAPI setting [\#7](https://github.com/iamthechad/grails-recaptcha/issues/7)

## [v0.6.3](https://github.com/iamthechad/grails-recaptcha/tree/v0.6.3) (2013-03-23)

[Full Changelog](https://github.com/iamthechad/grails-recaptcha/compare/v0.6.0...v0.6.3)

**Closed issues:**

- Install script fails. [\#6](https://github.com/iamthechad/grails-recaptcha/issues/6)

- Leftover println in tag setup [\#5](https://github.com/iamthechad/grails-recaptcha/issues/5)

- Add AJAX Support [\#3](https://github.com/iamthechad/grails-recaptcha/issues/3)

- Recaptcha plugin overwrites existing RecaptchaConfig on install [\#2](https://github.com/iamthechad/grails-recaptcha/issues/2)

**Merged pull requests:**
Expand All @@ -171,10 +139,5 @@

## [v0.6.0](https://github.com/iamthechad/grails-recaptcha/tree/v0.6.0) (2013-02-27)

**Merged pull requests:**

- Workaround for specifying ReCaptcha language [\#1](https://github.com/iamthechad/grails-recaptcha/pull/1) ([tolow](https://github.com/tolow))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 comments on commit 3394d72

Please sign in to comment.