Skip to content

Commit

Permalink
Samsung Internet browser version updates (#2213)
Browse files Browse the repository at this point in the history
* Rename 'limited' to 'exclusive' (positive vibes)

* Update Samsung Internet beta version

* Fix limited -> exclusive
  • Loading branch information
poshaughnessy authored and Elchi3 committed Jun 7, 2018
1 parent d427fe6 commit 25f29d7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion browsers/samsunginternet_android.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,14 @@
},
"7.0": {
"release_date": "2018-03-16",
"status": "limited"
"status": "exclusive"
},
"7.2": {
"release_date": "2018-03-07",
"status": "retired"
},
"7.4": {
"release_date": "2018-05-31",
"status": "beta"
}
}
Expand Down
2 changes: 1 addition & 1 deletion schemas/browsers-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The release objects consist of the following properties:
* A mandatory `status` property indicating where in the lifetime cycle this release is in. It's an enum accepting these values:
* `retired`: This release is no longer supported (EOL).
* `current`: This release is the official latest release.
* `limited`: This is a limited release (for example on a flagship device), not generally available.
* `exclusive`: This is an exclusive release (for example on a flagship device), not generally available.
* `beta`: This release will the next official release.
* `nightly`: This release is the current alpha / experimental release (like Firefox Nightly, Chrome Canary).
* `esr`: This release is an Extended Support Release.
Expand Down
2 changes: 1 addition & 1 deletion schemas/browsers.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"release_notes": { "type": "string", "format": "uri" },
"status": {
"type": "string",
"enum": ["retired", "current", "limited", "beta", "nightly", "esr", "planned"]
"enum": ["retired", "current", "exclusive", "beta", "nightly", "esr", "planned"]
}
},
"required": ["status"],
Expand Down

0 comments on commit 25f29d7

Please sign in to comment.