- Add
phpstan
andecs
code linting - Add
code-analysis.yaml
GitHub action
- Updated the docs to use VitePress
^1.0.0-alpha.29
- Allow for versioning of the docs
- Fix Asset Volume file system access for Craft 4 (#67)
- Fix progress URLs and send application/json response (#68)
- Fix asset thumbnails (#69)
- Fix GIF filename generation (#70)
- Pinned
vitepress
to^0.22.4
pending official1.0.0
release - Add comments to
Makefile
s for Fig - Use Vite
^3.1.0
& rebuild assets - Add
allow-plugins
tocomposer.json
to allow CI tests to function
- Remove reference to now missing
DefineAssetThumbUrlEvent::generate
property - Change reference to now renamed
DefineAssetThumbUrlEvent::path
property
- Fixed method signature for
Transcode::getFileInfo()
so that an Asset object can be passed into it
- Added
synchronous
&stripMetadata
to the parameters that should be excluded from the generated file name
- Fixed incorrect return types in
TranscoderVariable
that could cause exceptions to be thrown
- Refactored to use
Assets::EVENT_DEFINE_THUMB_URL
now available in Craft4.0.0-beta.2
- Updated types for Craft CMS
4.0.0-alpha.1
via Rector
- Initial Craft CMS 4 compatibility