From 7c64eb7f6445bfeecca93d37e0b703cd4f116b09 Mon Sep 17 00:00:00 2001 From: Matt West Date: Wed, 3 Apr 2019 13:14:41 +0100 Subject: [PATCH] Prepped release 1.3.0 --- .craftplugin | 2 +- CHANGELOG.md | 4 ++++ composer.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.craftplugin b/.craftplugin index 6c0fc3c..3007581 100644 --- a/.craftplugin +++ b/.craftplugin @@ -1,7 +1,7 @@ { "pluginName": "Craft reCAPTCHA", "pluginDescription": "Integrate Google’s reCAPTCHA into your forms.", - "pluginVersion": "1.2.0", + "pluginVersion": "1.3.0", "pluginAuthorName": "Matt West", "pluginVendorName": "mattwest", "pluginAuthorUrl": "https://mattwest.io", diff --git a/CHANGELOG.md b/CHANGELOG.md index 58ffc48..7b0eb09 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.3.0 - 2019-04-03 +### Added +- Added the ability to specific size and theme options. (Thanks [Marty Wallace](https://github.com/martywallace)!) + ## 1.0.1 - 2018-06-01 ### Added - The Craft [contact form](https://github.com/craftcms/contact-form) plugin is no longer required. diff --git a/composer.json b/composer.json index 989a26c..5c129de 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.2.0", + "version": "1.3.0", "keywords": [ "craft", "cms",