From 6e305f3b84a45bb72b185aea36eef0a7b22fe251 Mon Sep 17 00:00:00 2001 From: Jo Dickson Date: Wed, 26 Jul 2017 14:08:34 -0500 Subject: [PATCH] Updated changelog and version number --- readme.md | 6 +++++- readme.txt | 8 ++++++-- ucf-events.php | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index e87fdfc..4c8e727 100644 --- a/readme.md +++ b/readme.md @@ -22,7 +22,11 @@ This plugin provides a shortcode, widget, helper functions, and default styles f ## Changelog ## -### 1.0.4 ### +### 1.0.6 ### +* Bug Fixes: + * Fixed bug in modern layout that could cause broken HTML in event descriptions. + +### 1.0.5 ### * Bug Fixes: * Fixed `display_events()` in `UCF_Events_Common` not being set as a static method * Updated `UCF_Events_Common::display_events()` to return its output diff --git a/readme.txt b/readme.txt index e54ce99..0ddd567 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: 1.0.5 +Stable tag: 1.0.6 License: GPLv3 or later License URI: http://www.gnu.org/copyleft/gpl-3.0.html @@ -29,7 +29,11 @@ This plugin provides a shortcode, widget, helper functions, and default styles f == Changelog == -= 1.0.4 = += 1.0.6 = +* Bug Fixes: + * Fixed bug in modern layout that could cause broken HTML in event descriptions. + += 1.0.5 = * Bug Fixes: * Fixed `display_events()` in `UCF_Events_Common` not being set as a static method * Updated `UCF_Events_Common::display_events()` to return its output diff --git a/ucf-events.php b/ucf-events.php index 77870c8..c362ed9 100644 --- a/ucf-events.php +++ b/ucf-events.php @@ -2,7 +2,7 @@ /* Plugin Name: UCF Events Description: Contains shortcode and widget for displaying UCF Events Feeds -Version: 1.0.5 +Version: 1.0.6 Author: UCF Web Communications License: GPL3 */