Skip to content

Commit c783d57

Browse files
committed
Remove required indicators
1 parent 3ecf88d commit c783d57

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release Notes for Blitz CloudFront Purger
22

3+
## 4.1.2 - 2024-10-18
4+
5+
### Fixed
6+
7+
- Fixed the required indicators in the plugin settings page ([#13](https://github.com/putyourlightson/craft-blitz-cloudfront/issues/13)).
8+
39
## 4.1.1 - 2024-10-18
410

511
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "putyourlightson/craft-blitz-cloudfront",
33
"description": "CloudFront cache purger for the Blitz plugin.",
4-
"version": "4.1.1",
4+
"version": "4.1.2",
55
"type": "craft-plugin",
66
"homepage": "https://putyourlightson.com/plugins/blitz",
77
"license": "proprietary",

src/templates/settings.twig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
suggestions: craft.cp.getEnvSuggestions(),
1010
value: purger.apiKey,
1111
errors: purger.getErrors('apiKey'),
12-
required: true,
1312
first: true,
1413
}) }}
1514

@@ -22,7 +21,6 @@
2221
suggestions: craft.cp.getEnvSuggestions(),
2322
value: purger.apiSecret,
2423
errors: purger.getErrors('apiSecret'),
25-
required: true,
2624
}) }}
2725

2826
{{ forms.autosuggestField({

0 commit comments

Comments
 (0)