Skip to content

Commit

Permalink
Remove required indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
bencroker committed Oct 18, 2024
1 parent 3ecf88d commit c783d57
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes for Blitz CloudFront Purger

## 4.1.2 - 2024-10-18

### Fixed

- Fixed the required indicators in the plugin settings page ([#13](https://github.com/putyourlightson/craft-blitz-cloudfront/issues/13)).

## 4.1.1 - 2024-10-18

### Fixed
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-blitz-cloudfront",
"description": "CloudFront cache purger for the Blitz plugin.",
"version": "4.1.1",
"version": "4.1.2",
"type": "craft-plugin",
"homepage": "https://putyourlightson.com/plugins/blitz",
"license": "proprietary",
Expand Down
2 changes: 0 additions & 2 deletions src/templates/settings.twig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
suggestions: craft.cp.getEnvSuggestions(),
value: purger.apiKey,
errors: purger.getErrors('apiKey'),
required: true,
first: true,
}) }}

Expand All @@ -22,7 +21,6 @@
suggestions: craft.cp.getEnvSuggestions(),
value: purger.apiSecret,
errors: purger.getErrors('apiSecret'),
required: true,
}) }}

{{ forms.autosuggestField({
Expand Down

0 comments on commit c783d57

Please sign in to comment.