forked from uup-dump/api
Add missing editions
Previous edition list was taken from build 17063 product.ini file. For some reason this file does not contain a few editions that are present in older ones.
This commit is contained in:
parent
d196812ce8
commit
6e9c0d7169
@ -16,7 +16,7 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
function uupApiVersion() {
|
function uupApiVersion() {
|
||||||
return '1.8.0';
|
return '1.8.1';
|
||||||
}
|
}
|
||||||
|
|
||||||
function uupApiPrintBrand() {
|
function uupApiPrintBrand() {
|
||||||
|
@ -59,6 +59,8 @@ function uupGetPacks($build = 15063) {
|
|||||||
|
|
||||||
$allEditions = array(
|
$allEditions = array(
|
||||||
'ANALOGONECORE',
|
'ANALOGONECORE',
|
||||||
|
'CLOUD',
|
||||||
|
'CLOUDN',
|
||||||
'CORE',
|
'CORE',
|
||||||
'CORECOUNTRYSPECIFIC',
|
'CORECOUNTRYSPECIFIC',
|
||||||
'COREN',
|
'COREN',
|
||||||
@ -81,6 +83,7 @@ function uupGetPacks($build = 15063) {
|
|||||||
'ENTERPRISESN',
|
'ENTERPRISESN',
|
||||||
'ENTERPRISESNEVAL',
|
'ENTERPRISESNEVAL',
|
||||||
'IOTUAP',
|
'IOTUAP',
|
||||||
|
'MOBILECORE',
|
||||||
'PPIPRO',
|
'PPIPRO',
|
||||||
'PROFESSIONAL',
|
'PROFESSIONAL',
|
||||||
'PROFESSIONALCOUNTRYSPECIFIC',
|
'PROFESSIONALCOUNTRYSPECIFIC',
|
||||||
|
Loading…
Reference in New Issue
Block a user