Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation fixes for release 1.12.x #172

Merged
merged 1 commit into from
Nov 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

<!-- begin remove -->
## Integration Tutorials
Expand Down
11 changes: 6 additions & 5 deletions docs/SDK-Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |


1 change: 1 addition & 0 deletions docs/_Sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@
**Other**

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