Image Widget - Version 4.3.1

Version Description

  • Tweak - adjusted promotional text
Download this release

Release Info

Developer zbtirrell
Plugin Icon 128x128 Image Widget
Version 4.3.1
Comparing to
See all releases

Code changes from version 4.3 to 4.3.1

Files changed (3) hide show
  1. image-widget.php +13 -4
  2. lang/image-widget.pot +15 -12
  3. readme.txt +66 -18
image-widget.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Image Widget
4
  Plugin URI: http://wordpress.org/plugins/image-widget/
5
  Description: A simple image widget that uses the native WordPress media manager to add image widgets to your site.
6
  Author: Modern Tribe, Inc.
7
- Version: 4.3
8
  Author URI: http://m.tri.be/26
9
  Text Domain: image-widget
10
  Domain Path: /lang
@@ -423,8 +423,17 @@ class Tribe_Image_Widget extends WP_Widget {
423
  $version_key = '_image_widget_version';
424
  if ( get_site_option( $version_key ) == self::VERSION ) return;
425
 
426
- $msg = sprintf( __( 'Thanks for using the Image Widget! If you like this plugin, please consider <a href="%s" target="_blank">rating it</a> and maybe even check out our premium plugins including our <a href="%s" target="_blank">Events Calendar Pro</a>!', 'image-widget' ), 'http://wordpress.org/plugins/image-widget/?source=image-widget&pos=nag', 'https://theeventscalendar.com/product/wordpress-events-calendar-pro/?source=image-widget&pos=nag' );
427
- echo "<div class='update-nag'>$msg</div>";
 
 
 
 
 
 
 
 
 
428
 
429
  update_site_option( $version_key, self::VERSION );
430
  }
@@ -438,7 +447,7 @@ class Tribe_Image_Widget extends WP_Widget {
438
  */
439
  public function plugin_row_meta( $meta, $file ) {
440
  if ( $file == plugin_basename( dirname( __FILE__ ) . '/image-widget.php' ) ) {
441
- $meta[] = '<span class="tribe-test">' . sprintf( __( 'Check out our other <a href="%s" target="_blank">plugins</a> including our <a href="%s" target="_blank">Events Calendar Pro</a>!', 'image-widget' ), 'https://theeventscalendar.com/products/?source=image-widget&pos=pluginlist', 'https://theeventscalendar.com/product/wordpress-events-calendar-pro/?source=image-widget&pos=pluginlist' ) . '</span>';
442
  }
443
  return $meta;
444
  }
4
  Plugin URI: http://wordpress.org/plugins/image-widget/
5
  Description: A simple image widget that uses the native WordPress media manager to add image widgets to your site.
6
  Author: Modern Tribe, Inc.
7
+ Version: 4.3.1
8
  Author URI: http://m.tri.be/26
9
  Text Domain: image-widget
10
  Domain Path: /lang
423
  $version_key = '_image_widget_version';
424
  if ( get_site_option( $version_key ) == self::VERSION ) return;
425
 
426
+ ?>
427
+ <div class="update-nag">
428
+ <?php esc_html_e( 'Thanks for using the Image Widget by Modern Tribe! If you like these features, you\'ll love what we\'re working on next.', 'image-widget' );?>
429
+ <br>
430
+ <?php printf(
431
+ esc_html__( 'Check out the new %1$sImage Widget Plus%2$s!', 'image-widget' ),
432
+ '<a href="http://m.tri.be/19mb" target="_blank">',
433
+ '</a>'
434
+ ); ?>
435
+ </div>
436
+ <?php
437
 
438
  update_site_option( $version_key, self::VERSION );
439
  }
447
  */
448
  public function plugin_row_meta( $meta, $file ) {
449
  if ( $file == plugin_basename( dirname( __FILE__ ) . '/image-widget.php' ) ) {
450
+ $meta[] = '<strong>' . esc_html__( 'Coming Soon:', 'image-widget' ) . '</strong> <a href="http://m.tri.be/19ma" target="_blank">' . esc_html__( 'Image Widget Plus', 'image-widget' ) . '</a>';
451
  }
452
  return $meta;
453
  }
lang/image-widget.pot CHANGED
@@ -3,8 +3,8 @@ msgid ""
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Image Widget\n"
6
- "POT-Creation-Date: 2017-02-09 22:07-0500\n"
7
- "PO-Revision-Date: 2017-02-09 22:06-0500\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
@@ -57,20 +57,23 @@ msgstr ""
57
  msgid "Custom"
58
  msgstr ""
59
 
60
- #: image-widget.php:426
61
- #, php-format
62
  msgid ""
63
- "Thanks for upgrading the Image Widget! If you like this plugin, please "
64
- "consider <a href=\"%s\" target=\"_blank\">rating it</a> and maybe even check "
65
- "out our premium plugins including our <a href=\"%s\" target=\"_blank"
66
- "\">Events Calendar Pro</a>!"
67
  msgstr ""
68
 
69
- #: image-widget.php:441
70
  #, php-format
71
- msgid ""
72
- "Check out our other <a href=\"%s\" target=\"_blank\">plugins</a> including "
73
- "our <a href=\"%s\" target=\"_blank\">Events Calendar Pro</a>!"
 
 
 
 
 
 
74
  msgstr ""
75
 
76
  #: views/widget-admin.deprecated.php:10 views/widget-admin.php:23
3
  msgstr ""
4
  "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
5
  "Project-Id-Version: Image Widget\n"
6
+ "POT-Creation-Date: 2017-03-20 08:23-0400\n"
7
+ "PO-Revision-Date: 2017-03-17 17:01-0400\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
  "MIME-Version: 1.0\n"
57
  msgid "Custom"
58
  msgstr ""
59
 
60
+ #: image-widget.php:428
 
61
  msgid ""
62
+ "Thanks for using the Image Widget by Modern Tribe! If you like these "
63
+ "features, you'll love what we're working on next."
 
 
64
  msgstr ""
65
 
66
+ #: image-widget.php:431
67
  #, php-format
68
+ msgid "Check out the new %1$sImage Widget Plus%2$s!"
69
+ msgstr ""
70
+
71
+ #: image-widget.php:450
72
+ msgid "Coming Soon:"
73
+ msgstr ""
74
+
75
+ #: image-widget.php:450
76
+ msgid "Image Widget Plus"
77
  msgstr ""
78
 
79
  #: views/widget-admin.deprecated.php:10 views/widget-admin.php:23
readme.txt CHANGED
@@ -4,39 +4,65 @@ 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, arabic, brazilian portuguese, dutch, german, hebrew, italian, japanese, polish, spanish, swedish, widget-only
5
  Requires at least: 3.5
6
  Tested up to: 4.4.2
7
- Stable tag: 4.3
 
 
8
 
9
  == Description ==
10
 
11
- A simple image widget that uses the native WordPress media manager to add image widgets to your site.
 
 
12
 
 
 
 
13
  * MU Compatible
14
  * Handles image resizing and alignment
15
  * Link the image
16
- * Title and Description
17
- * Very versatile. 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
- * Supports override of template so that you can override the template for your theme!
20
- * Responsive
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
 
22
- This plugin is actively supported and we will do our best to help you. In return we simply ask 3 things:
23
 
24
- 1. Help Out. If you see a question on the forum you can help with or have a great idea and want to code it up and submit a patch, that would be just plain awesome and we will shower your with praise. Might even be a good way to get to know us and lead to some paid work if you freelance. Also, we are happy to post translations if you provide them.
25
- 1. [Donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4BSPTNFFY6AL6) - if this is generating enough revenue to support our time it makes all the difference in the world.
26
- 1. Support us by buying our Premium plugins. In particular, *check out [Events Calendar Pro](https://theeventscalendar.com/product/wordpress-events-calendar-pro/?src=imagewidget) and [Event Tickets Plus](https://theeventscalendar.com/product/wordpress-event-tickets-plus/?src=imagewidget)*.
27
 
28
- [Check us out on GitHub](https://github.com/moderntribe/image-widget) in case you want to add some pull requests or a fork!
 
 
29
 
30
  == Installation ==
31
 
32
  = Install =
33
 
34
- 1. In your WordPress administration, go to the Plugins page
35
- 1. Activate the Image Widget plugin and a subpage for the plugin will appear
36
- in your Manage menu.
37
- 1. Go to the Appearance > Widget page and place the widget in your sidebar in the Design
 
 
38
 
39
- If you find any bugs or have any ideas, please [visit the forum for questions or comments](http://wordpress.org/support/plugin/image-widget/)
40
 
41
  = Requirements =
42
 
@@ -51,9 +77,27 @@ If you find any bugs or have any ideas, please [visit the forum for questions or
51
 
52
  == Frequently Asked Questions ==
53
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  = Where do I go to file a bug or ask a question? =
55
 
56
- Please [visit the forum for questions or comments](http://wordpress.org/support/plugin/image-widget/)
57
 
58
  == Documentation ==
59
 
@@ -163,6 +207,10 @@ For more info on the philosophy here, check out our [blog post](http://tri.be/de
163
 
164
  == Changelog ==
165
 
 
 
 
 
166
  = 4.3 =
167
 
168
  * Translations - fixed compatibility with translate.wordpress.org
4
  Tags: widget, image, ad, banner, simple, upload, sidebar, admin, thickbox, resize, arabic, brazilian portuguese, dutch, german, hebrew, italian, japanese, polish, spanish, swedish, widget-only
5
  Requires at least: 3.5
6
  Tested up to: 4.4.2
7
+ Stable tag: 4.3.1
8
+
9
+ A simple image widget that uses the native WordPress media manager to add image widgets to your site.
10
 
11
  == Description ==
12
 
13
+ Join over 500,000 sites running our classic Image Widget plugin!
14
+
15
+ Image Widget is a simple plugin that uses the native WordPress media manager to add image widgets to your site.
16
 
17
+ = Image Widget Features =
18
+
19
+ * Responsive
20
  * MU Compatible
21
  * Handles image resizing and alignment
22
  * Link the image
23
+ * Add title and description
24
+ * Versatile - all fields are optional
25
+ * Upload, link to external image, or select an image from your media collection
26
+ * Customize the look & feel with filter hooks or theme overrides
27
+ * Additional features available with [Image Widget Plus](http://m.tri.be/19mc)
28
+
29
+ = Quality You Can Trust =
30
+
31
+ Image Widget is developed and maintained by [Modern Tribe](http://m.tri.be/19md), the same folks behind [The Events Calendar, Event Tickets, and a full suite of premium plugins](http://m.tri.be/19me).
32
+
33
+ This plugin is actively supported by our team and contributions from community members. If you see a question in the forum you can help with or have a great idea and want to code it up or submit a patch, that would be awesome! Not only will we shower you with praise and thanks, it’s also a good way to get to know us and lead into options for paid work if you freelance.
34
+
35
+ = Coming Soon - Image Widget Plus =
36
+
37
+ Looking for more features? Our [new Image Widget Plus plugin](http://m.tri.be/19mf) is coming soon!
38
+
39
+ Image Widget Plus features include:
40
+
41
+ * Multiple image support
42
+ * Random image
43
+ * Slideshow
44
+ * Lightbox
45
 
46
+ [Check out Image Widget Plus now!](http://m.tri.be/19mg)
47
 
48
+ = Pull Requests & Translations =
 
 
49
 
50
+ [Check us out on GitHub](https://github.com/moderntribe/image-widget) to pull request changes.
51
+
52
+ Translations can be submitted [here on WordPress.org](https://translate.wordpress.org/projects/wp-plugins/image-widget).
53
 
54
  == Installation ==
55
 
56
  = Install =
57
 
58
+ Getting started with Image Widget is a breeze!
59
+
60
+ 1. Download and install the Image Widget plugin
61
+ 1. From your WordPress admin screen, select Plugins from the menu
62
+ 1. Activate the Image Widget plugin
63
+ 1. Go to Appearance > Widget to place the widget
64
 
65
+ If you run into any questions or have suggestions, please visit the forum to post questions or comments.
66
 
67
  = Requirements =
68
 
77
 
78
  == Frequently Asked Questions ==
79
 
80
+ = How do I log into my site to install this plugin? =
81
+
82
+ Visit [the WordPress codex](https://codex.wordpress.org/Login_Trouble) for help with login troubles.
83
+
84
+ = Can I display Image Widget on only one page? =
85
+
86
+ Yes you can, however, this is not controlled through the Image Widget plugin directly - it is usually managed through a page-specific sidebar display.
87
+
88
+ There are several solutions available to accomplish this. A quick search for “WordPress page-specific sidebar display” can help you find the best option for your site.
89
+
90
+ = Is there a demo available? =
91
+
92
+ Though we do not have a demo available, we do have [screenshots available here](https://wordpress.org/plugins/image-widget/screenshots/).
93
+
94
+ = How can I add lightbox, slider, or random image capabilities? =
95
+
96
+ These features are part of our Image Widget Plus plugin. You can learn more about Image Widget Plus [on our website](http://m.tri.be/19mh).
97
+
98
  = Where do I go to file a bug or ask a question? =
99
 
100
+ Please [visit the forum to post questions or comments](https://wordpress.org/support/plugin/image-widget/).
101
 
102
  == Documentation ==
103
 
207
 
208
  == Changelog ==
209
 
210
+ = 4.3.1 =
211
+
212
+ * Tweak - adjusted promotional text
213
+
214
  = 4.3 =
215
 
216
  * Translations - fixed compatibility with translate.wordpress.org