From 5f212c3916f4f873d05126c7a69eb7c0727d9e68 Mon Sep 17 00:00:00 2001 From: Zach Tirrell Date: Mon, 17 Apr 2017 17:45:55 -0400 Subject: [PATCH] changing to an m.tri.be link --- image-widget.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/image-widget.php b/image-widget.php index 12f0483..36e3d5f 100644 --- a/image-widget.php +++ b/image-widget.php @@ -2,9 +2,9 @@ /* Plugin Name: Image Widget Plugin URI: http://wordpress.org/plugins/image-widget/ -Description: A simple image widget that uses the native WordPress media manager to add image widgets to your site. COMING SOON: Image Widget Plus - Multiple images, slider and more. +Description: A simple image widget that uses the native WordPress media manager to add image widgets to your site. COMING SOON: Image Widget Plus - Multiple images, slider and more. Author: Modern Tribe, Inc. -Version: 4.4 +Version: 4.4.1 Author URI: http://m.tri.be/iwpdoc Text Domain: image-widget Domain Path: /lang @@ -26,7 +26,7 @@ function tribe_load_image_widget() { **/ class Tribe_Image_Widget extends WP_Widget { - const VERSION = '4.4'; + const VERSION = '4.4.1'; const CUSTOM_IMAGE_SIZE_SLUG = 'tribe_image_widget_custom';