Skip to content

Commit

Permalink
Bumped version and updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarne3 committed May 24, 2018
1 parent b8d9715 commit cf545b5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
9 changes: 8 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.
Expand Down
3 changes: 2 additions & 1 deletion ucf-events.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cf545b5

Please sign in to comment.