Skip to content

Commit

Permalink
Add network data and fix CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjacob committed Sep 24, 2024
1 parent 345e2cf commit eed1fab
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- Add support for University of Evansville (@lukebsa)

## [0.17.1] - 2024-09-22

Expand Down Expand Up @@ -47,7 +48,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add support for Humber College Institute of Technology and Advanced Learning (@ColeAnthonyCapilongo5735)
- Add support for translations
- Add Spanish (es), French (fr), German (de) translations
- Add support for University of Evansville (@lukebsa)

### Fixed
- Unicode paths will be used by default on Windows
Expand Down
8 changes: 8 additions & 0 deletions blackboard_sync/universities.json
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,14 @@
"start_url": "https://bblearn.evansville.edu",
"target_url": "https://bblearn.evansville.edu/ultra/"
},
"network": {
"name": [
"UE1",
"UE2",
"UE3",
"UE4"
]
},
"api_url": "https://bblearn.evansville.edu"
},
{
Expand Down

0 comments on commit eed1fab

Please sign in to comment.