Closed
Bug 1824240
Opened 3 years ago
Closed 1 year ago
Update xpi-manifest so the version format generated by the addons-pipeline is compatible with MV3
Categories
(Release Engineering :: Applications: Shipit, enhancement, P3)
Release Engineering
Applications: Shipit
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gabriel, Assigned: gabriel)
References
()
Details
The addon+version uniqueness implemented in xpi-manifest will not be compatible with web-extension MV3. The version on the extension manifest should comply with the following guidelines:
- No letters
- The string should have between 1 and 4 numbers separated with dots
- Each number should have up to 9 digits
- For non-zero numbers, leading zeros are not allowed
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → gabriel
| Assignee | ||
Updated•3 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•3 years ago
|
Summary: Update xpi-manifest so the version format on the addons-pipeline is compatible with MV3 → Update xpi-manifest so the version format generated by the addons-pipeline is compatible with MV3
| Assignee | ||
Comment 1•3 years ago
|
||
We will also have to update the code in xpi-template to reflect the new version format, which will be major.minor.date.time to emulate the langpack versions implemented in rev. D169888 - Update langpack manifest version string generation to follow the recommended versioning format.
| Assignee | ||
Updated•3 years ago
|
Severity: -- → N/A
Priority: -- → P3
Comment 2•1 year ago
|
||
Looks like we're done here!
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•