From 5bbfffff8667144a695a18063793a494805324b5 Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Mon, 11 Mar 2024 17:13:50 +0100 Subject: [PATCH] Bump console to version 4.0.4 --- .gitmodules | 2 +- app/console | 2 +- app/init.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index b9e687145..f944bb170 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "app/console"] path = app/console url = https://github.com/appwrite/console - branch = 4.0.3 + branch = 4.0.4 diff --git a/app/console b/app/console index afb50f720..d75ef00fb 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit afb50f720d94d0d92a4807d1931624fc55b41386 +Subproject commit d75ef00fb088c909bf8fdc5b12c2fe25ed270b43 diff --git a/app/init.php b/app/init.php index b382bfb62..710b7053b 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 = 332; +const APP_CACHE_BUSTER = 404; const APP_VERSION_STABLE = '1.5.2'; const APP_DATABASE_ATTRIBUTE_EMAIL = 'email'; const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';