diff --git a/fly-dynamic-image-resizer.php b/fly-dynamic-image-resizer.php index 5c61b6e..cbc11d6 100755 --- a/fly-dynamic-image-resizer.php +++ b/fly-dynamic-image-resizer.php @@ -2,7 +2,7 @@ /* Plugin Name: Fly Dynamic Image Resizer Description: Dynamically create image sizes on the fly! -Version: 2.0.3 +Version: 2.0.4 Author: Junaid Bhura Author URI: https://junaidbhura.com Text Domain: fly-images diff --git a/readme.txt b/readme.txt index fc93b7e..73fb36e 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: junaidbhura Tags: media library, images, resize, dynamic, on the fly Requires at least: 3.0 Tested up to: 4.9 -Stable tag: 2.0.3 +Stable tag: 2.0.4 Dynamically create image sizes on the fly! @@ -126,6 +126,9 @@ Create dynamic image sizes in your PHP code! == Changelog == += 2.0.4 = +* Performance improvements [#15](https://github.com/junaidbhura/fly-dynamic-image-resizer/issues/15) + = 2.0.3 = * Added two new helper functions to get previously defined image sizes [#14](https://github.com/junaidbhura/fly-dynamic-image-resizer/issues/14)