Skip to content

Commit

Permalink
added veterinary hospital annd sub orgainizations to Univ Orgs
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik-Solveson committed Mar 5, 2021
1 parent 9c284d8 commit c9a9b8a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
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": "1.0.6",
"version": "1.0.7",
"repository": {
"type": "git",
"url": "https://github.com/washingtonstateuniversity/wsu-university-taxonomy.git"
Expand Down
8 changes: 7 additions & 1 deletion wsuwp-university-taxonomies.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class WSUWP_University_Taxonomies {
*
* @var string Current version of the taxonomy schema.
*/
var $taxonomy_schema_version = '20200625-001';
var $taxonomy_schema_version = '20210305-001';

/**
* @var string Taxonomy slug for the WSU University Category taxonomy.
Expand Down Expand Up @@ -725,6 +725,12 @@ public function get_university_organizations() {
'School of Engineering and Computer Science (Vancouver)',
'School of Mechanical and Materials Engineering',
),
'Veterinary Hospital' => array(
'Veterinary Clinical Sciences - Veterinary hospital',
'Integrative Physiology and Neuroscience - Veterinary hospital',
'School of Global Animal Health - Veterinary hospital',
'School of Molecular Biosciences - Veterinary hospital',
'Veterinary Microbiology and Pathology - Veterinary hospital',
),
);

Expand Down

0 comments on commit c9a9b8a

Please sign in to comment.