From d386f70be8beaee590083d39c6f67f9cf1bc148c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=8Carodej?= Date: Tue, 5 Apr 2022 07:47:37 +0200 Subject: [PATCH] set default max team members in admin and setup wizard --- changelog.md | 11 +++ public/mix-manifest.json | 4 +- .../AppSettings/AppSettingsTabs/Others.vue | 85 +++++++++------- resources/js/views/SetupWizard/AppSetup.vue | 96 ++++++++++++------- resources/views/index.blade.php | 2 +- .../StoreAppSettingsController.php | 2 +- 6 files changed, 131 insertions(+), 69 deletions(-) diff --git a/changelog.md b/changelog.md index b2d17b49..ab3fd6bd 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,14 @@ +## Version 2.0.14 +#### Release date: 5. April 2022 +- Added option to set default max team members for new user registrations + +## Version 2.0.13 +#### Release date: 4. April 2022 +- Auto plan synchronization improvements. +- Fixed issue with thumbnails in grid preview type +- PayPal sandbox option was added into PayPal credentials setup +- Fixed issue in mobile spotlight where you trying open searched image + ## Version 2.0.12 #### Release date: 2. April 2022 - Added status column to the fixed plan table diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 3ed72249..a8f26237 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -7,7 +7,7 @@ "/chunks/purchase-code.js": "/chunks/purchase-code.js?id=df5bd89528649783", "/chunks/database.js": "/chunks/database.js?id=15cc488117dccf7b", "/chunks/environment.js": "/chunks/environment.js?id=ab5382f4452a258a", - "/chunks/app-setup.js": "/chunks/app-setup.js?id=288594cd7f628cf8", + "/chunks/app-setup.js": "/chunks/app-setup.js?id=15938ff1ad2d6ed2", "/chunks/admin-account.js": "/chunks/admin-account.js?id=916450217130f3b8", "/chunks/shared.js": "/chunks/shared.js?id=d988ff3a8c3443dd", "/chunks/shared/browser.js": "/chunks/shared/browser.js?id=d718abdaf5edb271", @@ -43,7 +43,7 @@ "/chunks/app-appearance.js": "/chunks/app-appearance.js?id=a694a01f3641712c", "/chunks/app-index.js": "/chunks/app-index.js?id=efdbfa062749ca00", "/chunks/app-environment.js": "/chunks/app-environment.js?id=e73ab59f2d81adb0", - "/chunks/app-others.js": "/chunks/app-others.js?id=16dc948aa2205189", + "/chunks/app-others.js": "/chunks/app-others.js?id=4593855ee48a3b94", "/chunks/app-sign-in-out.js": "/chunks/app-sign-in-out.js?id=1cfffc99465b9a7a", "/chunks/app-adsense.js": "/chunks/app-adsense.js?id=a5dc9e715f8561bd", "/chunks/app-server.js": "/chunks/app-server.js?id=2554ff5c24994949", diff --git a/resources/js/views/Admin/AppSettings/AppSettingsTabs/Others.vue b/resources/js/views/Admin/AppSettings/AppSettingsTabs/Others.vue index 750e3e61..485968da 100644 --- a/resources/js/views/Admin/AppSettings/AppSettingsTabs/Others.vue +++ b/resources/js/views/Admin/AppSettings/AppSettingsTabs/Others.vue @@ -1,40 +1,12 @@