Skip to content

Commit

Permalink
Increment version to 1.1 to fix issue with Chrome Web Store version
Browse files Browse the repository at this point in the history
The version currently in the chrome store is missing some files in it's zip file, and you can't upload a new version without incrementing the version number.
  • Loading branch information
MarkStrendin committed Sep 20, 2022
1 parent 428d4f3 commit 2a98fb9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 3,
"name": "MySchoolSask Enhancement Suite",
"options_page": "/pages/options.html",
"version": "1.0",
"version": "1.1",

"description": "Adds enhancements to MySchoolSask. Only useful if you already have access to MySchoolSask.",

Expand Down
9 changes: 8 additions & 1 deletion pages/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,14 @@ <h1> MySchoolSask Enhancement Suite <label id="lblExtensionVersion"></label></h1
<b>MySchoolSask Enhancement Suite has been updated automatically</b>
</p>
<p>
New features for version 1.0</label>:
New features for version 1.1:
<ul>
<li>Fix a bug that broke the addon when downloaded from the Chrome Web Store.</li>

</ul>
</p>
<p>
New features for version 1.0:
<ul>
<li>Updated to new browser extension manifest version, to ensure this addon works after January 2023</li>
<li>This addon can no longer be used to extend login session timeouts</li>
Expand Down

0 comments on commit 2a98fb9

Please sign in to comment.