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 Jun 8, 2021
1 parent 255b384 commit a14fa28
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.3.2
Stable tag: 2.4.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.4.0 =
Enhancements:
* Added new `search` arg for the `[ucf-news-feed]` shortcode, which allows you to filter results by a search query.
* Tidied up `UCF_News_Feed::get_news_items()` and adjusted `UCF_News_Feed::format_tax_arg()` a bit to omit unset/empty query args from the final feed URL that's requested, and support custom feed URLs that already include query args.
* Upgraded packages

= 2.3.2 =
Bug fixes:
* Added missing `show_image` field for the news widget, and updated widget update logic to ensure its value is saved properly (and ensures images are shown by default in layouts that support them).
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.4.0 ###
Enhancements:
* Added new `search` arg for the `[ucf-news-feed]` shortcode, which allows you to filter results by a search query.
* Tidied up `UCF_News_Feed::get_news_items()` and adjusted `UCF_News_Feed::format_tax_arg()` a bit to omit unset/empty query args from the final feed URL that's requested, and support custom feed URLs that already include query args.
* Upgraded packages

### 2.3.2 ###
Bug fixes:
* Added missing `show_image` field for the news widget, and updated widget update logic to ensure its value is saved properly (and ensures images are shown by default in layouts that support them).
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.3.2
Version: 2.4.0
Author: UCF Web Communications
License: GPL3
Github Plugin URI: UCF/UCF-News-Plugin
Expand Down

0 comments on commit a14fa28

Please sign in to comment.