diff --git a/README.txt b/README.txt index 213be8f..acc7129 100644 --- a/README.txt +++ b/README.txt @@ -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 @@ -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 `` 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. diff --git a/readme.md b/readme.md index ae51468..fea6449 100644 --- a/readme.md +++ b/readme.md @@ -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 `` 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. diff --git a/ucf-news.php b/ucf-news.php index fa3e7d0..9ff39be 100644 --- a/ucf-news.php +++ b/ucf-news.php @@ -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