Skip to content

Commit

Permalink
1.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-west committed Jan 17, 2022
1 parent 4e2d74d commit c34f11a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .craftplugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"pluginName": "Craft reCAPTCHA",
"pluginDescription": "Integrate Google’s reCAPTCHA into your forms.",
"pluginVersion": "1.5.2",
"pluginVersion": "1.5.3",
"pluginAuthorName": "Matt West",
"pluginVendorName": "mattwest",
"pluginAuthorUrl": "https://mattwest.design",
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.5.3 - 2022-01-17
### Added
- Added Italian translations. (Thanks [andreapasotti](https://github.com/matt-west/craft-recaptcha/pull/31)!)
- Use local language when requesting reCAPTCHA script. (Thanks [parwinderD4D](https://github.com/matt-west/craft-recaptcha/pull/28))
- Send user IP to Google with verification requests. Optional. Default = false. (Thanks [domstubbs](https://github.com/matt-west/craft-recaptcha/pull/30))

## 1.5.2 - 2021-06-01
### Added
- Added Guzzle 7 compatibility. (Thanks [bossanova808](https://github.com/bossanova808)!)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "matt-west/craft-recaptcha",
"description": "Integrate Google’s reCAPTCHA into your forms.",
"type": "craft-plugin",
"version": "1.5.2",
"version": "1.5.3",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit c34f11a

Please sign in to comment.