Skip to content

Commit

Permalink
Unrequire reCAPTCHA lightswitch settings field
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Croker committed Jul 20, 2020
1 parent 829f26c commit 42ad11d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Release Notes for Campaign

## 1.15.5 - Unreleased
### Changed
- The reCAPTCHA lightswitch settings field is no longer marked as required with an asterisk ([#155](https://github.com/putyourlightson/craft-campaign/issues/155)).

### Fixed
- Fixed the delete contact permanently button in the contact edit page ([#154](https://github.com/putyourlightson/craft-campaign/issues/154)).

Expand Down
1 change: 0 additions & 1 deletion src/templates/settings/recaptcha/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

{{ forms.lightswitchField({
first: true,
required: true,
label: "reCAPTCHA"|t('campaign'),
instructions: "Enable reCAPTCHA to protect mailing list subscription forms from bots."|t('campaign'),
warning: (config.reCaptcha is defined ? macros.configWarning('reCaptcha')),
Expand Down

0 comments on commit 42ad11d

Please sign in to comment.