From 643f5e845ac3bc3ceabf8c85fe2d3949f25c6e02 Mon Sep 17 00:00:00 2001 From: Steven Nguyen Date: Fri, 29 Dec 2023 19:16:57 +0000 Subject: [PATCH] Bump console to version 3.3.14 --- .gitmodules | 2 +- app/console | 2 +- app/init.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 70350ab584..3f005ee685 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "app/console"] path = app/console url = https://github.com/appwrite/console - branch = 3.3.13 \ No newline at end of file + branch = 3.3.14 \ No newline at end of file diff --git a/app/console b/app/console index bf2969614d..852261b18e 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit bf2969614de0e46eedf4057b82212785fdc8770b +Subproject commit 852261b18e018de36417fbbbcbb45869c22bf1ee diff --git a/app/init.php b/app/init.php index c02f886d4a..9e6fe09fd1 100644 --- a/app/init.php +++ b/app/init.php @@ -110,7 +110,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 = 328; +const APP_CACHE_BUSTER = 3314; const APP_VERSION_STABLE = '1.4.13'; const APP_DATABASE_ATTRIBUTE_EMAIL = 'email'; const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';