- Some javascript are identified as java when determining the mime type. So we don't trust the answer and check the extension then.
- Fixed version number.
- Fixed boolean environment suggestions in settings.
\codemonauts\aws\services\S3::setCredentials()
to set credentials for the next S3 operation.
\codemonauts\aws\services\Cloudfront::invalidate()
to create invalidation requests for Cloudfront.
- Fixed boolean environment suggestions in settings.
- Craft CMS 4 compatibility.
- Requires Craft CMS >= 4.0
- Uses the General Config
buildId
for versioning the asset paths (if set).
- Storing thumbnails on bucket: With Craft 4 the thumbnails for the CP are generated and stored the same way as every asset transformation. So no need for a special function anymore.
- Console command to generate thumbs without job/queues
- Config option for queue name for all mass updates (e.g. thumbs generating)
- If resourceRevision was a clousure, an error occured
- Fix AssetManager by adding S3 functions as trait
- Fix cached path of thumbnails
- Fix SVG mime type for older Craft CMS versions
- Initial release