File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 99 suggestions : craft .cp .getEnvSuggestions (),
1010 value : purger .apiKey ,
1111 errors : purger.getErrors (' apiKey' ),
12- required : true ,
1312 first : true ,
1413}) }}
1514
2221 suggestions : craft .cp .getEnvSuggestions (),
2322 value : purger .apiSecret ,
2423 errors : purger.getErrors (' apiSecret' ),
25- required : true ,
2624}) }}
2725
2826{{ forms.autosuggestField ({
You can’t perform that action at this time.
0 commit comments