Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 56d12b9

Browse filesBrowse files
committed
chore: bump appwrite version to 1.8.0-RC3
1 parent 215fd9e commit 56d12b9
Copy full SHA for 56d12b9

File tree

Expand file treeCollapse file tree

4 files changed

+8
-7
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

4 files changed

+8
-7
lines changed
Open diff view settings
Collapse file

‎README-CN.md‎

Copy file name to clipboardExpand all lines: README-CN.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ docker run -it --rm \
7272
--volume /var/run/docker.sock:/var/run/docker.sock \
7373
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
7474
--entrypoint="install" \
75-
appwrite/appwrite:1.8.0
75+
appwrite/appwrite:1.8.0-RC3
7676
```
7777

7878
### Windows
@@ -84,7 +84,7 @@ docker run -it --rm ^
8484
--volume //var/run/docker.sock:/var/run/docker.sock ^
8585
--volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
8686
--entrypoint="install" ^
87-
appwrite/appwrite:1.8.0
87+
appwrite/appwrite:1.8.0-RC3
8888
```
8989

9090
#### PowerShell
@@ -94,7 +94,7 @@ docker run -it --rm `
9494
--volume /var/run/docker.sock:/var/run/docker.sock `
9595
--volume ${pwd}/appwrite:/usr/src/code/appwrite:rw `
9696
--entrypoint="install" `
97-
appwrite/appwrite:1.8.0
97+
appwrite/appwrite:1.8.0-RC3
9898
```
9999

100100
运行后,可以在浏览器上访问 http://localhost 找到 Appwrite 控制台。在非 Linux 的本机主机上完成安装后,服务器可能需要几分钟才能启动。
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ docker run -it --rm \
8282
--volume /var/run/docker.sock:/var/run/docker.sock \
8383
--volume "$(pwd)"/appwrite:/usr/src/code/appwrite:rw \
8484
--entrypoint="install" \
85-
appwrite/appwrite:1.8.0
85+
appwrite/appwrite:1.8.0-RC3
8686
```
8787

8888
### Windows
@@ -94,7 +94,7 @@ docker run -it --rm ^
9494
--volume //var/run/docker.sock:/var/run/docker.sock ^
9595
--volume "%cd%"/appwrite:/usr/src/code/appwrite:rw ^
9696
--entrypoint="install" ^
97-
appwrite/appwrite:1.8.0
97+
appwrite/appwrite:1.8.0-RC3
9898
```
9999

100100
#### PowerShell
@@ -104,7 +104,7 @@ docker run -it --rm `
104104
--volume /var/run/docker.sock:/var/run/docker.sock `
105105
--volume ${pwd}/appwrite:/usr/src/code/appwrite:rw `
106106
--entrypoint="install" `
107-
appwrite/appwrite:1.8.0
107+
appwrite/appwrite:1.8.0-RC3
108108
```
109109

110110
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.
Collapse file

‎app/init/constants.php‎

Copy file name to clipboardExpand all lines: app/init/constants.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
const APP_FILE_ACCESS = 24 * 60 * 60; // 24 hours
3939
const APP_CACHE_UPDATE = 24 * 60 * 60; // 24 hours
4040
const APP_CACHE_BUSTER = 4321;
41-
const APP_VERSION_STABLE = '1.8.0';
41+
const APP_VERSION_STABLE = '1.8.0-RC3';
4242
const APP_DATABASE_ATTRIBUTE_EMAIL = 'email';
4343
const APP_DATABASE_ATTRIBUTE_ENUM = 'enum';
4444
const APP_DATABASE_ATTRIBUTE_IP = 'ip';
Collapse file

‎src/Appwrite/Migration/Migration.php‎

Copy file name to clipboardExpand all lines: src/Appwrite/Migration/Migration.php
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ abstract class Migration
8989
'1.7.2' => 'V22',
9090
'1.7.3' => 'V22',
9191
'1.7.4' => 'V22',
92+
'1.8.0-RC3' => 'V23',
9293
'1.8.0' => 'V23',
9394
];
9495

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.