Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Comments

Fix Firefox max version to 69#334

Merged
linuxwolf merged 7 commits intomasterfrom
retire-part1
Aug 8, 2019
Merged

Fix Firefox max version to 69#334
linuxwolf merged 7 commits intomasterfrom
retire-part1

Conversation

@linuxwolf
Copy link
Contributor

@linuxwolf linuxwolf commented Jul 29, 2019

This change, combined with an update to the updates manifest, defers to the built-in functionality in Firefox 70.

See BMO 1560608

Connected to #188
Connected to mozilla-lockwise/mozilla-lockwise.github.io#138

Testing and Review Notes

This add-on should no longer install on Firefox versions 70 or higher.

To Do

  • double check the original issue to confirm it is fully satisfied
  • add testing notes and screenshots in PR description to help guide reviewers
  • make sure CI builds are passing (e.g.: fix lint and other errors)

@linuxwolf linuxwolf requested a review from a team as a code owner July 29, 2019 19:09
"gecko": {
"id": "{{id}}",
"strict_min_version": "67.0",
"strict_max_version": "69.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe this should be "69.*" to handle the dot-releases

@@ -3,7 +3,7 @@
"name": "lockwise",
"id": "lockbox@mozilla.com",
"version": "2.2.4-alpha",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if manifest changes will be applied for existing users unless you bump the version number.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it won't. I wanted to get this mechanics done first, then do an actual release (including the latest from pontoon).

@msujaws
Copy link

msujaws commented Aug 6, 2019

Any update here? @linuxwolf

@linuxwolf
Copy link
Contributor Author

At least from local testing, this is doing what's asked, so merging. Will then stage a releas with the latest updates from Pontoon.

@linuxwolf linuxwolf merged commit 638f624 into master Aug 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants