Image Widget - Version 3.0.4

Version Description

Download this release

Release Info

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

Code changes from version 3.0.3 to 3.0.4

Files changed (2) hide show
  1. image-widget.php +1 -9
  2. readme.txt +10 -5
image-widget.php CHANGED
@@ -4,18 +4,10 @@ Plugin Name: Image Widget
4
  Plugin URI: http://wordpress.org/extend/plugins/image-widget/
5
  Description: This widget accepts a title, an image, a link and a description and displays them.
6
  Author: Shane and Peter, Inc.
7
- Version: 3.0.3
8
  Author URI: http://www.shaneandpeter.com
9
  */
10
 
11
- /*
12
- Bugs
13
-
14
- * reclicking Add image doesn't work
15
-
16
- */
17
-
18
-
19
  // Load the widget on widgets_init
20
  function load_sp_image_widget() {
21
  register_widget('SP_Image_Widget');
4
  Plugin URI: http://wordpress.org/extend/plugins/image-widget/
5
  Description: This widget accepts a title, an image, a link and a description and displays them.
6
  Author: Shane and Peter, Inc.
7
+ Version: 3.0.4
8
  Author URI: http://www.shaneandpeter.com
9
  */
10
 
 
 
 
 
 
 
 
 
11
  // Load the widget on widgets_init
12
  function load_sp_image_widget() {
13
  register_widget('SP_Image_Widget');
readme.txt CHANGED
@@ -4,15 +4,18 @@ Donate link: http://www.shaneandpeter.com
4
  Tags: widget, image, ad, banner, simple, upload, sidebar
5
  Requires at least: 2.8
6
  Tested up to: 2.8.4
7
- Stable tag: 3.0.3
8
-
9
- Simple image widget. Use native Wordpress upload thickbox to add image widgets to your site.
10
 
11
  == Description ==
 
12
  Simple image widget. Use native Wordpress upload thickbox to add image widgets to your site.
13
 
14
- Todo:
15
- * 'Add an image' breaks after save is clicked
 
 
 
 
16
 
17
  == Installation ==
18
 
@@ -31,7 +34,9 @@ Todo:
31
  If you find any bugs or have any ideas, please mail us.
32
 
33
  == Changelog ==
 
34
  New in version 3.0.3
 
35
  * Fixed the broken "Add Image" link (THANK YOU SMURKAS!!!)
36
 
37
  New in version 3.0.2
4
  Tags: widget, image, ad, banner, simple, upload, sidebar
5
  Requires at least: 2.8
6
  Tested up to: 2.8.4
7
+ Stable tag: 3.0.4
 
 
8
 
9
  == Description ==
10
+
11
  Simple image widget. Use native Wordpress upload thickbox to add image widgets to your site.
12
 
13
+ * MU Compatible
14
+ * Handles image resizing
15
+ * Link the image
16
+ * Title and Description
17
+ * Very versitile. All fields are optional.
18
+ * Upload, link to external image, or select an image from your media collection using the built in thickbox browser.
19
 
20
  == Installation ==
21
 
34
  If you find any bugs or have any ideas, please mail us.
35
 
36
  == Changelog ==
37
+
38
  New in version 3.0.3
39
+
40
  * Fixed the broken "Add Image" link (THANK YOU SMURKAS!!!)
41
 
42
  New in version 3.0.2