Sync version numbers.

This commit is contained in:
Zhang Huangbin 2021-09-09 08:27:53 +08:00
parent b2ff1e512f
commit e19bd3c5eb
4 changed files with 8 additions and 8 deletions

View File

@ -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
```

View File

@ -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)

View File

@ -48,7 +48,7 @@ this tutorial with just one shell command:</p>
</thead>
<tbody>
<tr>
<td><a href="https://forum.iredmail.org/topic18394.html">4.10</a></td>
<td><a href="https://forum.iredmail.org/topic18394.html">5.0</a></td>
<td>Sep 8, 2021</td>
<td>Bug fix release, Python 3.5+ is required.</td>
<td><a href="./iredadmin-pro.restful.api.html">RESTful API document</a></td>

View File

@ -46,9 +46,9 @@
to the latest stable release on listed distribution releases listed above.</p>
<p>Run commands below on your iRedMail server:</p>
<pre><code>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
</code></pre>