diff --git a/CHANGELOG.md b/CHANGELOG.md index 42ec096..81dd813 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ Here I will outline the changes I've made over time... +### 20240204 + +- Fixed conflicts with table styles when course pages have custom styles +- Removed the "Error: Item isn't available for students" warning when middle clicking on a course card + ### 20240203 - Finished converting this into a browser extension. See the [README][README] for instructions on how to install it. diff --git a/src/manifest.jsonc b/src/manifest.jsonc index 24d5198..a00b258 100644 --- a/src/manifest.jsonc +++ b/src/manifest.jsonc @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "UoM Enhancements", // If you update the version here, consider updating CHANGELOG.md - "version": "2024.2.3.0", + "version": "2024.2.4.0", "description": "A collection of enhancements for the University of Manchester websites", "browser_specific_settings": { diff --git a/update_manifest.json b/update_manifest.json index 18672f3..cf7b525 100644 --- a/update_manifest.json +++ b/update_manifest.json @@ -16,6 +16,11 @@ "version": "2024.2.2.1", "update_link": "https://github.com/adil192/BlackboardTheme/releases/download/2024.2.2.1/UoM_Enhancements.xpi", "update_info_url": "https://github.com/adil192/BlackboardTheme/blob/main/CHANGELOG.md" + }, + { + "version": "2024.2.3.0", + "update_link": "https://github.com/adil192/BlackboardTheme/releases/download/2024.2.3.0/UoM_Enhancements.xpi", + "update_info_url": "https://github.com/adil192/BlackboardTheme/blob/main/CHANGELOG.md" } ] }