From 85b0ec7f7710d6fea277c83f6750705863a39e76 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Mon, 19 Feb 2024 17:33:47 +1300 Subject: [PATCH] Temp bump console for SDK fixes --- .gitmodules | 2 +- app/console | 2 +- app/init.php | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index e25978215..bed812bea 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "app/console"] path = app/console url = https://github.com/appwrite/console - branch = 1.5.x + branch = chore-update-sdk diff --git a/app/console b/app/console index 1d942975d..44edd461c 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit 1d942975d16397a252a58ab730fb57819d679213 +Subproject commit 44edd461c6036cb462047c1424b80f0903cdc15e diff --git a/app/init.php b/app/init.php index db4fe4d66..4e75b5198 100644 --- a/app/init.php +++ b/app/init.php @@ -112,8 +112,8 @@ 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 = 329; -const APP_VERSION_STABLE = '1.4.13'; +const APP_CACHE_BUSTER = 330; +const APP_VERSION_STABLE = '1.5.0'; const APP_DATABASE_ATTRIBUTE_EMAIL = 'email'; const APP_DATABASE_ATTRIBUTE_ENUM = 'enum'; const APP_DATABASE_ATTRIBUTE_IP = 'ip';