Skip to content

Commit a29a244

Browse files
committed
version 2.0.7
1 parent 3d7e98f commit a29a244

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

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+
313
## 2.0.6 - 2019-09-18
414

515
### Fixed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "verbb/image-resizer",
33
"description": "Image Resizer is a Craft plugin that resizes your assets when they are uploaded.",
44
"type": "craft-plugin",
5-
"version": "2.0.6",
5+
"version": "2.0.7",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)