From 3c68c7e9cff0fbc119619a8b88688e5bb201b3dc Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Mon, 25 Mar 2024 10:50:13 -0700 Subject: [PATCH] Bump console to version 4.0.5 --- .gitmodules | 2 +- app/console | 2 +- app/init.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index f944bb170..56b3b40dc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "app/console"] path = app/console url = https://github.com/appwrite/console - branch = 4.0.4 + branch = 4.0.5 diff --git a/app/console b/app/console index d75ef00fb..85b73cd93 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit d75ef00fb088c909bf8fdc5b12c2fe25ed270b43 +Subproject commit 85b73cd9364a4fa8c149fccb2de2a5e462833e1b diff --git a/app/init.php b/app/init.php index 4b70b2601..55b685303 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 = 405; +const APP_CACHE_BUSTER = 4051; const APP_VERSION_STABLE = '1.5.4'; const APP_DATABASE_ATTRIBUTE_EMAIL = 'email'; const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';