Skip to content

Commit

Permalink
Release v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
joppuyo committed Mar 15, 2019
1 parent 4f2930a commit 2708905
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dominant-color-async.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Plugin URI: https://github.com/CreunaFI/dominant-color-async
Description: Calculate the dominant color for every image in WordPress, asynchronously
Author: Johannes Siipola
Version: 1.0.10
Version: 1.0.11
Author URI: https://siipo.la
Text Domain: dominant-color-async
*/
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dominant-color-async",
"version": "1.0.10",
"version": "1.0.11",
"description": "Get the dominant color of an image",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ Please report issues and send pull requests on the [GitHub repo](https://github.

== Changelog ==

= 1.0.11 =
* Fix: Fix issue where failed image processing can cause an infinite loop
* Fix: Bump supported WordPress version to 5.1

= 1.0.10 =
* When processing all unprocessed images, chunk batches to avoid timeout on some servers

Expand Down

0 comments on commit 2708905

Please sign in to comment.