Skip to content

Commit

Permalink
Merge branch 'cap-7-upgrade' of https://github.com/ionic-team/ionic-p…
Browse files Browse the repository at this point in the history
…ortals into cap-7-upgrade
  • Loading branch information
carlpoole committed Jan 17, 2025
2 parents 0fb12b3 + 157cf55 commit 54a236e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 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,18 @@ sidebar_label: Upgrade Guides
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

## Portals for iOS 0.11.x → 0.12.0

- Portals for iOS version `0.12.0` is compatible with Portals Web Plugin version `0.12.x`.

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

First review the [Capacitor 7 Update Guide](https://capacitorjs.com/docs/updating/7-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.

This release removes the `encodeJSObject` and `decodeJSObject` extension methods for `JSONEncoder` and `JSONDecoder`, which had previously been deprecated. Use `JSValueEncoder` and `JSValueDecoder` provided by Capacitor as their replacements.

## 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`.
Expand Down

0 comments on commit 54a236e

Please sign in to comment.