Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.25 KB

CHANGELOG.md

File metadata and controls

48 lines (29 loc) · 1.25 KB

Change log

We try to maintain a complete change log, based on what is available in git.

2.1.0 - 2024-11-02

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

2.0.1 - 2024-08-14

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

2.0.0 - 2024-08-13

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

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

1.2.0 - 2024-06-06

  • 257fa1c414 (feat) impl: CloudflareImagesFs::fileExists()

1.1.0 - 2024-06-03

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

1.0.2 - 2024-02-08

  • 1d9dd16d0d (chore) Add php 8.3 support

1.0.1 - 2023-11-07

  • 29f25ef2a2 Require at least craft cms 4.5.10

1.0.0 - 2023-10-30

  • Initial version