All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Craft CMS 5 support
2.3.3 - 2023-03-02
checkCache()
null array bug (#25)
2.3.0 - 2022-08-23
- CDN support (#22)
- automatically delete transformed images when the source image is deleted from Craft (#19)
- new config settings:
cdn
- must be the CDN's origin URL
acl
- controls the files default ACL value
- supports "private" (default) and "public-read"
- images stored in S3 or Spaces now use the correct
Content-Type
header (#21)- previously always used
application/octet-stream
(default value for S3-compatible storage solutions) - now uses correct MIME type
- previously always used
2.2.0 - 2022-07-07
- support for S3-compatible object storage solutions (like Digital Ocean Spaces) (#16)
craft.jitter.url(asset, params)
method
- improved image caching response times (#15)
craft.jitter.transformImage()
would cache transformed images using the assetsuid
instead ofid
(#14)
- composer packages
- Jitter Core v1.1.0 -> v2.0.0
2.1.0 - 2022-05-31
croponly
mode (previously wascrop
mode)
clip
mode no longer crops or distorts the imagecrop
mode inconsistencies -- now resizes before cropping (for old functionality seecroponly
mode)- focal point out of bounds bug
2.0.0 - 2022-05-30
- Craft 4 support
- Craft 4 & PHP 8 type issues
1.2.6 - 2022-05-30
- PHP type errors
- Craft 4 support
1.2.5 - 2022-05-30
- PHP type errors
1.2.4 - 2022-05-30
- Craft version requirements
1.2.3 - 2022-05-30
- PHP 8 bugs introduced by Craft's Rector library
1.2.2 - 2022-05-21
- PHP 8 support
1.2.1 - 2021-06-19
craft.jitter.transformImage()
bug (#9)- S3 bucket config bug
craft.jitter.srcset()
removes the temp files it creates
1.2.0 - 2021-06-12
- fixed S3 ACL issues (#6)
- switched to Jitter Core (#5)
1.1.2 - 2021-06-06
- invalid S3 asset paths after clearing the runtime cache (#7)
1.1.1 - 2020-11-19
- changed
$asset->url
to$asset->getImageTransformSourcePath()
(#3) - changed file extension regex pattern from
/(\..*)$/
to/(\..{1,4})$/
(#3)
1.1.0 - 2020-10-26
- native focus point fallback #2
1.0.0 - 2020-09-16
- basic documentation
- create image transformation service
- create image transformation twig variable
- AWS S3 bucket support
- focus point parameters
srcset()
functionality- cache clearing functionality
- delete local files
- delete S3 files