Skip to content

Commit dc1118e

Browse files
committedMay 2, 2019
Bump version and update readme
1 parent 9c31c31 commit dc1118e

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed
 

‎image-processing-queue.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Description: Allow theme designers to define image sizes for specific images and have them
66
processed in the background
77
Author: Delicious Brains
8-
Version: 1.1.0
8+
Version: 1.1.1
99
Author URI: http://deliciousbrains.com/
1010
Text Domain: image-processing-queue
1111
Domain Path: /languages/

‎readme.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Contributors: bradt, deliciousbrains
33
Tags: image processing, image resizing, thumbnails, theme, feature-plugin
44
Requires at least: 4.6
5-
Tested up to: 4.9
6-
Stable tag: 1.1.0
5+
Tested up to: 5.2
6+
Stable tag: 1.1.1
77
License: GPLv2 or later
88
License URI: https://www.gnu.org/licenses/gpl-2.0.html
99

@@ -36,6 +36,9 @@ To install as a plugin search for "Image Processing Queue" in your WordPress das
3636

3737
== Changelog ==
3838

39+
= 1.1.1 =
40+
* Bug fix: PHP Fatal error: Class 'Image_Processing_Queue\Exception' not found.
41+
3942
= 1.1.0 =
4043
* Improvement: Added `ipq_job_attempts` and `ipq_cron_interval` filters.
4144

0 commit comments

Comments
 (0)
Please sign in to comment.