-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
22 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,36 @@ | ||
# URI Program Finder | ||
|
||
Add [programs-categories] to a page and a form magically appears. | ||
[![GitHub release (latest by date)](https://img.shields.io/github/v/release/uriweb/uri-program-finder)](https://github.com/uriweb/uri-program-finder/releases/latest) | ||
[![GitHub Release Date](https://img.shields.io/github/release-date/uriweb/uri-program-finder)](https://github.com/uriweb/uri-program-finder/releases/latest) | ||
![GitHub](https://img.shields.io/github/license/uriweb/uri-program-finder) | ||
[![Codacy Badge](https://img.shields.io/codacy/grade/09e1f5a600ee41b6a1fb1426f040244d/master)](https://www.codacy.com/app/uriweb/uri-program-finder?utm_source=github.com&utm_medium=referral&utm_content=uriweb/uri-program-finder&utm_campaign=Badge_Grade) | ||
![GitHub top language](https://img.shields.io/github/languages/top/uriweb/uri-program-finder?color=violet&branch=master) | ||
|
||
## What's new in 1.4.1 | ||
Add `[programs-categories]` to a page and a form magically appears. | ||
|
||
Program Finder 1.4.1 is a bug fix release. | ||
## What's new in 1.5.0 | ||
|
||
- Switches fields for Accreditation and Specializations to WYSIWYG | ||
- Updates default template to display information from new WYSIWIG fields properly | ||
- Reorders fields to match front-end display | ||
- Adds/updates field instructions | ||
Program Finder 1.5.0 is a minor release. | ||
|
||
For complete details, see the [commit history](https://github.com/uriweb/uri-program-finder/pull/16/commits) and the [issue tracker](https://github.com/uriweb/uri-program-finder/issues). | ||
* Adds a badge for undergraduate certificate programs | ||
* Adds a badge icon and associated detail page display for accelerated programs, with the ability to customize detail page descriptor | ||
* Adds a badge icon and associated detail page display for online programs | ||
* Adds compatibility for [URI Component Library v5.0](https://github.com/uriweb/uri-component-library/releases/tag/v5.0.0) | ||
* Updates development tools, including migrating to Autoprefixer v10 (plus required peer dependencies) | ||
* Other bug fixes | ||
|
||
## New in 1.4.0 | ||
|
||
Program Finder 1.4.0 is a minor update. | ||
|
||
- Standardizes shortcode name to `uri-program-finder` (**`programs-categories` will no longer work**) | ||
- Adds fields and display for Accreditation, Specializations, and Classes Offered information | ||
- Adds support for displaying minor programs | ||
- Custom curriculum sheet links now display as "Advising", and are visible for all program types | ||
- Fixes an issue that prevented blank curriculum sheet fields from defaulting correctly | ||
- Replaces [Chosen](https://github.com/harvesthq/chosen), which is deprecated, with [Select2](https://github.com/select2/select2) for dropdown menus | ||
- Updates development tools | ||
- Other bug fixes and code improvements | ||
|
||
For complete details, see the [commit history](https://github.com/uriweb/uri-program-finder/pull/14/commits) and the [issue tracker](https://github.com/uriweb/uri-program-finder/issues). | ||
For complete details, see the [commit history](https://github.com/uriweb/uri-program-finder/pull/18/commits) and the [issue tracker](https://github.com/uriweb/uri-program-finder/issues). | ||
|
||
## Plugin Details | ||
|
||
[![Master Build Status](https://travis-ci.org/uriweb/uri-program-finder.svg?branch=master)](https://travis-ci.org/uriweb/uri-program-finder) | ||
[![CodeFactor](https://www.codefactor.io/repository/github/uriweb/uri-program-finder/badge/master)](https://www.codefactor.io/repository/github/uriweb/uri-program-finder/overview/master) | ||
[![devDependencies Status](https://david-dm.org/uriweb/uri-program-finder/dev-status.svg)](https://david-dm.org/uriweb/uri-program-finder?type=dev) | ||
|
||
Contributors: John Pennypacker, Brandon Fuller | ||
Tags: plugins | ||
Requires at least: 4.0 | ||
Tested up to: 5.4 | ||
Stable tag: 1.5.0 | ||
__Contributors:__ [johnpennypacker](https://github.com/johnpennypacker), [bjcfuller](https://github.com/bjcfuller) | ||
__Tags:__ plugins, shortcodes | ||
__Requires at least:__ 4.0 | ||
__Tested up to:__ 5.5 | ||
__Stable tag:__ 1.5.0 | ||
__License:__ GPL-3.0 | ||
__Licence URI:__ https://www.gnu.org/licenses/gpl-3.0.html |