Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
2024.3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adil192 committed Mar 3, 2024
1 parent b551a2a commit f91a83c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

Here I will outline the changes I've made over time...

### 20240303

- Replaced the "i" logo on the Institution Page to fit in with the rest of the website better
- Removed the filter dropdown on the courses page which seems useless as far as I can tell

### 20240229

- Set a max size for the captions so they don't take up the whole screen
Expand Down
2 changes: 1 addition & 1 deletion src/manifest_chrome.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "UoM Enhancements",
// If you update the version here, consider updating CHANGELOG.md
"version": "2024.2.29.0",
"version": "2024.3.3.0",
"description": "A collection of enhancements for the University of Manchester websites",

"content_scripts": [
Expand Down
2 changes: 1 addition & 1 deletion src/manifest_firefox.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "UoM Enhancements",
// If you update the version here, consider updating CHANGELOG.md
"version": "2024.2.29.0",
"version": "2024.3.3.0",
"description": "A collection of enhancements for the University of Manchester websites",

"browser_specific_settings": {
Expand Down

0 comments on commit f91a83c

Please sign in to comment.