Skip to content

Commit

Permalink
docs: add upgrade guide for iOS 0.11.0 (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-horodyski committed May 2, 2024
1 parent 48622ff commit 343610f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions website/docs/for-ios/upgrade-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ sidebar_label: Upgrade Guides
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

## Portals for iOS 0.10.x → 0.11.0

- Portals for iOS version `0.11.0` is compatible with Portals Web Plugin version `0.10.x`.

:::caution
Portals 0.11.0 is a notable update that upgrades the Capacitor dependency to version 6. Care should be taken to update dependencies across your web content and native apps to ensure compatibility.
:::

First review the [Capacitor 6 Update Guide](https://capacitorjs.com/docs/updating/6-0#ios) for an overview of necessary changes. Some will not be relevant for Portals apps, but this will be a useful reference in case you encounter issues with your upgrade.

## Portals for iOS 0.9.x → 0.10.0

- Portals for iOS version `0.10.0` is compatible with Portals Web Plugin versions `0.8.0` and up.
Expand Down

0 comments on commit 343610f

Please sign in to comment.