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 3d7e98f commit a29a244Copy full SHA for a29a244
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog
2
3
+## 2.0.7 - 2020-04-15
4
+
5
+### Added
6
+- Craft 3.4 compatibility.
7
8
+### Changed
9
+- File logging now checks if the overall Craft app uses file logging.
10
+- Log files now only include `GET` and `POST` additional variables.
11
+- Add back image-cleaning of EXIF data.
12
13
## 2.0.6 - 2019-09-18
14
15
### Fixed
composer.json
@@ -2,7 +2,7 @@
"name": "verbb/image-resizer",
"description": "Image Resizer is a Craft plugin that resizes your assets when they are uploaded.",
"type": "craft-plugin",
- "version": "2.0.6",
+ "version": "2.0.7",
"keywords": [
"craft",
"cms",
0 commit comments