Skip to content

Commit b9f01d7

Browse files
committed
Bumped version.
1 parent 25ec43d commit b9f01d7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 2.3.0 - 2019-09-21
4+
5+
> {warning} As of Imager 2.3.0, the native focal point will automatically be used for transforms on Asset elements, _if no `position` is set in the transform_. If you were relying on the configuration setting `position` as the fallback value in previous versions, this could result in new transforms being created for some images, and you should consider adding your default value explicitly before upgrading.
6+
7+
### Changed
8+
- Imager will now automatically use native focal point for Asset elements, if no position is set by the transform. (fixes #270).
9+
10+
311
## 2.2.0 - 2019-09-16
412
### Added
513
- Added missing `noop` implementation (fixes #260).

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "aelvan/imager",
33
"description": "Image transforms gone wild",
44
"type": "craft-plugin",
5-
"version": "v2.2.0",
5+
"version": "v2.3.0",
66
"keywords": [
77
"craft",
88
"cms",

0 commit comments

Comments
 (0)