diff --git a/package.json b/package.json index 6a1c67c..5b381da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sockeye", - "version": "8.0.13", + "version": "8.0.14", "private": true, "scripts": { "serve": "vue-cli-service serve", diff --git a/src/api/sockeye-version.js b/src/api/sockeye-version.js index 975ed10..0121cd0 100644 --- a/src/api/sockeye-version.js +++ b/src/api/sockeye-version.js @@ -1,4 +1,4 @@ export default { - version: "8.0.13", - copyright: "© 1999-2022, Ground Zero Tech-Works Inc." + version: "8.0.14", + copyright: "© 1999-2024, Ground Zero Tech-Works Inc." }; diff --git a/src/views/biz-subscription.vue b/src/views/biz-subscription.vue index cd39a18..311402b 100644 --- a/src/views/biz-subscription.vue +++ b/src/views/biz-subscription.vue @@ -131,7 +131,7 @@ - {{ $sock.t("SubscriptoinItemList") }} @@ -1078,6 +1078,7 @@ async function clickHandler(menuItem) { // { id: 7, name: "Single ", active: true }, // { id: 9, name: "Up to 10 ", active: true }, // { id: 17, name: "Up to 15 ", active: true }, + // id 25 = up to 25 // { id: 12, name: "Up to 20 ", active: true }, // { id: 2, name: "Up to 5 ", active: true }, // { id: 20, name: "Up to 999 ", active: true }, @@ -1224,6 +1225,10 @@ async function clickHandler(menuItem) { l.users = 1; l.maintenanceExpire = z.expireDate; break; + case 25: //Up to 25 //case 4576 + l.users = 25; + l.maintenanceExpire = z.expireDate; + break; case 20: //Up to 999 l.users = 999; l.maintenanceExpire = z.expireDate;