From 5c5ad84fd4dedfcfc7d86552231ff286e95ebce9 Mon Sep 17 00:00:00 2001 From: Jim Barnes Date: Wed, 22 Mar 2023 09:51:14 -0400 Subject: [PATCH] Added composer file, updated readme, bumped version. --- README.txt | 8 ++++++-- composer.json | 8 ++++++++ readme.md | 4 ++++ ucf-news.php | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 composer.json diff --git a/README.txt b/README.txt index 5c65585..fa6dc6a 100644 --- a/README.txt +++ b/README.txt @@ -1,8 +1,8 @@ === UCF News Plugin === Contributors: ucfwebcom Requires at least: 5.3 -Tested up to: 5.3 -Stable tag: 3.0.1 +Tested up to: 6.1 +Stable tag: 3.0.2 Requires PHP: 7.0 License: GPLv3 or later License URI: http://www.gnu.org/copyleft/gpl-3.0.html @@ -22,6 +22,10 @@ Head over to the [UCF News Plugin wiki](https://github.com/UCF/UCF-News-Plugin/w == Changelog == += 3.0.2 = +Enhancements: +* Added composer file. + = 3.0.1 = Enhancements: * Explicitly unset underline styles on news item links to reduce visual clutter in anticipation of themes updating to Athena v1.1.1. Added underlines on hover/focus where there are no other visual differences in those states. diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..c92ca66 --- /dev/null +++ b/composer.json @@ -0,0 +1,8 @@ +{ + "name": "ucf/ucf-news-plugin", + "description": "Provides a shortcode, widget, and functions for displaying UCF news.", + "type": "wordpress-plugin", + "require": { + "composer/installers": "~1.0" + } +} diff --git a/readme.md b/readme.md index c26ae62..bdf772d 100644 --- a/readme.md +++ b/readme.md @@ -15,6 +15,10 @@ Head over to the [UCF News Plugin wiki](https://github.com/UCF/UCF-News-Plugin/w ## Changelog ## +### 3.0.2 ### +Enhancements: +* Added composer file. + ### 3.0.1 ### Enhancements: * Explicitly unset underline styles on news item links to reduce visual clutter in anticipation of themes updating to Athena v1.1.1. Added underlines on hover/focus where there are no other visual differences in those states. diff --git a/ucf-news.php b/ucf-news.php index 4910da7..827f83d 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: 3.0.1 +Version: 3.0.2 Author: UCF Web Communications License: GPL3 Github Plugin URI: UCF/UCF-News-Plugin