Hello, I have a number of API calls which are each protected by a test on the FF version in my add-on code, so that I can support down to “strict_min_version”: “56.0”.
Some of my users are still on FF 56 …
In the past submits, and until now, that resulted in a warning on the AMO “Submit a New Version” page (and 53 detailed warnings in the report, all related to that).
Now, the detailed report is the same, but the “Submit a New Version” gives me the error
" Your add-on failed validation with 1 error.
- Lowest supported “strict_min_version” is 58.0."
and I cannot submit anymore.
How can I continue to support all versions down to 56.0 with this new behavior of the add-on validation page ?
(for now, I am raising to 58.0 to be able to submit my latest version, but this will penalize my 56.0 users )