Skip to content

Commit

Permalink
Version number pushed to 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Carraro committed Nov 5, 2014
1 parent ebbfae2 commit 43f3eeb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "wcm/dynamic-image-resize",
"version" : "1.6.1",
"version" : "1.6.2",
"main" : "dynamic_img_resize.php",
"ignore" : [
".git",
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion dynamic_img_resize.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Dynamic Image resize
* Plugin URI: http://unserkaiser.com/plugins/dynamic-image-resize/
* Description: Dynamically resizes images. Enables the <code>[dynamic_image]</code> shortcode, pseudo-TimThumb but creates resized and cropped image files from existing media library entries. Usage: <code>[dynamic_image src="http://example.org/wp-content/uploads/2012/03/image.png" width="100" height="100"]</code>. Also offers a template tag.
* Version: 1.6.1
* Version: 1.6.2
* Author: Franz Josef Kaiser <http://unserkaiser.com/contact/>
* Author URI: http://unserkaiser.com
* License: MIT
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 43f3eeb

Please sign in to comment.