From 1d7d6d04c456e3a2ef9f3af847faffbbaf06bd05 Mon Sep 17 00:00:00 2001 From: Jan Kobersky <5406945+kober32@users.noreply.github.com> Date: Sun, 17 Nov 2024 10:38:52 +0100 Subject: [PATCH] Docs fixes (#177) --- docs/Changelog.md | 2 +- docs/{Migration-1.12.md => Migration-1.13.md} | 0 docs/Readme.md | 1 + docs/SDK-Integration.md | 21 +++++++------------ docs/_Sidebar.md | 3 ++- 5 files changed, 12 insertions(+), 15 deletions(-) rename docs/{Migration-1.12.md => Migration-1.13.md} (100%) diff --git a/docs/Changelog.md b/docs/Changelog.md index ce67ff9..74a2b08 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -1,6 +1,6 @@ # Changelog -## 1.12.1 (October 2024) +## 1.13.0 (TBA) - Added status to `UserOperation` and removed redundant `OperationHistoryEntry` [(#171)](https://github.com/wultra/mtoken-sdk-ios/pull/171) diff --git a/docs/Migration-1.12.md b/docs/Migration-1.13.md similarity index 100% rename from docs/Migration-1.12.md rename to docs/Migration-1.13.md diff --git a/docs/Readme.md b/docs/Readme.md index 4147bc6..8bd4b7b 100644 --- a/docs/Readme.md +++ b/docs/Readme.md @@ -20,6 +20,7 @@ Remarks: If you need to upgrade the Wultra Mobile Token SDK for iOS to a newer version, you can check the following migration guides: - [Migration from version `1.9.x` to `1.10.x`](Migration-1.10.md) +- [Migration from version `1.12.x` to `1.13.x`](Migration-1.13.md) ## Integration Tutorials diff --git a/docs/SDK-Integration.md b/docs/SDK-Integration.md index ee8c636..439305a 100644 --- a/docs/SDK-Integration.md +++ b/docs/SDK-Integration.md @@ -26,7 +26,7 @@ let package = Package( ), ], dependencies: [ - .package(url: "https://github.com/wultra/mtoken-sdk-ios.git", .from("1.11.0")) + .package(url: "https://github.com/wultra/mtoken-sdk-ios.git", .from("1.12.0")) ], targets: [ .target( @@ -53,18 +53,13 @@ Note: If you want to use only operations, you can omit the Push dependency and i ## Guaranteed PowerAuth Compatibility -| WMT SDK | PowerAuth SDK | -|---|---| -| `1.0.x` - `1.2.x` | `1.x.x` | -| `1.3.x` | `1.6.x` | -| `1.4.x` | `1.6.x` | -| `1.5.x` | `1.6.x` | -| `1.6.x` | `1.7.x` | -| `1.7.x` | `1.7.x` | -| `1.8.x` | `1.8.x` | -| `1.9.x` | `1.8.x` | -| `1.10.x` | `1.8.x` | -| `1.11.x` | `1.8.x` | +| WMT SDK | PowerAuth SDK | +|-----------------------|---------------| +| `1.12.x` | `1.9.x` | +| `1.8.x` - `1.11.x` | `1.8.x` | +| `1.6.x` - `1.7.x` | `1.7.x` | +| `1.3.x` - `1.5.x` | `1.6.x` | +| `1.0.x` - `1.2.x` | `1.5.x` | ## Xcode Compatibility diff --git a/docs/_Sidebar.md b/docs/_Sidebar.md index 4fc1112..c3a3463 100644 --- a/docs/_Sidebar.md +++ b/docs/_Sidebar.md @@ -10,4 +10,5 @@ **Other** -- [Changelog](./Changelog.md) \ No newline at end of file +- [Changelog](./Changelog.md) +- [Migration Guides](./Readme.md#migration-guides) \ No newline at end of file