diff --git a/image-processing-queue.php b/image-processing-queue.php index d6ccb64..07475ec 100644 --- a/image-processing-queue.php +++ b/image-processing-queue.php @@ -5,7 +5,7 @@ Description: Allow theme designers to define image sizes for specific images and have them processed in the background Author: Delicious Brains -Version: 1.1.0 +Version: 1.1.1 Author URI: http://deliciousbrains.com/ Text Domain: image-processing-queue Domain Path: /languages/ diff --git a/readme.txt b/readme.txt index 36dd357..13f4657 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: bradt, deliciousbrains Tags: image processing, image resizing, thumbnails, theme, feature-plugin Requires at least: 4.6 -Tested up to: 4.9 -Stable tag: 1.1.0 +Tested up to: 5.2 +Stable tag: 1.1.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -36,6 +36,9 @@ To install as a plugin search for "Image Processing Queue" in your WordPress das == Changelog == += 1.1.1 = +* Bug fix: PHP Fatal error: Class 'Image_Processing_Queue\Exception' not found. + = 1.1.0 = * Improvement: Added `ipq_job_attempts` and `ipq_cron_interval` filters.