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 Mar 1, 2021
1 parent 7f1e033 commit 74de0b8
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: ucfwebcom
Requires at least: 5.3
Tested up to: 5.3
Stable tag: 2.2.2
Stable tag: 2.3.0
Requires PHP: 7.0
License: GPLv3 or later
License URI: http://www.gnu.org/copyleft/gpl-3.0.html
Expand All @@ -22,6 +22,12 @@ Head over to the [UCF News Plugin wiki](https://github.com/UCF/UCF-News-Plugin/w

== Changelog ==

= 2.3.0 =
Enhancements:
* Added a `show_image` option to the `ucf-news-feed` shortcode, specifically used by the `card` layout. When set to false, the image from the feed will not be displayed.
* Added the `ucf-statements` shortcode, which provides a way of listing `statement` posts from the News website.
* Added the `classic` layout for the `ucf-statements` shortcode.

= 2.2.2 =
Enhancements:
* Added `width`/`height` attributes to `<img>` tags in this plugin's provided layouts that utilize story thumbnails. Themes and other plugins can utilize `UCF_News_Common::get_story_img_tag()` to display thumbnails with these attributes applied in custom layouts.
Expand Down
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Head over to the [UCF News Plugin wiki](https://github.com/UCF/UCF-News-Plugin/w

## Changelog ##

### 2.3.0 ###
Enhancements:
* Added a `show_image` option to the `ucf-news-feed` shortcode, specifically used by the `card` layout. When set to false, the image from the feed will not be displayed.
* Added the `ucf-statements` shortcode, which provides a way of listing `statement` posts from the News website.
* Added the `classic` layout for the `ucf-statements` shortcode.

### 2.2.2 ###
Enhancements:
* Added `width`/`height` attributes to `<img>` tags in this plugin's provided layouts that utilize story thumbnails. Themes and other plugins can utilize `UCF_News_Common::get_story_img_tag()` to display thumbnails with these attributes applied in custom layouts.
Expand Down
2 changes: 1 addition & 1 deletion ucf-news.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: UCF News
Description: Contains shortcode and widget for displaying UCF News Feeds
Version: 2.2.2
Version: 2.3.0
Author: UCF Web Communications
License: GPL3
Github Plugin URI: UCF/UCF-News-Plugin
Expand Down

0 comments on commit 74de0b8

Please sign in to comment.