From e19bd3c5eb5b9544d58fdf1c6b77f1501f6058ef Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Thu, 9 Sep 2021 08:27:53 +0800 Subject: [PATCH] Sync version numbers. --- en_US/upgrade/0-upgrade.iredapd.md | 6 +++--- en_US/upgrade/2-iredadmin-pro.releases.md | 2 +- html/iredadmin-pro.releases.html | 2 +- html/upgrade.iredapd.html | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/en_US/upgrade/0-upgrade.iredapd.md b/en_US/upgrade/0-upgrade.iredapd.md index b6678443..7a14d24a 100644 --- a/en_US/upgrade/0-upgrade.iredapd.md +++ b/en_US/upgrade/0-upgrade.iredapd.md @@ -27,9 +27,9 @@ Run commands below on your iRedMail server: ``` cd /root -wget -O iRedAPD-5.0.2.tar.gz https://github.com/iredmail/iRedAPD/archive/5.0.2.tar.gz -tar zxf iRedAPD-5.0.2.tar.gz -cd iRedAPD-5.0.2/tools/ +wget -O iRedAPD-5.0.3.tar.gz https://github.com/iredmail/iRedAPD/archive/5.0.3.tar.gz +tar zxf iRedAPD-5.0.3.tar.gz +cd iRedAPD-5.0.3/tools/ bash upgrade_iredapd.sh ``` diff --git a/en_US/upgrade/2-iredadmin-pro.releases.md b/en_US/upgrade/2-iredadmin-pro.releases.md index 42e4e326..d6b8dc3d 100644 --- a/en_US/upgrade/2-iredadmin-pro.releases.md +++ b/en_US/upgrade/2-iredadmin-pro.releases.md @@ -15,7 +15,7 @@ this tutorial with just one shell command: Release Notes | Date | Comment | Extra ---|---|---|--- -[4.10](https://forum.iredmail.org/topic18394.html) |Sep 8, 2021 | Bug fix release, Python 3.5+ is required. | [RESTful API document](./iredadmin-pro.restful.api.html) +[5.0](https://forum.iredmail.org/topic18394.html) |Sep 8, 2021 | Bug fix release, Python 3.5+ is required. | [RESTful API document](./iredadmin-pro.restful.api.html) [4.9](https://forum.iredmail.org/topic18034.html) |Apr 13, 2021 | Bug fix release, Python 3.5+ is required. | [RESTful API document](./iredadmin-pro.restful.api.html) [4.8](https://forum.iredmail.org/topic17642.html) |Dec 11, 2020 | Bug fix release, Python 3.5+ is required. | [RESTful API document](./iredadmin-pro.restful.api.html) [4.7](https://forum.iredmail.org/topic17499.html) |Oct 30, 2020 | Python 3.5+ is required. | [RESTful API document](./iredadmin-pro.restful.api.html) diff --git a/html/iredadmin-pro.releases.html b/html/iredadmin-pro.releases.html index ad97ae87..c4a8838d 100644 --- a/html/iredadmin-pro.releases.html +++ b/html/iredadmin-pro.releases.html @@ -48,7 +48,7 @@ this tutorial with just one shell command:

-4.10 +5.0 Sep 8, 2021 Bug fix release, Python 3.5+ is required. RESTful API document diff --git a/html/upgrade.iredapd.html b/html/upgrade.iredapd.html index c12a5798..fbf03a60 100644 --- a/html/upgrade.iredapd.html +++ b/html/upgrade.iredapd.html @@ -46,9 +46,9 @@ to the latest stable release on listed distribution releases listed above.

Run commands below on your iRedMail server:

cd /root
-wget -O iRedAPD-5.0.2.tar.gz https://github.com/iredmail/iRedAPD/archive/5.0.2.tar.gz
-tar zxf iRedAPD-5.0.2.tar.gz
-cd iRedAPD-5.0.2/tools/
+wget -O iRedAPD-5.0.3.tar.gz https://github.com/iredmail/iRedAPD/archive/5.0.3.tar.gz
+tar zxf iRedAPD-5.0.3.tar.gz
+cd iRedAPD-5.0.3/tools/
 bash upgrade_iredapd.sh