Skip to content

Commit

Permalink
Docs fixes (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 authored Nov 17, 2024
1 parent 9c4ff32 commit 1d7d6d0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions docs/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- begin remove -->
## Integration Tutorials
Expand Down
21 changes: 8 additions & 13 deletions docs/SDK-Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand All @@ -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

Expand Down
3 changes: 2 additions & 1 deletion docs/_Sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@

**Other**

- [Changelog](./Changelog.md)
- [Changelog](./Changelog.md)
- [Migration Guides](./Readme.md#migration-guides)

0 comments on commit 1d7d6d0

Please sign in to comment.