Skip to content

Commit

Permalink
Merge pull request #42 from tvd0x2a/craft-5
Browse files Browse the repository at this point in the history
Support Craft 5
  • Loading branch information
matt-west authored Jul 12, 2024
2 parents d95e16a + c560347 commit 23dbb23
Show file tree
Hide file tree
Showing 3 changed files with 5,659 additions and 1,205 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": "2.0.2",
"pluginVersion": "3.0.0",
"pluginAuthorName": "Matt West",
"pluginVendorName": "mattwest",
"pluginAuthorUrl": "https://mattwest.design",
Expand Down
4 changes: 2 additions & 2 deletions 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": "2.0.2",
"version": "3.0.0",
"keywords": [
"craft",
"cms",
Expand All @@ -22,7 +22,7 @@
}
],
"require": {
"craftcms/cms": "^4.0.3",
"craftcms/cms": "^4.0.3|^5.0.0",
"guzzlehttp/guzzle": "^6.3 || ^7.2"
},
"autoload": {
Expand Down
Loading

0 comments on commit 23dbb23

Please sign in to comment.