Skip to content

Commit

Permalink
Updated version number and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
cjg89 committed Jul 25, 2017
1 parent d1959a6 commit 684fe1e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ This plugin provides a shortcode, widget, helper functions, and default styles f

### 1.0.4 ###
* 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
* Added false-y check for `$items` in `ucf_events_display_classic()` to help prevent looping through non-items.

### 1.0.4 ###
* Enhancements:
* Added modern layout.

### 1.0.3 ###
Expand Down
8 changes: 7 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: 1.0.4
Stable tag: 1.0.5
License: GPLv3 or later
License URI: http://www.gnu.org/copyleft/gpl-3.0.html

Expand Down Expand Up @@ -31,6 +31,12 @@ This plugin provides a shortcode, widget, helper functions, and default styles f

= 1.0.4 =
* 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
* Added false-y check for `$items` in `ucf_events_display_classic()` to help prevent looping through non-items.

= 1.0.4 =
* Enhancements:
* Added modern layout.

= 1.0.3 =
Expand Down
2 changes: 1 addition & 1 deletion ucf-events.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: UCF Events
Description: Contains shortcode and widget for displaying UCF Events Feeds
Version: 1.0.2
Version: 1.0.5
Author: UCF Web Communications
License: GPL3
*/
Expand Down

0 comments on commit 684fe1e

Please sign in to comment.