From 81a6512ccec2008bcc788abfc09ff6952729c477 Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Mon, 9 Oct 2023 16:19:59 -0700 Subject: [PATCH 1/2] Bump console to 3.2.1 --- .gitmodules | 2 +- app/console | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index e85f63dc9a..8ec131892e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "app/console"] path = app/console url = https://github.com/appwrite/console - branch = 3.2.0 + branch = 3.2.1 diff --git a/app/console b/app/console index c57a776730..2f47e4e77b 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit c57a776730fff4f11b36de70d53514a7614753aa +Subproject commit 2f47e4e77b3c832679c5a83a604dd7b8e8fc1903 From 26203288102221b482eee4277220055e27097b96 Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Mon, 9 Oct 2023 16:38:54 -0700 Subject: [PATCH 2/2] Bump APP_CACHE_BUSTER to make sure browsers fetch the new console --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index cf91e3ddc4..a9ace70a84 100644 --- a/app/init.php +++ b/app/init.php @@ -108,7 +108,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 = 511; +const APP_CACHE_BUSTER = 512; const APP_VERSION_STABLE = '1.4.4'; const APP_DATABASE_ATTRIBUTE_EMAIL = 'email'; const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';