diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md deleted file mode 100644 index b02ecf0..0000000 --- a/.github/CHANGELOG.md +++ /dev/null @@ -1,16 +0,0 @@ -# Changelog - -## Firefox Extension v1.5 - -### Added or Changed -- Individual form filling mode re-fills the form when user enters incorrect captcha -- Handled various other small edge cases, making it robust - -### Bug Fixes -- Form was not getting submitted with Enter key - -## Chrome Extension v1.5 - -### Added or Changed -- Ported to Manifestv3 -- Includes all the features and patches similar to firefox v1.5 diff --git a/extension-src/chrome/manifest.json b/extension-src/chrome/manifest.json index be0ad3e..f3e1686 100644 --- a/extension-src/chrome/manifest.json +++ b/extension-src/chrome/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "fERP", "description": "Automates the process of filling up feedback form in ERP for IIT KGP students", - "version": "1.4", + "version": "1.8.0", "permissions": [ "scripting", diff --git a/extension-src/firefox/manifest.json b/extension-src/firefox/manifest.json index 856b3f9..c2d580e 100644 --- a/extension-src/firefox/manifest.json +++ b/extension-src/firefox/manifest.json @@ -3,7 +3,7 @@ "name": "fERP", "description": "Automates the process of filling up feedback form in ERP for IIT KGP students", "homepage_url": "https://github.com/proffapt/fERP", - "version": "1.5", + "version": "1.8.0", "permissions": [ "activeTab",