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 Oct 11, 2018
1 parent 2414184 commit 44d903c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ Provides a shortcode for displaying weather from the UCF weather service.

## Changelog ##

### 1.0.3 ###
Bugfixes:
* Fixed undefined index notices on the plugin's options page

### 1.0.2 ###
Enhancements:
* Updated `UCF_Weather_Common::get_weather_icon()` to be a public method, allowing weather icon classes to be fetched within custom layouts and elsewhere.
Expand Down
6 changes: 5 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, weather, shortcode
Requires at least: 4.5.3
Tested up to: 4.7.3
Stable tag: 1.0.2
Stable tag: 1.0.3
License: GPLv3 or later
License URI: http://www.gnu.org/copyleft/gpl-3.0.html

Expand All @@ -29,6 +29,10 @@ Provides a shortcode for displaying weather from the UCF weather service.

== Changelog ==

= 1.0.3 =
Bugfixes:
* Fixed undefined index notices on the plugin's options page

= 1.0.2 =
Enhancements:
* Updated `UCF_Weather_Common::get_weather_icon()` to be a public method, allowing weather icon classes to be fetched within custom layouts and elsewhere.
Expand Down
2 changes: 1 addition & 1 deletion ucf-weather.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: UCF Weather Shortcode
Description: Provides a shortcode for displaying the current weather using the UCF Weather service.
Version: 1.0.2
Version: 1.0.3
Author: UCF Web Communications
License: GPL3
*/
Expand Down

0 comments on commit 44d903c

Please sign in to comment.