Skip to content

Commit

Permalink
Bumped version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-west committed Jun 29, 2020
1 parent 059c1f3 commit 50cda07
Show file tree
Hide file tree
Showing 3 changed files with 6 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.3.0",
"pluginVersion": "1.5.0",
"pluginAuthorName": "Matt West",
"pluginVendorName": "mattwest",
"pluginAuthorUrl": "https://mattwest.io",
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ 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.0 - 2020-06-29
### Added
- Allow plugin to verify requests and forward them on to other controller actions. (Thanks [Stephen Hamilton](https://github.com/totov)!)

## 1.3.0 - 2019-04-03
### Added
- Added the ability to specific size and theme options. (Thanks [Marty Wallace](https://github.com/martywallace)!)
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.4.0",
"version": "1.5.0",
"keywords": [
"craft",
"cms",
Expand Down

0 comments on commit 50cda07

Please sign in to comment.