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',