Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation of old Firefox versions #138

Closed
4 tasks done
cadeyrn opened this issue Aug 4, 2020 · 0 comments
Closed
4 tasks done

Deprecation of old Firefox versions #138

cadeyrn opened this issue Aug 4, 2020 · 0 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers
Milestone

Comments

@cadeyrn
Copy link
Owner

cadeyrn commented Aug 4, 2020

With the release of Firefox 80 and Firefox ESR 78.2 in August 2020 Mozilla won't support Firefox ESR 68 any longer, therefore the Firefox 68 support in Enterprise Policy Generator will be deprecated with the release in August 2020.

  • bump minimum required Firefox version from 68.0 to 78.0
  • change the following code:
    if (parseFloat(policy.first_available.mainstream) > FIREFOX_68 || parseFloat(policy.first_available.esr) > FIREFOX_68) {
  • don't forget to add a note to the CHANGELOG about the new requirement and to update the README
  • remove versions notes for policies older than Firefox 78 from translation files
@cadeyrn cadeyrn added enhancement New feature or request good first issue Good for newcomers labels Aug 4, 2020
@cadeyrn cadeyrn added this to the Version 6.0.0 milestone Aug 4, 2020
@cadeyrn cadeyrn self-assigned this Aug 4, 2020
@cadeyrn cadeyrn closed this as completed in 00f1084 Aug 4, 2020
@cadeyrn cadeyrn changed the title Firefox 68 deprecation Deprecation of old Firefox versions May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant