From 6e9c0d7169af55777498d048e723275d8de863b3 Mon Sep 17 00:00:00 2001 From: mkuba50 Date: Mon, 25 Dec 2017 01:53:08 +0100 Subject: [PATCH] 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. --- shared/main.php | 2 +- shared/packs.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/shared/main.php b/shared/main.php index ed335c0..4f753a7 100644 --- a/shared/main.php +++ b/shared/main.php @@ -16,7 +16,7 @@ limitations under the License. */ function uupApiVersion() { - return '1.8.0'; + return '1.8.1'; } function uupApiPrintBrand() { diff --git a/shared/packs.php b/shared/packs.php index 1b33232..09c42e7 100644 --- a/shared/packs.php +++ b/shared/packs.php @@ -59,6 +59,8 @@ function uupGetPacks($build = 15063) { $allEditions = array( 'ANALOGONECORE', + 'CLOUD', + 'CLOUDN', 'CORE', 'CORECOUNTRYSPECIFIC', 'COREN', @@ -81,6 +83,7 @@ function uupGetPacks($build = 15063) { 'ENTERPRISESN', 'ENTERPRISESNEVAL', 'IOTUAP', + 'MOBILECORE', 'PPIPRO', 'PROFESSIONAL', 'PROFESSIONALCOUNTRYSPECIFIC',