-
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.
Merge pull request #18 from uriweb/release-1.5.0
Release 1.5.0
- Loading branch information
Showing
18 changed files
with
1,063 additions
and
706 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Specify project environments | ||
env: | ||
es6: true | ||
browser: true | ||
|
||
# Specify rule extensions | ||
extends: | ||
- 'plugin:@wordpress/eslint-plugin/recommended-with-formatting' | ||
|
||
# Configure rules | ||
rules: | ||
no-undef: warn | ||
no-unused-vars: warn | ||
no-bitwise: warn | ||
no-alert: warn | ||
no-console: | ||
- error | ||
- allow: | ||
- warn | ||
- error | ||
jsx-a11y/label-has-associated-control: warn | ||
jsx-a11y/label-has-for: off | ||
|
||
# Specify global variables to ignore | ||
# Some of these aren't really globals, but this is useful for ignoring no-undef for class vars etc. | ||
globals: | ||
jQuery: readonly | ||
URIProgramFinder: readonly | ||
|
||
# Specify files and directories to ignore | ||
ignorePatterns: | ||
- 'node_modules/' | ||
- 'select2/' | ||
- 'gulpfile.js' | ||
- 'js/programs.built.js' |
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
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
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.4.1 | ||
__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 |
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
Oops, something went wrong.