diff --git a/docs/setup/upgrading/README.md b/docs/setup/upgrading/README.md index 6be3adfb3..83de71c1f 100644 --- a/docs/setup/upgrading/README.md +++ b/docs/setup/upgrading/README.md @@ -5,6 +5,7 @@ 1. **Backup the existing the database:** Always keep a working database backup so that you can restore the system to the previous state when needed. 2. **Read the version-specific upgrade notes:** You may need to perform some tasks before or after the upgrade. + - [Upgrading to `v1.3.0`](v1.3.0.md) - [Upgrading to `v1.2.0`](v1.2.0.md) - [Upgrading to `v1.1.0`](v1.1.0.md) - [Upgrading to `v1.0.0`](v1.0.0.md) diff --git a/docs/setup/upgrading/v1.3.0.md b/docs/setup/upgrading/v1.3.0.md new file mode 100644 index 000000000..d4a98d102 --- /dev/null +++ b/docs/setup/upgrading/v1.3.0.md @@ -0,0 +1,14 @@ +# Upgrading from `v1.2.0` to `v1.3.0` + +## Prerequisites + +Please perform the upgrade as described in [Upgrading the eWallet Server](README.md) +before proceeding below. + +## Changes + +This release primarily includes 2-factor authentication, the Admin Panel's advanced filtering, +and numerous other improvements. + +This release does not require you to perform additional upgrade instructions +apart from those specified in the main [Upgrading the eWallet Server](README.md) document.