Skip to content

Commit

Permalink
Update Education taxonomy
Browse files Browse the repository at this point in the history
  • Loading branch information
danialbleile committed Sep 19, 2019
1 parent e14db85 commit 6ea603f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wsu-university-taxonomy",
"version": "0.4.16",
"version": "0.4.17",
"repository": {
"type": "git",
"url": "https://github.com/washingtonstateuniversity/wsu-university-taxonomy.git"
Expand Down
7 changes: 3 additions & 4 deletions wsuwp-university-taxonomies.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
Plugin Name: WSUWP University Taxonomies
Version: 0.4.16
Version: 0.4.17
Plugin URI: https://web.wsu.edu/
Description: Provides Washington State University taxonomies to WordPress
Author: washingtonstateuniversity, jeremyfelt, philcable
Expand All @@ -16,7 +16,7 @@ class WSUWP_University_Taxonomies {
*
* @var string Current version of the taxonomy schema.
*/
var $taxonomy_schema_version = '20190904-003';
var $taxonomy_schema_version = '20190919-001';

/**
* @var string Taxonomy slug for the WSU University Category taxonomy.
Expand Down Expand Up @@ -675,7 +675,6 @@ public function get_university_organizations() {
'Women\'s Studies Program',
),
'College of Education' => array(
'Educational Leadership, Sports Studies, and Educational / Counseling Psychology',
'Teaching and Learning',
'Kinesiology and Educational Psychology',
),
Expand Down Expand Up @@ -1216,7 +1215,7 @@ public function get_university_term_updates( $taxonomy ) {
'University Communications' => 'University Marketing and Communications',
'CAHNRS' => 'College of Agricultural, Human, and Natural Resource Sciences',
'College of Pharmacy' => 'College of Pharmacy and Pharmaceutical Sciences',
'Educational Leadership and Sport Management' => '',
'Educational Leadership, Sports Studies, and Educational / Counseling Psychology' => 'Educational Leadership and Sport Management',
);
}

Expand Down

0 comments on commit 6ea603f

Please sign in to comment.