Skip to content

Commit

Permalink
fix: updated docs for 0.2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
biozal committed Nov 21, 2024
1 parent c184406 commit 2939c64
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/ProductNotes/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ sidebar_position: 1
---

# Release Notes
**0.2.6**
- Updated Database Save and Database getDocument APIs to fix issue where the document wasn't properly updated in the database nor returned due to changes made in 0.2.4 (regression).

**0.2.5**
- Updated iOS and Android to use Couchbase Lite 3.2.1
- Updating users will need to run `pod update` in your iOS project
- Updating users should run `npx cap sync` after updating the NPM package

**0.2.4**
- Included support for Couchbase Lite 3.2.0
- Updating users will need to run `pod update` in your iOS project
- Updating users should run `npx cap sync` after updating the NPM package
- Updated Ionic Capacitor version to [version 6](https://ionic.io/blog/announcing-capacitor-6-0)
- Applications will need to [migrate from version 5 to version 6](https://capacitorjs.com/docs/updating/6-0)
- Updated Documents and MutableDocuments API to match the Native SDK APIs, including default values for each data type
Expand Down
4 changes: 4 additions & 0 deletions docs/StartHere/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ cd ios/App
pod install
cd ../..
```
:::note
Note that if the iOS Couchbase Lite package is updated, you will have to run a `pod update` in your iOS project to update the Couchbase Lite package prior to running `npx cap sync`.
:::


### Android - Update the `all projects` gradle file

Expand Down

0 comments on commit 2939c64

Please sign in to comment.