We try to maintain a complete change log, based on what is available in git.
This release make it impossible to rename files. It was allowed but was causing issues with the files and could lead to data loss.
- f87919cdeb (feat) Implement proper file index/listing
- 18b4ce28b7 (fix) Bypass Craft for filename overwrite
- 704352a69f (fix) Compare directories when a file is found
- 2e8a958797 (fix) Silence errors if the file is broken
- cc43fe164b (feat) Prevent file renaming
- 64cb0cb926 (feat) Make sure only images are accepted
- 5aeaa52132 (docs) Add docs about FS and Volumes
- 18373f4a00 (fix) Use cleaned path in recentFiles
- 0b4e69d766 (fix) Convert Craft image position to CF transforms gravity (#5)
This is a breaking change since v2 only support Craft 5.
- b0fb2e5a8d (feat) Craft 5 support (#4)
- 257fa1c414 (feat) impl: CloudflareImagesFs::fileExists()
- 0887b2fed8 (feat) Allow config in constructor
- 9b2dd0d833 (fix) Override static properties
- 1d9dd16d0d (chore) Add php 8.3 support
- 29f25ef2a2 Require at least craft cms 4.5.10
- Initial version