Skip to content

Commit

Permalink
Added composer file, updated readme, bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarne3 authored Mar 22, 2023
1 parent 12949a4 commit 5c5ad84
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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.
Expand Down
8 changes: 8 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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: 3.0.1
Version: 3.0.2
Author: UCF Web Communications
License: GPL3
Github Plugin URI: UCF/UCF-News-Plugin
Expand Down

0 comments on commit 5c5ad84

Please sign in to comment.