diff --git a/readme.md b/readme.md index 8aa05c3..ebcc5ca 100644 --- a/readme.md +++ b/readme.md @@ -22,6 +22,13 @@ This plugin provides a shortcode, widget, helper functions, and default styles f ## Changelog ## +### 2.1.2 ### +* Bug Fixes: + * Fixed display of event widget markup (the display function was not set to `echo` its results) + * Reduced text sizes of modern layout dates + titles within widgets +* Enhancements: + * Added http_timeout to allow timeout to be adjusted + ### 2.1.1 ### * Bug Fixes: * Removed `is_plugin_active()` check in `ucf-events.php` and replaced with `class_exists()` check to prevent errors when `wp-admin/includes/plugin.php` is not loaded. diff --git a/readme.txt b/readme.txt index 52bad33..fec98a3 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ucfwebcom Tags: ucf, events Requires at least: 4.5.3 Tested up to: 4.5.3 -Stable tag: 2.1.1 +Stable tag: 2.1.2 License: GPLv3 or later License URI: http://www.gnu.org/copyleft/gpl-3.0.html @@ -29,6 +29,13 @@ This plugin provides a shortcode, widget, helper functions, and default styles f == Changelog == += 2.1.2 = +* Bug Fixes: + * Fixed display of event widget markup (the display function was not set to `echo` its results) + * Reduced text sizes of modern layout dates + titles within widgets +* Enhancements: + * Added http_timeout to allow timeout to be adjusted + = 2.1.1 = * Bug Fixes: * Removed `is_plugin_active()` check in `ucf-events.php` and replaced with `class_exists()` check to prevent errors when `wp-admin/includes/plugin.php` is not loaded. diff --git a/ucf-events.php b/ucf-events.php index 24b418d..cbd144d 100644 --- a/ucf-events.php +++ b/ucf-events.php @@ -2,9 +2,10 @@ /* Plugin Name: UCF Events Description: Contains shortcode and widget for displaying UCF Events Feeds -Version: 2.1.1 +Version: 2.1.2 Author: UCF Web Communications License: GPL3 +Github Plugin URI: UCF/UCF-Events-Plugin */ if ( ! defined( 'WPINC' ) ) { die;