Image Widget - Version 3.2.1

Version Description

  • Fix image widget public declaration bug.
Download this release

Release Info

Developer peterchester
Plugin Icon 128x128 Image Widget
Version 3.2.1
Comparing to
See all releases

Code changes from version 3.2 to 3.2.1

Files changed (2) hide show
  1. image-widget.php +2 -2
  2. readme.txt +5 -1
image-widget.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Image Widget
4
  Plugin URI: http://wordpress.org/extend/plugins/image-widget/
5
  Description: Simple image widget that uses native Wordpress upload thickbox to add image widgets to your site.
6
  Author: Shane and Peter, Inc.
7
- Version: 3.2
8
  Author URI: http://www.shaneandpeter.com
9
  */
10
 
@@ -282,7 +282,7 @@ class SP_Image_Widget extends WP_Widget {
282
  * @author Shane & Peter, Inc. (Matt Wiebe)
283
  **/
284
 
285
- public function getTemplateHierarchy($template) {
286
  // whether or not .php was added
287
  $template_slug = rtrim($template, '.php');
288
  $template = $template_slug . '.php';
4
  Plugin URI: http://wordpress.org/extend/plugins/image-widget/
5
  Description: Simple image widget that uses native Wordpress upload thickbox to add image widgets to your site.
6
  Author: Shane and Peter, Inc.
7
+ Version: 3.2.1
8
  Author URI: http://www.shaneandpeter.com
9
  */
10
 
282
  * @author Shane & Peter, Inc. (Matt Wiebe)
283
  **/
284
 
285
+ function getTemplateHierarchy($template) {
286
  // whether or not .php was added
287
  $template_slug = rtrim($template, '.php');
288
  $template = $template_slug . '.php';
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: widget, image, ad, banner, simple, upload, sidebar, admin, thickbox, resize
5
  Requires at least: 3.0
6
  Tested up to: 3.0.1
7
- Stable tag: 3.2
8
 
9
  == Description ==
10
 
@@ -67,6 +67,10 @@ function my_template_filter($template) {
67
 
68
  == Changelog ==
69
 
 
 
 
 
70
  = 3.2 =
71
 
72
  * Abstract views for widget output and widget admin.
4
  Tags: widget, image, ad, banner, simple, upload, sidebar, admin, thickbox, resize
5
  Requires at least: 3.0
6
  Tested up to: 3.0.1
7
+ Stable tag: 3.2.1
8
 
9
  == Description ==
10
 
67
 
68
  == Changelog ==
69
 
70
+ = 3.2.1 =
71
+
72
+ * Fix image widget public declaration bug.
73
+
74
  = 3.2 =
75
 
76
  * Abstract views for widget output and widget admin.