Image Widget - Version 3.1.5

Version Description

Fixed PHP 5 bug. Removed 'public' declaration. http://wordpress.org/support/topic/362167 Thanks mpwalsh8, jleuze, PoLaR5, NancyA and phoney36

Download this release

Release Info

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

Code changes from version 3.1.4 to 3.1.5

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.1.4
8
  Author URI: http://www.shaneandpeter.com
9
  */
10
 
@@ -21,7 +21,7 @@ add_action('widgets_init', 'load_sp_image_widget');
21
  **/
22
  class SP_Image_Widget extends WP_Widget {
23
 
24
- public $pluginDomain = 'sp_image_widget';
25
 
26
  /**
27
  * SP Image Widget constructor
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.1.5
8
  Author URI: http://www.shaneandpeter.com
9
  */
10
 
21
  **/
22
  class SP_Image_Widget extends WP_Widget {
23
 
24
+ var $pluginDomain = 'sp_image_widget';
25
 
26
  /**
27
  * SP Image Widget constructor
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: 2.8
6
  Tested up to: 2.9.1.1
7
- Stable tag: 3.1.4
8
 
9
  == Description ==
10
 
@@ -44,6 +44,10 @@ Please visit the forum for questions or comments: http://wordpress.org/tags/imag
44
 
45
  == Changelog ==
46
 
 
 
 
 
47
  = 3.1.4 =
48
 
49
  * Added support for ALT tags. If no alt tag is entered the title is used.
4
  Tags: widget, image, ad, banner, simple, upload, sidebar, admin, thickbox, resize
5
  Requires at least: 2.8
6
  Tested up to: 2.9.1.1
7
+ Stable tag: 3.1.5
8
 
9
  == Description ==
10
 
44
 
45
  == Changelog ==
46
 
47
+ = 3.1.5 =
48
+
49
+ Fixed PHP 5 bug. Removed 'public' declaration. http://wordpress.org/support/topic/362167 Thanks mpwalsh8, jleuze, PoLaR5, NancyA and phoney36
50
+
51
  = 3.1.4 =
52
 
53
  * Added support for ALT tags. If no alt tag is entered the title is used.