browser_specific_settings version dot releases rejected by AMO#43599
browser_specific_settings version dot releases rejected by AMO#43599
browser_specific_settings version dot releases rejected by AMO#43599Conversation
Added info about dot releases being invalid
|
|
||
| - `strict_min_version` | ||
| - : Minimum version of Gecko to support. If the Firefox version on which the extension is being installed or run is below this version, the extension is not installed or not run. If not provided, all versions earlier than `strict_max_version` are supported. "\*" is not valid in this field. | ||
| - : Minimum version of Gecko to support. If the Firefox version on which the extension is being installed or run is below this version, the extension is not installed or not run. If not provided, all versions earlier than `strict_max_version` are supported. Neither "\*" nor dot releases are valid in this field, e.g. a value of "140.0" will work while "140.1" will fail the validation on *addons.mozilla.org* with error **Unknown "strict_min_version" 140.1 for Firefox**. |
There was a problem hiding this comment.
[mdn-linter] reported by reviewdog 🐶
| - : Minimum version of Gecko to support. If the Firefox version on which the extension is being installed or run is below this version, the extension is not installed or not run. If not provided, all versions earlier than `strict_max_version` are supported. Neither "\*" nor dot releases are valid in this field, e.g. a value of "140.0" will work while "140.1" will fail the validation on *addons.mozilla.org* with error **Unknown "strict_min_version" 140.1 for Firefox**. | |
| - : Minimum version of Gecko to support. If the Firefox version on which the extension is being installed or run is below this version, the extension is not installed or not run. If not provided, all versions earlier than `strict_max_version` are supported. Neither "\*" nor dot releases are valid in this field, e.g., a value of "140.0" will work while "140.1" will fail the validation on _addons.mozilla.org_ with error **Unknown "strict_min_version" 140.1 for Firefox**. |
|
Preview URLs (1 page) |
browser_specific_settings version dot releases rejected by AMO
|
For future reference: These days, however, only major versions with 121.0a1 was the last version that also supported Due to the root CA expiration in Firefox, in practice the minimum supported version capable of receiving updates is 115.0 (ESR), or if ESR versions are not included, 128.0 is the minimum supported versions. Older versions do not recognize the signatures any more, as explained at https://support.mozilla.org/en-US/kb/root-certificate-expiration |
Added info about dot releases being invalid
Description
Added info that dot releases are invalid
Motivation
Information on this was missing, it costs us addon-devs time to stumble across validation issues while submitting an addon.
Additional details