From 5b23a1c086c63379d1ddcc3b050a7ae6f638a4cf Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Fri, 15 Sep 2023 12:04:19 -0400 Subject: [PATCH 1/2] Update console --- .gitmodules | 2 +- app/console | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 31a251570..c3860453a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "app/console"] path = app/console url = https://github.com/appwrite/console - branch = 3.0.4 + branch = 3.1.0 diff --git a/app/console b/app/console index 88b6d5905..1d604a0b0 160000 --- a/app/console +++ b/app/console @@ -1 +1 @@ -Subproject commit 88b6d59051992ed86183ee83d77bf678d1cb73bf +Subproject commit 1d604a0b0d66846c9ff3f1496a5a8698c86ebb12 From e53c5771abc15edab467fa94616d499b02c953ef Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Fri, 15 Sep 2023 12:21:19 -0400 Subject: [PATCH 2/2] Update changelog for console --- CHANGES.md | 29 +++++++++++++++++++---------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a82f60b8d..8324f499f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,20 +2,29 @@ ## Features - Support for the all new bun runtime [#6230](https://github.com/appwrite/appwrite/pull/6230) +- Stripe function templates [Console #540](https://github.com/appwrite/console/pull/540) ## Fixes -- Add _APP_OPENSSL_KEY_V1 to the compose file [#6199](https://github.com/appwrite/appwrite/pull/6199) -- Fix: V2 functions env vars [#6215](https://github.com/appwrite/appwrite/pull/6215) -- Fix: Don't update User Accessed At for Users and Teams APIs [#6222](https://github.com/appwrite/appwrite/pull/6222) -- Fix: Git deploys with S3 [#6227](https://github.com/appwrite/appwrite/pull/6227) -- Fix: manual internal id insertion [#6232](https://github.com/appwrite/appwrite/pull/6232) -- Fix: function timeout [#6235](https://github.com/appwrite/appwrite/pull/6235) -- Fix: Missing keys when updating document via relationship [#320](https://github.com/utopia-php/database/pull/320) -- Ensure collections with datetime attributes are migrated [#17](https://github.com/utopia-php/migration/pull/17) -- Ensure all user data are migrated including status, preferences, and labels [#17](https://github.com/utopia-php/migration/pull/17) +- Fix missing _APP_OPENSSL_KEY_V1 in the compose file [#6199](https://github.com/appwrite/appwrite/pull/6199) +- Fix V2 functions env vars [#6215](https://github.com/appwrite/appwrite/pull/6215) +- Fix Don't update User Accessed At for Users and Teams APIs [#6222](https://github.com/appwrite/appwrite/pull/6222) +- Fix Git deploys with S3 [#6227](https://github.com/appwrite/appwrite/pull/6227) +- Fix manual internal id insertion [#6232](https://github.com/appwrite/appwrite/pull/6232) +- Fix function timeout [#6235](https://github.com/appwrite/appwrite/pull/6235) +- Fix collections with datetime attributes migration [#17](https://github.com/utopia-php/migration/pull/17) +- Fix not all user data being migrated [#17](https://github.com/utopia-php/migration/pull/17) - Fix team memberships migration [#16](https://github.com/utopia-php/migration/pull/16) - Fix events validation on create/update webhooks [#6219](https://github.com/appwrite/appwrite/pull/6219) -- Fix: add a try catch block in the schedules task [#6246](https://github.com/appwrite/appwrite/pull/6246) +- Fix schedules task [#6246](https://github.com/appwrite/appwrite/pull/6246) +- Fix missing keys when updating document via relationship [Database #320](https://github.com/utopia-php/database/pull/320) +- Fix Discord template [Console #538](https://github.com/appwrite/console/pull/538) +- Fix form var is url not text [Console #539](https://github.com/appwrite/console/pull/539) +- Fix incorrect link to migration docs for self-hosted to cloud [Console #543](https://github.com/appwrite/console/pull/543) +- Fix can't disable smtp [Console #548](https://github.com/appwrite/console/pull/548) +- Fix create function cover for case where VCS is not enabled [Console #544](https://github.com/appwrite/console/pull/544) +- Fix users list not re-rendering [Console #537](https://github.com/appwrite/console/pull/537) +- Fix create attribute modal null when selecting same time twice [Console #549](https://github.com/appwrite/console/pull/549) +- Fix runtime versions in templates [Console #546](https://github.com/appwrite/console/pull/546) # Version 1.4.2