Image Widget - Version 3.2.10

Version Description

  • Fix JS typo.
Download this release

Release Info

Developer mattwiebe
Plugin Icon 128x128 Image Widget
Version 3.2.10
Comparing to
See all releases

Code changes from version 3.2.9 to 3.2.10

Files changed (3) hide show
  1. image-widget.js +2 -2
  2. image-widget.php +1 -1
  3. readme.txt +5 -1
image-widget.js CHANGED
@@ -89,8 +89,8 @@
89
  );
90
  }
91
 
92
- function imgHandler(ev) {
93
- ev.preventDefault();
94
  window.send_to_editor = image_widget_send_to_editor;
95
  tb_show("Add an Image", event.target.href, false);
96
  }
89
  );
90
  }
91
 
92
+ function imgHandler(event) {
93
+ event.preventDefault();
94
  window.send_to_editor = image_widget_send_to_editor;
95
  tb_show("Add an Image", event.target.href, false);
96
  }
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: Modern Tribe, Inc.
7
- Version: 3.2.9
8
  Author URI: http://tri.be/
9
  */
10
 
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: Modern Tribe, Inc.
7
+ Version: 3.2.10
8
  Author URI: http://tri.be/
9
  */
10
 
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.3
7
- Stable tag: 3.2.9
8
 
9
  == Description ==
10
 
@@ -68,6 +68,10 @@ function my_template_filter($template) {
68
 
69
  == Changelog ==
70
 
 
 
 
 
71
  = 3.2.9 =
72
 
73
  * Minor JS fix to hopefully address issues of lightbox not working
4
  Tags: widget, image, ad, banner, simple, upload, sidebar, admin, thickbox, resize
5
  Requires at least: 3.0
6
  Tested up to: 3.3
7
+ Stable tag: 3.2.10
8
 
9
  == Description ==
10
 
68
 
69
  == Changelog ==
70
 
71
+ = 3.2.10 =
72
+
73
+ * Fix JS typo.
74
+
75
  = 3.2.9 =
76
 
77
  * Minor JS fix to hopefully address issues of lightbox not working