Skip to content

Commit

Permalink
Merge pull request #45 from washingtonstateuniversity/assoc-for-facul…
Browse files Browse the repository at this point in the history
…ty-women

[PR] Add the Association for Faculty Women organization
  • Loading branch information
Phil Cable authored Sep 10, 2018
2 parents d7392ed + efea7c5 commit c8738c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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.11",
"version": "0.4.12",
"repository": {
"type": "git",
"url": "https://github.com/washingtonstateuniversity/wsu-university-taxonomy.git"
Expand Down
5 changes: 3 additions & 2 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.11
Version: 0.4.12
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 = '20180821-001';
var $taxonomy_schema_version = '20180910-001';

/**
* @var string Taxonomy slug for the WSU University Category taxonomy.
Expand Down Expand Up @@ -594,6 +594,7 @@ public function get_university_organizations() {
'Office of the President' => array(),
'Office of the Provost' => array(
'Jordan Schnitzer Museum of Art WSU',
'Association for Faculty Women',
),
'Public Safety' => array(),
'Office of Research' => array(
Expand Down

0 comments on commit c8738c6

Please sign in to comment.