diff --git a/.craftplugin b/.craftplugin index 3007581..76a51ac 100644 --- a/.craftplugin +++ b/.craftplugin @@ -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", diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b0eb09..e66c11b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)!) diff --git a/composer.json b/composer.json index 44c2d09..26bdc3d 100644 --- a/composer.json +++ b/composer.json @@ -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",