From 36384c4fe56d543ef68cc9b0f939e50ec1df8ac7 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 15 Mar 2022 13:19:04 +0100 Subject: [PATCH 1/5] chore: prepare 0.13.3 --- README-CN.md | 6 +++--- README.md | 6 +++--- app/init.php | 2 +- src/Appwrite/Migration/Migration.php | 1 + 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README-CN.md b/README-CN.md index eefa1530ee..7c11852d37 100644 --- a/README-CN.md +++ b/README-CN.md @@ -59,7 +59,7 @@ docker run -it --rm \ --volume /var/run/docker.sock:/var/run/docker.sock \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --entrypoint="install" \ - appwrite/appwrite:0.13.2 + appwrite/appwrite:0.13.3 ``` ### Windows @@ -71,7 +71,7 @@ docker run -it --rm ^ --volume //var/run/docker.sock:/var/run/docker.sock ^ --volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^ --entrypoint="install" ^ - appwrite/appwrite:0.13.2 + appwrite/appwrite:0.13.3 ``` #### PowerShell @@ -81,7 +81,7 @@ docker run -it --rm , --volume /var/run/docker.sock:/var/run/docker.sock , --volume ${pwd}/appwrite:/usr/src/code/appwrite:rw , --entrypoint="install" , - appwrite/appwrite:0.13.2 + appwrite/appwrite:0.13.3 ``` 运行后,可以在浏览器上访问 http://localhost 找到 Appwrite 控制台。在非 Linux 的本机主机上完成安装后,服务器可能需要几分钟才能启动。 diff --git a/README.md b/README.md index b51aff62a9..b3fd3d83cd 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ docker run -it --rm \ --volume /var/run/docker.sock:/var/run/docker.sock \ --volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \ --entrypoint="install" \ - appwrite/appwrite:0.13.2 + appwrite/appwrite:0.13.3 ``` ### Windows @@ -74,7 +74,7 @@ docker run -it --rm ^ --volume //var/run/docker.sock:/var/run/docker.sock ^ --volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^ --entrypoint="install" ^ - appwrite/appwrite:0.13.2 + appwrite/appwrite:0.13.3 ``` #### PowerShell @@ -84,7 +84,7 @@ docker run -it --rm , --volume /var/run/docker.sock:/var/run/docker.sock , --volume ${pwd}/appwrite:/usr/src/code/appwrite:rw , --entrypoint="install" , - appwrite/appwrite:0.13.2 + appwrite/appwrite:0.13.3 ``` Once the Docker installation completes, go to http://localhost to access the Appwrite console from your browser. Please note that on non-Linux native hosts, the server might take a few minutes to start after installation completes. diff --git a/app/init.php b/app/init.php index 40c2f569b9..95f2bb3844 100644 --- a/app/init.php +++ b/app/init.php @@ -71,7 +71,7 @@ const APP_LIMIT_ENCRYPTION = 20000000; //20MB const APP_LIMIT_COMPRESSION = 20000000; //20MB const APP_LIMIT_PREVIEW = 20000000; //20MB file size limit for preview endpoint const APP_CACHE_BUSTER = 302; -const APP_VERSION_STABLE = '0.13.2'; +const APP_VERSION_STABLE = '0.13.3'; const APP_DATABASE_ATTRIBUTE_EMAIL = 'email'; const APP_DATABASE_ATTRIBUTE_ENUM = 'enum'; const APP_DATABASE_ATTRIBUTE_IP = 'ip'; diff --git a/src/Appwrite/Migration/Migration.php b/src/Appwrite/Migration/Migration.php index ce4e0ad810..6f5f7a990b 100644 --- a/src/Appwrite/Migration/Migration.php +++ b/src/Appwrite/Migration/Migration.php @@ -38,6 +38,7 @@ abstract class Migration '0.13.0' => 'V12', '0.13.1' => 'V12', '0.13.2' => 'V12', + '0.13.3' => 'V12', ]; /** From 793aa2141134a09b46e24ade071909c430a7d880 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 15 Mar 2022 19:16:04 +0100 Subject: [PATCH 2/5] chore: update readme --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 7a9ccd6275..f293964e46 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +# Version 0.13.3 +## Bugs +- Fixed search for terms that inlcude `@` characters +- Fixed Bucket permissions + # Version 0.13.2 ## Bugs - Fixed global issue with write permissions From d463e5fefcf70f5563fb645e45a6ffc92b649108 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 15 Mar 2022 19:23:22 +0100 Subject: [PATCH 3/5] chore: update changelog --- CHANGES.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index f293964e46..2ac2f910bc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,9 @@ ## Bugs - Fixed search for terms that inlcude `@` characters - Fixed Bucket permissions +- Fixed file upload error in UI +- Fixed input field for float attributes in UI +- Fixed `appwrite-executor` restart behavior in docker-compose.yml # Version 0.13.2 ## Bugs From 44be3203c90bd4368244bd55c92a66863221cb08 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 15 Mar 2022 19:23:37 +0100 Subject: [PATCH 4/5] chore: increase cache buster --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index 95f2bb3844..c157f9fe0f 100644 --- a/app/init.php +++ b/app/init.php @@ -70,7 +70,7 @@ const APP_LIMIT_ANTIVIRUS = 20000000; //20MB const APP_LIMIT_ENCRYPTION = 20000000; //20MB const APP_LIMIT_COMPRESSION = 20000000; //20MB const APP_LIMIT_PREVIEW = 20000000; //20MB file size limit for preview endpoint -const APP_CACHE_BUSTER = 302; +const APP_CACHE_BUSTER = 301; const APP_VERSION_STABLE = '0.13.3'; const APP_DATABASE_ATTRIBUTE_EMAIL = 'email'; const APP_DATABASE_ATTRIBUTE_ENUM = 'enum'; From 22550a844101294bf9022d50e376ecd7e6f216b5 Mon Sep 17 00:00:00 2001 From: Torsten Dittmann Date: Tue, 15 Mar 2022 19:24:28 +0100 Subject: [PATCH 5/5] chore: increase cache buster --- app/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/init.php b/app/init.php index c157f9fe0f..9a73a7da10 100644 --- a/app/init.php +++ b/app/init.php @@ -70,7 +70,7 @@ const APP_LIMIT_ANTIVIRUS = 20000000; //20MB const APP_LIMIT_ENCRYPTION = 20000000; //20MB const APP_LIMIT_COMPRESSION = 20000000; //20MB const APP_LIMIT_PREVIEW = 20000000; //20MB file size limit for preview endpoint -const APP_CACHE_BUSTER = 301; +const APP_CACHE_BUSTER = 303; const APP_VERSION_STABLE = '0.13.3'; const APP_DATABASE_ATTRIBUTE_EMAIL = 'email'; const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';