Version 2.1.0

November 2, 2024

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

Version 2.0.1

August 14, 2024
  • 0b4e69d766 (fix) Convert Craft image position to CF transforms gravity (#5)

Version 2.0.0

August 13, 2024

This is a breaking change since v2 only support Craft 5.

  • b0fb2e5a8d (feat) Craft 5 support (#4)

Version 1.2.0

June 6, 2024
  • 257fa1c414 (feat) impl: CloudflareImagesFs::fileExists()

Version 1.1.0

June 3, 2024
  • 0887b2fed8 (feat) Allow config in constructor
  • 9b2dd0d833 (fix) Override static properties

Version 1.0.2

February 8, 2024
  • 1d9dd16d0d (chore) Add php 8.3 support

Version 1.0.1

November 7, 2023
  • 29f25ef2a2 Require at least craft cms 4.5.10

Version 1.0.0

October 30, 2023
  • Initial version