We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ada18 commit f1d4a22Copy full SHA for f1d4a22
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## 3.0.11 - 2024-01-30
4
+
5
+### Fixed
6
+- Fix bulk resize not working for non-local filesystems.
7
+- Fix an error when uploading an asset in some instances.
8
+- Fix bulk resize volume name formatting.
9
+- Fix asset volume-specific settings not being properly set.
10
11
## 3.0.10 - 2024-01-23
12
13
### Fixed
composer.json
@@ -2,7 +2,7 @@
"name": "verbb/image-resizer",
"description": "Resize assets when they are uploaded.",
"type": "craft-plugin",
- "version": "3.0.10",
+ "version": "3.0.11",
"keywords": [
"craft",
"cms",
0 commit comments