Skip to content

Commit

Permalink
(release) Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nitriques committed Nov 2, 2024
1 parent f87919c commit ae9ac49
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "deuxhuithuit/craft-cloudflare-images",
"description": "Upload your images assets to Cloudflare Images from Craft CMS assets interface. It exposes the a file system and supports craft image transforms.",
"type": "craft-plugin",
"version": "2.0.1",
"version": "2.1.0",
"keywords": [
"cloudflare",
"images",
Expand Down

0 comments on commit ae9ac49

Please sign in to comment.