From f0025e0a06c8f5ea6d50f1c35974fe56decdc8f4 Mon Sep 17 00:00:00 2001 From: Jan Kobersky Date: Fri, 15 Nov 2024 14:32:59 +0100 Subject: [PATCH] Documentation fixes --- docs/Changelog.md | 5 +++-- docs/README.md | 2 +- docs/SDK-Integration.md | 11 ++++++----- docs/_Sidebar.md | 1 + 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/docs/Changelog.md b/docs/Changelog.md index ea07f09..75b9668 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -2,10 +2,11 @@ ## 1.12.0 (Oct, 2024) -- Upgraded to PowerAuth 1.9.x [(#165)](https://github.com/wultra/mtoken-sdk-ios/pull/165) +- Upgraded to `PowerAuthSDK` `1.9.x` [(#165)](https://github.com/wultra/mtoken-sdk-ios/pull/165) +- PowerAuth "server stack" `1.9+` is now required - Document fixes and improvements - Added status to `UserOperation` and removed redundant `OperationHistoryEntry` [(#171)](https://github.com/wultra/mtoken-sdk-ios/pull/171) -- Removed deprecated `IOperationsService` methods in 1.5.0. [(#171)](https://github.com/wultra/mtoken-sdk-ios/pull/171) +- Removed deprecated `IOperationsService` methods [(#171)](https://github.com/wultra/mtoken-sdk-ios/pull/171) ## 1.11.1 (Aug, 2024) diff --git a/docs/README.md b/docs/README.md index 147a21e..16c86d0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -21,7 +21,7 @@ If you need to upgrade the Wultra Mobile Token SDK for Android to a newer versio - [Migration from version `1.4.x` to `1.5.x`](Migration-1.5.md) - [Migration from version `1.9.x` to `1.10.x`](Migration-1.10.md) - +- [Migration from version `1.11.x` to `1.12.x`](Migration-1.12.md) ## Integration Tutorials diff --git a/docs/SDK-Integration.md b/docs/SDK-Integration.md index 75d22d3..57b1541 100644 --- a/docs/SDK-Integration.md +++ b/docs/SDK-Integration.md @@ -21,11 +21,12 @@ implementation "com.wultra.android.powerauth:powerauth-sdk:1.x.y" ## PowerAuth Compatibility -| WMT SDK | PowerAuth SDK | -|--------------------|---| +| WMT SDK | PowerAuth SDK | +|--------------------|-------------------| +| `1.12.x` | `1.9.x` | +| `1.8.x` - `1.11.x` | `1.8.x` | +| `1.5.x` - `1.7.x` | `1.7.x` | +| `1.3.x` - `1.4.x` | `1.6.x` | | `1.0.x` - `1.2.x` | `1.0.x` - `1.5.x` | -| `1.3.x` - `1.4.x` | `1.6.x` | -| `1.5.x` - `1.7.x` | `1.7.x` | -| `1.8.x` - `1.10.x` | `1.8.x` | diff --git a/docs/_Sidebar.md b/docs/_Sidebar.md index 9f2d177..e90515c 100644 --- a/docs/_Sidebar.md +++ b/docs/_Sidebar.md @@ -10,3 +10,4 @@ **Other** - [Changelog](./Changelog.md) +- [Migration Guides](./README.md#migration-guides) \ No newline at end of file