Skip to content

Commit

Permalink
chore: drop support form Firefox versions prior to 115 ESR
Browse files Browse the repository at this point in the history
  • Loading branch information
onemen committed Sep 10, 2024
1 parent e599b35 commit 5a9d5ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,8 @@ Since Firefox removed the internal component that loads _legacy_ extension, in o
1. **Install XPI**

To install the file you have just downloaded:
* Open `Add-ons Manager` tab (about:addons) and select `Extensions`.
or
* Open `Add-ons Manager` tab (about:addons) and select `Extensions`.
or
Click the menu button ☰, click `Add-ons and Themes` and select `Extensions`.
* To add the downloaded add-on to the list of available add-ons, drag and drop the file into the Add-ons window. The add-on is added to the list.
* The installation process should begin.
Expand All @@ -171,9 +171,11 @@ If <b>Tab Mix Plus</b> stops working after Firefox update was installed or when

## Browser Compatibility

* Firefox 78 - Firefox Nightly
* Firefox 115 ESR - Firefox Nightly
* Waterfox G3 - G6 and beyond

> Firefox versions prior to 115 ESR are not supported.
> For **Pale Moon** download **Tab Mix Plus** from [here](https://addons.palemoon.org/addon/tab-mix-plus/)

Expand Down
2 changes: 1 addition & 1 deletion config/updates-dev-build.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"version": "1.23.0",
"update_link": "https://bitbucket.org/onemen/tabmixplus-for-firefox/downloads/tab_mix_plus-1.23.0.xpi",
"browser_specific_settings": {
"gecko": { "strict_min_version": "78" }
"gecko": { "strict_min_version": "115" }
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion config/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"version": "1.23.0",
"update_link": "https://bitbucket.org/onemen/tabmixplus-for-firefox/downloads/tab_mix_plus-1.23.0.xpi",
"browser_specific_settings": {
"gecko": { "strict_min_version": "78" }
"gecko": { "strict_min_version": "115" }
}
}
]
Expand Down

0 comments on commit 5a9d5ae

Please sign in to comment.