Skip to content

Commit

Permalink
Exclude the templates/render controller action
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Aug 25, 2021
1 parent 058c5b0 commit c129cdf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.8 - 2021-08-25
### Changed
- Excluded the `templates/render` controller action from being validated ([#20](https://github.com/putyourlightson/craft-snaptcha/issues/20)).

## 3.0.7 - 2021-06-28
### Changed
- Excluded GraphQL requests that do not use `application/graphql` as their MIME type from being validated ([#17](https://github.com/putyourlightson/craft-snaptcha/issues/17)).
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "putyourlightson/craft-snaptcha",
"description": "Automatically validates forms and prevents spam bots from submitting to your site.",
"version": "3.0.7",
"version": "3.0.8",
"type": "craft-plugin",
"homepage": "https://putyourlightson.com/plugins/snaptcha",
"license": "proprietary",
Expand Down
1 change: 1 addition & 0 deletions src/services/SnaptchaService.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class SnaptchaService extends Component
'complete-cookie-consent/consent/submit',
'cookie-consent/consent/update',
'graphql/api',
'templates/render',
];

/**
Expand Down

0 comments on commit c129cdf

Please sign in to comment.