Skip to content

Commit 7c98ca1

Browse files
committed
Merge branch 'release/2.2.3' into craft-webpack
2 parents e93acbb + 47fc7e5 commit 7c98ca1

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# nystudio107/craft Change Log
22

3+
## 2.2.3 - 2020.03.21
4+
### Changed
5+
* Added `SERVERLESS_SHARP_CLOUDFRONT_URL` to the `example.env`
6+
* Added plugin licenses environment variables to `project.yaml`
7+
* Added `SERVERLESS_SHARP_CLOUDFRONT_URL` to the ImageOptimized default settings in `project.yaml`
8+
39
## 2.2.2 - 2020.03.18
410
### Added
511
* Added `seed_db.sql` to seed the initial database

cms/config/project.yaml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,14 +83,60 @@ plugins:
8383
image-optimize:
8484
edition: standard
8585
enabled: true
86+
licenseKey: $PLUGIN_IMAGEOPTIMIZE_LICENSE
8687
schemaVersion: 1.0.0
88+
settings:
89+
allowUpScaledImageVariants: false
90+
assetVolumeSubFolders: true
91+
autoSharpenScaledImages: true
92+
createColorPalette: true
93+
createPlaceholderSilhouettes: false
94+
imageTransformTypeSettings:
95+
__assoc__:
96+
-
97+
- nystudio107\imageoptimizeimgix\imagetransforms\ImgixImageTransform
98+
-
99+
__assoc__:
100+
-
101+
- domain
102+
- ''
103+
-
104+
- apiKey
105+
- ''
106+
-
107+
- securityToken
108+
- ''
109+
-
110+
- nystudio107\imageoptimizesharp\imagetransforms\SharpImageTransform
111+
-
112+
__assoc__:
113+
-
114+
- baseUrl
115+
- $SERVERLESS_SHARP_CLOUDFRONT_URL
116+
-
117+
- nystudio107\imageoptimizethumbor\imagetransforms\ThumborImageTransform
118+
-
119+
__assoc__:
120+
-
121+
- baseUrl
122+
- ''
123+
-
124+
- securityKey
125+
- ''
126+
-
127+
- includeBucketPrefix
128+
- ''
129+
lowerQualityRetinaImageVariants: false
130+
transformClass: nystudio107\imageoptimizesharp\imagetransforms\SharpImageTransform
87131
retour:
88132
edition: standard
89133
enabled: true
134+
licenseKey: $PLUGIN_RETOUR_LICENSE
90135
schemaVersion: 3.0.7
91136
seomatic:
92137
edition: standard
93138
enabled: true
139+
licenseKey: $PLUGIN_SEOMATIC_LICENSE
94140
schemaVersion: 3.0.8
95141
twigpack:
96142
edition: standard
@@ -103,6 +149,7 @@ plugins:
103149
webperf:
104150
edition: standard
105151
enabled: true
152+
licenseKey: $PLUGIN_WEBPERF_LICENSE
106153
schemaVersion: 1.0.1
107154
sections:
108155
54e60257-f31a-44aa-960e-bbd364197e28:

cms/example.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ S3_SUBFOLDER=
4343
CLOUDFRONT_URL=
4444
CLOUDFRONT_DISTRIBUTION_ID=
4545
CLOUDFRONT_PATH_PREFIX=
46+
SERVERLESS_SHARP_CLOUDFRONT_URL=
4647

4748
# Redis settings
4849
REDIS_HOSTNAME=redis

0 commit comments

Comments
 (0)