Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joppuyo committed Dec 2, 2019
1 parent cf0272c commit 11bb0b5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Description: Convert Adobe RGB / CMYK images to sRGB on upload. Requires ImageMagick built with lcms delegate.
Author: Johannes Siipola
Author URI: https://www.creuna.com/fi/
Version: 1.1.0
Version: 1.2.0
License: GPL v3 or later
Text Domain: color-space-fixer
*/
Expand Down
13 changes: 13 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,16 @@ License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html

Convert Adobe RGB / CMYK images to sRGB on upload. Requires ImageMagick built with lcms delegate.

== Changelog ==

= 1.2.0 =
* Feature: Add plugin update checker
* Fix: Use sRGBv2 profile instead of sRGBv4 because Firefox doesn't support sRGBv4

= 1.1.0 =
* Fix: Skip processing if uploaded file is not an image
* Feature: Process image that are sRGB but have ICC profile. For example Adobe RGB, ProPhoto or Display P3 images.

= 1.0.0 =
* Initial release

0 comments on commit 11bb0b5

Please sign in to comment.