diff --git a/CHANGES.md b/CHANGES.md index 2726da52f..f106f9730 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,45 @@ +# Version 1.5.5 +## What's Changed +### Notable changes + +* Change SMS verification message to only have the code in [#7912](https://github.com/appwrite/appwrite/pull/7912) +* Add new country `Taiwan` with its translations in [#7873](https://github.com/appwrite/appwrite/pull/7873) +* Add Hong Kong (HK) to countries list in [#7962](https://github.com/appwrite/appwrite/pull/7962) +* Add French Polynesia flag to flags.php in [#8007](https://github.com/appwrite/appwrite/pull/8007) +* Enable auto upgrade for mariadb container in [#8020](https://github.com/appwrite/appwrite/pull/8020) + +## Fixes + +* Use team internal ID for checks and queries for membership in [#7836](https://github.com/appwrite/appwrite/pull/7836) +* Use internal IDs for queries and checks in [#7839](https://github.com/appwrite/appwrite/pull/7839) +* Remove redundant commas in [#7764](https://github.com/appwrite/appwrite/pull/7764) +* Remove a redundant call to fetch the topic document again in [#7894](https://github.com/appwrite/appwrite/pull/7894) +* Fix wrong refresh var for Autodesk in [#7897](https://github.com/appwrite/appwrite/pull/7897) +* Fix email attachment example in [#7681](https://github.com/appwrite/appwrite/pull/7681) +* Add missing chunkId param to create file abuse key in [#7913](https://github.com/appwrite/appwrite/pull/7913) +* Fix delete message event not firing in [#7906](https://github.com/appwrite/appwrite/pull/7906) +* Fix worker crash when using custom SMTP provider in [#7915](https://github.com/appwrite/appwrite/pull/7915) +* Update email attachments param in [#7885](https://github.com/appwrite/appwrite/pull/7885) +* Fix MFA protected group in [#7947](https://github.com/appwrite/appwrite/pull/7947) +* Fix recovery code removal in [#7950](https://github.com/appwrite/appwrite/pull/7950) +* Add recovery code to List factors in [#7949](https://github.com/appwrite/appwrite/pull/7949) +* Fix challenge type check in [#7981](https://github.com/appwrite/appwrite/pull/7981) +* Fix MFA links in specs in [#7966](https://github.com/appwrite/appwrite/pull/7966) +* Add missing 'apis' attribute to projects collection in [#7997](https://github.com/appwrite/appwrite/pull/7997) +* Update user create error message for console to be console specific in [#7996](https://github.com/appwrite/appwrite/pull/7996) +* Add DB environment variables to appwrite-worker-mails in [#8002](https://github.com/appwrite/appwrite/pull/8002) +* Delete related attributes on delete collection in [#7985](https://github.com/appwrite/appwrite/pull/7985) +* Fix server errors from invalid or outdated cookies in [#8008](https://github.com/appwrite/appwrite/pull/8008) +* Fix delete MFA authenticator response model in [#8005](https://github.com/appwrite/appwrite/pull/8005) +* Fix MFA with admin mode in [#7984](https://github.com/appwrite/appwrite/pull/7984) + +## Miscellaneous + +* Update getEnv to use system lib in [#7895](https://github.com/appwrite/appwrite/pull/7895) +* Update SDK and docs links in readme in [#7978](https://github.com/appwrite/appwrite/pull/7978) +* Update README.md in [#6358](https://github.com/appwrite/appwrite/pull/6358) +* Bump console to version 4.0.6 in [#8017](https://github.com/appwrite/appwrite/pull/8017) + # Version 1.5.4 ## What's Changed ### Fixes diff --git a/README-CN.md b/README-CN.md index 0a743bc09..e526b5613 100644 --- a/README-CN.md +++ b/README-CN.md @@ -66,7 +66,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:1.5.4 + appwrite/appwrite:1.5.5 ``` ### Windows @@ -78,7 +78,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:1.5.4 + appwrite/appwrite:1.5.5 ``` #### PowerShell @@ -88,7 +88,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:1.5.4 + appwrite/appwrite:1.5.5 ``` 运行后,可以在浏览器上访问 http://localhost 找到 Appwrite 控制台。在非 Linux 的本机主机上完成安装后,服务器可能需要几分钟才能启动。 diff --git a/README.md b/README.md index e93d861dc..eb4e96358 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,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:1.5.4 + appwrite/appwrite:1.5.5 ``` ### Windows @@ -88,7 +88,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:1.5.4 + appwrite/appwrite:1.5.5 ``` #### PowerShell @@ -98,7 +98,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:1.5.4 + appwrite/appwrite:1.5.5 ``` Once the Docker installation is complete, 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 completing the installation. diff --git a/app/init.php b/app/init.php index 76f6b9989..5165f64d7 100644 --- a/app/init.php +++ b/app/init.php @@ -113,7 +113,7 @@ 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 = 406; -const APP_VERSION_STABLE = '1.5.4'; +const APP_VERSION_STABLE = '1.5.5'; 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 dff3683db..711ae3e23 100644 --- a/src/Appwrite/Migration/Migration.php +++ b/src/Appwrite/Migration/Migration.php @@ -83,6 +83,7 @@ abstract class Migration '1.5.2' => 'V20', '1.5.3' => 'V20', '1.5.4' => 'V20', + '1.5.5' => 'V20', ]; /**