diff --git a/bower.json b/bower.json index 5e5201c..e09730d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name" : "wcm/dynamic-image-resize", - "version" : "1.6.1", + "version" : "1.6.2", "main" : "dynamic_img_resize.php", "ignore" : [ ".git", diff --git a/component.json b/component.json index c34fbff..679a04d 100644 --- a/component.json +++ b/component.json @@ -1,6 +1,6 @@ { "name" : "wcm/dynamic-image-resize", - "version" : "1.6.1", + "version" : "1.6.2", "description" : "Enables WordPress custom image sizes on the fly. Can be used with a shortcode or a template tag.", "homepage" : "http://franz-josef-kaiser.github.io/Dynamic-Image-Resize/", "author" : "Franz Josef Kaiser", diff --git a/dynamic_img_resize.php b/dynamic_img_resize.php index d99314d..a6191e1 100644 --- a/dynamic_img_resize.php +++ b/dynamic_img_resize.php @@ -4,7 +4,7 @@ * Plugin Name: Dynamic Image resize * Plugin URI: http://unserkaiser.com/plugins/dynamic-image-resize/ * Description: Dynamically resizes images. Enables the [dynamic_image] shortcode, pseudo-TimThumb but creates resized and cropped image files from existing media library entries. Usage: [dynamic_image src="http://example.org/wp-content/uploads/2012/03/image.png" width="100" height="100"]. Also offers a template tag. - * Version: 1.6.1 + * Version: 1.6.2 * Author: Franz Josef Kaiser * Author URI: http://unserkaiser.com * License: MIT diff --git a/package.json b/package.json index e3ec7bd..c56684e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name" : "wcm/dynamic-image-resize", "description" : "Enables WordPress custom image sizes on the fly. Can be used with a shortcode or a template tag.", - "version" : "1.6.1", + "version" : "1.6.2", "homepage" : "http://franz-josef-kaiser.github.io/Dynamic-Image-Resize/", "main" : "dynamic_img_resize.php", "readmeFilename" : "README.md", diff --git a/readme.md b/readme.md index 1b40080..ccc4bcb 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Dynamic Image resizing in WordPress -version: _v1.6.1_ +version: _v1.6.2_ "Dynamic Image Resize" is a WordPress (MU-)plugin that offers a shortcode and a template tag to resize images "on the flight" without the need of TimThumb, but with WP core functions.