From 98e7e1d303d46e25d767b05ce6e0336d5b1dfc87 Mon Sep 17 00:00:00 2001 From: mariachana_moturi <112471942+esthermmoturi@users.noreply.github.com> Date: Fri, 8 Nov 2024 12:22:21 +0300 Subject: [PATCH 1/2] Update preparing-for-4.md --- content/en/building/guides/updates/preparing-for-4.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/en/building/guides/updates/preparing-for-4.md b/content/en/building/guides/updates/preparing-for-4.md index ced66161b..b3ea43d17 100644 --- a/content/en/building/guides/updates/preparing-for-4.md +++ b/content/en/building/guides/updates/preparing-for-4.md @@ -17,8 +17,6 @@ description: > Medic uses [Semantic Versioning](https://en.wikipedia.org/wiki/Semver#Semantic_versioning) (aka "SemVer") which means that the CHT upgrade from the major 3.x version to the 4.x version denotes there are breaking changes. The key to a successful upgrade will be to understand and plan for these breaking changes. Aside from the Docker hosting infrastructure (out of scope for this prep document), the two breaking changes are around CHT Android and Enketo. -While CHT 4.0 has not been released yet, the effort to be prepared can be quite time consuming, especially for large deployments that may need to do handset upgrades in a worst case. The sooner deployments start preparing for the upgrade, the easier it will be when it comes to the upgrade itself. Conveniently, all device and Android app changes to prepare for 4.x are backwards compatible with 3.x. Prepare now, so you will be ready to upgrade sooner than later! - ## CHT Android v1.0.0+ This change is straightforward in that CHT 4.x no longer supports versions _before_ `1.0.0`, so deployments need to update their Play Store app. As of this writing, [CHT Android](https://github.com/medic/cht-android/) is at `1.0.4`. Please see the [Android docs]({{< relref "building/guides/android" >}}) on how to update your app and release it. Note that Google's Play Store can often have delays which deployments have no control over. Again, the sooner you start, the better. From 030a9df66c2e785e08b9acffdeb21e500cac330c Mon Sep 17 00:00:00 2001 From: mariachana_moturi <112471942+esthermmoturi@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:52:59 +0300 Subject: [PATCH 2/2] Update content/en/building/guides/updates/preparing-for-4.md --- content/en/building/guides/updates/preparing-for-4.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/building/guides/updates/preparing-for-4.md b/content/en/building/guides/updates/preparing-for-4.md index b3ea43d17..b70f5135d 100644 --- a/content/en/building/guides/updates/preparing-for-4.md +++ b/content/en/building/guides/updates/preparing-for-4.md @@ -16,6 +16,7 @@ description: > ## Introduction Medic uses [Semantic Versioning](https://en.wikipedia.org/wiki/Semver#Semantic_versioning) (aka "SemVer") which means that the CHT upgrade from the major 3.x version to the 4.x version denotes there are breaking changes. The key to a successful upgrade will be to understand and plan for these breaking changes. Aside from the Docker hosting infrastructure (out of scope for this prep document), the two breaking changes are around CHT Android and Enketo. +Upgrading to CHT 4.0 can be quite time consuming, especially for large deployments that may need to do handset upgrades in a worst case. The sooner deployments start preparing for the upgrade, the easier it will be when it comes to the upgrade itself. Conveniently, all device and Android app changes to prepare for 4.x are backwards compatible with 3.x. Prepare now, so you will be ready to upgrade sooner than later! ## CHT Android v1.0.0+