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 Jan 27, 2021
1 parent b9098ed commit 255e0b3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,17 @@ Provides a shortcode for displaying weather from the UCF weather service.

## Changelog ##

### 1.1.0 ###
Enhancements:
* Replaced the weather font icon library with inline SVG inclusion
* Added missing cache-busting for enqueued assets
* Modified existing markup and styles as necessary for accessibility and clarity, and to clean up some existing styles
* Updated default weather service URL
* Upgraded packages to latest versions; implemented linter configs and issue/PR templates; removed Bower

Bug Fixes:
* Made sure weather feed `$data` isn't false-y before attempting to access its properties in weather display functions

### 1.0.3 ###
Bugfixes:
* Fixed undefined index notices on the plugin's options page
Expand Down
13 changes: 12 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.3
Stable tag: 1.1.0
License: GPLv3 or later
License URI: http://www.gnu.org/copyleft/gpl-3.0.html

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

== Changelog ==

= 1.1.0 =
Enhancements:
* Replaced the weather font icon library with inline SVG inclusion
* Added missing cache-busting for enqueued assets
* Modified existing markup and styles as necessary for accessibility and clarity, and to clean up some existing styles
* Updated default weather service URL
* Upgraded packages to latest versions; implemented linter configs and issue/PR templates; removed Bower

Bug Fixes:
* Made sure weather feed `$data` isn't false-y before attempting to access its properties in weather display functions

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

0 comments on commit 255e0b3

Please sign in to comment.