Skip to content

Commit

Permalink
Merge pull request #10 from uriweb/v1.2.0
Browse files Browse the repository at this point in the history
V1.2.0
  • Loading branch information
alexandragauss authored Mar 7, 2023
2 parents 0ee7bd9 + 9b37641 commit 6910b82
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 6 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@

A tool that makes it easy to embed dynamic course data from Kuali.

## What's new in v1.1
## What's new in v1.2.0

- Provides a default API url in the event that one is not supplied in the network settings
- Limits pulled courses to ones with active status
- Fixes an issue that caused the cache recency to not be honored
- Adds a composer.json file

## Example Usage

Expand All @@ -18,6 +16,6 @@ __Contributors:__ [bjcfuller](https://github.com/bjcfuller), [alexandragauss](ht
__Tags:__ plugins, shortcodes
__Requires at least:__ 5.0
__Tested up to:__ 6.0.2
__Stable tag:__ 1.1
__Stable tag:__ 1.2.0
__License:__ GPL-3.0
__Licence URI:__ https://www.gnu.org/licenses/gpl-3.0.html
17 changes: 17 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "uriweb/uri-kuali",
"type": "wordpress-plugin",
"description": "A tool that makes it easy to embed dynamic course data from Kuali.",
"authors": [
{
"name": "URI Web Communications",
"email": "web-group@uri.edu",
"homepage": "https://github.com/uriweb"
}
],
"homepage": "https://www.uri.edu",
"license": "GPL-3.0-only",
"require": {
"php": ">=7.4"
}
}
2 changes: 1 addition & 1 deletion uri-kuali.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: URI Kuali
Plugin URI: https://www.uri.edu
Description: Implements a shortcode to display course data from Kuali's API. [courses subject="AAF"]
Version: 1.1
Version: 1.2.0
Author: Brandon Fuller
Author: Alexandra Gauss
Author URI:
Expand Down

0 comments on commit 6910b82

Please sign in to comment.