View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019062 | MMW 5 | Extensions framework | public | 2022-05-06 23:17 | 2024-04-02 12:41 |
Reporter | drakinite | Assigned To | |||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 5.0.3 | ||||
Target Version | 5.0.3 | Fixed in Version | 5.0.3 | ||
Summary | 0019062: app.utils.getApplicationVersion(3) returns four digits instead of three | ||||
Description | app.utils.getApplicationVersion(3) should return '5.0.3' but instead, it returns '5.0.3.2622'. The method is also not listed on the API docs page. | ||||
Tags | No tags attached. | ||||
Fixed in build | 2623 | ||||
|
Fixed in 2623. Currently, the only usage of getApplicationVersion(3) is in the minAppVersion check. Tested along with 00185000018500:0068048. With the fix, behavior changes in the following case: If the addon developer incorrectly sets their minAppVersion to include the build number (e.g. 5.0.3.2622), it will falsely display as being not supported on build 5.0.3. Changed to getApplicationVersion(4) to keep behavior the same. |
|
Verified 2624 |