Closed
Bug 623128
Opened 15 years ago
Closed 15 years ago
Validation fails with "Error: Version "3.6.12" isn't compatible with "firefox"."
Categories
(addons.mozilla.org Graveyard :: Developer Pages, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
5.12.6
People
(Reporter: krupa.mozbugs, Assigned: basta)
References
()
Details
(Whiteboard: [Step 2][validator])
Attachments
(1 file)
|
2.05 KB,
application/rdf+xml
|
Details |
steps to reproduce:
1. Upload an add-on file which has the following compatibility info in install.rdf
<em:minVersion>1.5</em:minVersion>
<em:maxVersion>3.6.12</em:maxVersion>
expected behavior:
Validation passes
actual behavior:
Validation fails with the following error
Error: The maximum version that was specified is not an acceptable version number for the Mozilla product that it corresponds with.
Error: Version "3.6.12" isn't compatible with "firefox".
3.6.12 is not explicitly listed @ https://addons.allizom.org/en-US/firefox/pages/appversions/, but why should validation fail because the user lists a valid but specific version of Firefox?
Comment 1•15 years ago
|
||
(In reply to comment #0)
> 3.6.12 is not explicitly listed @
> https://addons.allizom.org/en-US/firefox/pages/appversions/, but why should
> validation fail because the user lists a valid but specific version of Firefox?
Because it doesn't exist. Should we accept Firefox 17.2 as well?
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
Updated•10 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•