From db6615ed2b60cbb08eb49eeb03ea291bfa4adbe0 Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Wed, 24 Apr 2024 13:00:20 -0700 Subject: [PATCH] Bump console to version 4.0.6 --- .gitmodules | 2 +- app/console | 2 +- app/init.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 56b3b40dc..c5a49ced3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "app/console"] path = app/console url = https://github.com/appwrite/console - branch = 4.0.5 + branch = 4.0.6 diff --git a/app/console b/app/console index 85b73cd93..5c33e1a27 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit 85b73cd9364a4fa8c149fccb2de2a5e462833e1b +Subproject commit 5c33e1a276ebc278e7ebc35a8d4f1525b1b0a9a9 diff --git a/app/init.php b/app/init.php index 55b685303..be9f9623c 100644 --- a/app/init.php +++ b/app/init.php @@ -111,7 +111,7 @@ const APP_LIMIT_LIST_DEFAULT = 25; // Default maximum number of items to return const APP_KEY_ACCCESS = 24 * 60 * 60; // 24 hours const APP_USER_ACCCESS = 24 * 60 * 60; // 24 hours const APP_CACHE_UPDATE = 24 * 60 * 60; // 24 hours -const APP_CACHE_BUSTER = 4051; +const APP_CACHE_BUSTER = 406; const APP_VERSION_STABLE = '1.5.4'; const APP_DATABASE_ATTRIBUTE_EMAIL = 'email'; const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';