Skip to content

Commit 09cf32b

Browse files
committed
Version 1.4.30
Signed-off-by: Andrew Welch <andrew@nystudio107.com>
1 parent b81609a commit 09cf32b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

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

3+
## 1.4.30 - 2018.04.09
4+
### Added
5+
* Added additional profiling information
6+
37
## 1.4.29 - 2018.04.06
48
### Added
59
* Added profiling to the image variant creation

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "nystudio107/craft-imageoptimize",
33
"description": "Automatically create & optimize responsive image transforms, using either native Craft transforms or a service like Imgix, with zero template changes.",
44
"type": "craft-plugin",
5-
"version": "1.4.29",
5+
"version": "1.4.30",
66
"keywords": [
77
"craft",
88
"cms",
@@ -28,7 +28,7 @@
2828
"minimum-stability": "dev",
2929
"prefer-stable": true,
3030
"require": {
31-
"craftcms/cms": "^3.0.0-RC12",
31+
"craftcms/cms": "^3.0.0",
3232
"imgix/imgix-php": "^1.1.0",
3333
"ksubileau/color-thief-php": "^1.3",
3434
"mikehaertl/php-shellcommand": "~1.2"

0 commit comments

Comments
 (0)