Skip to content

Commit

Permalink
Added composer file, updated readme, and bumped version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmbarne3 authored Mar 22, 2023
1 parent 88c5701 commit 157b406
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
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-events-plugin",
"description": "Provides a shortcode, widget, functions, and default styles for displaying UCF events.",
"type": "wordpress-plugin",
"require": {
"composer/installers": "~1.0"
}
}
10 changes: 10 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ This plugin provides a shortcode, widget, helper functions, and default styles f


## Changelog ##

### 2.1.6 ###
Enhancements:
* Added composer file.

### 2.1.5 ###
Enhancements:
* Update packages and gulpfile.js in https://github.com/UCF/UCF-Events-Plugin/pull/36
* Adjust underline styles for modern & classic layouts in https://github.com/UCF/UCF-Events-Plugin/pull/37

### 2.1.4 ###
* Bug Fixes:
* Improved compatibility with PHP 7.2 due to deprecation of `create_function()`
Expand Down
14 changes: 12 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Contributors: ucfwebcom
Tags: ucf, events
Requires at least: 4.5.3
Requires PHP: 5.4
Tested up to: 4.5.3
Stable tag: 2.1.4
Tested up to: 6.1
Stable tag: 2.1.6
License: GPLv3 or later
License URI: http://www.gnu.org/copyleft/gpl-3.0.html

Expand All @@ -29,6 +29,16 @@ This plugin provides a shortcode, widget, helper functions, and default styles f


== Changelog ==

= 2.1.6 =
Enhancements:
* Added composer file.

= 2.1.5 =
Enhancements:
* Update packages and gulpfile.js in https://github.com/UCF/UCF-Events-Plugin/pull/36
* Adjust underline styles for modern & classic layouts in https://github.com/UCF/UCF-Events-Plugin/pull/37

= 2.1.4 =
* Bug Fixes:
* Improved compatibility with PHP 7.2 due to deprecation of `create_function()`
Expand Down
2 changes: 1 addition & 1 deletion ucf-events.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/*
Plugin Name: UCF Events
Description: Contains shortcode and widget for displaying UCF Events Feeds
Version: 2.1.5
Version: 2.1.6
Author: UCF Web Communications
License: GPL3
Github Plugin URI: UCF/UCF-Events-Plugin
Expand Down

0 comments on commit 157b406

Please sign in to comment.