Skip to content

Commit 3180818

Browse files
committedMay 26, 2020
Release v1.1.0
1 parent 4fc287f commit 3180818

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎readme.txt

+5
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ High performance WordPress image processing with VIPS
1212

1313
== Changelog ==
1414

15+
= 1.1.0 =
16+
* Feature: vips thumbnail is used instead of resize if vips version is newer than 8.6.0 for faster resizing
17+
* Fix: Fixed issue where error was not handled correctly if target size was larger than image size
18+
* Fix: Disabled vips cache by default since it took up more memory without any performance benefits
19+
1520
= 1.0.3 =
1621
* Fix Bedrock compatibility
1722

‎vips-image-editor.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: VIPS image editor
55
Plugin URI: https://github.com/CreunaFI/vips-image-editor
66
Description: High performance WordPress image processing with VIPS
7-
Version: 1.0.3
7+
Version: 1.1.0
88
Author: Johannes Siipola
99
Author URI: https://siipo.la
1010
License: GPLv2 or later

0 commit comments

Comments
 (0)