Skip to content
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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.2.6] - 2026-02-05
- Fix: [iOS] Remove bitcode by updating dependency to cordova-plugin-secure-storage plugin to use version `2.6.8-OS28` (https://outsystemsrd.atlassian.net/browse/RMET-4924).

## [2.2.5] - 2026-01-13
- Chore: [Android] Update dependency to cordova-plugin-secure-storage plugin to use version `2.6.8-OS27` (https://outsystemsrd.atlassian.net/browse/RMET-4900).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.outsystems.plugins.SecureSQLiteBundle",
"version": "2.2.5",
"version": "2.2.6",
"description": "Bundle of SQLite related storage plugins and initialization code for easy use with the OutSystems Platform",
"cordova": {
"id": "com.outsystems.plugins.SecureSQLiteBundle",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="com.outsystems.plugins.SecureSQLiteBundle"
version="2.2.5">
version="2.2.6">

<name>Cordova OutSystems secure SQLite bundle</name>
<license>MIT</license>
Expand All @@ -15,7 +15,7 @@
</js-module>

<dependency id="cordova-sqlcipher-adapter" url="https://github.com/OutSystems/cordova-sqlcipher-adapter.git#0.1.7-OS10" />
<dependency id="cordova-plugin-secure-storage" url="https://github.com/OutSystems/cordova-plugin-secure-storage.git#2.6.8-OS27" />
<dependency id="cordova-plugin-secure-storage" url="https://github.com/OutSystems/cordova-plugin-secure-storage.git#2.6.8-OS28" />

<dependency id="outsystems-plugin-disable-backup" url="https://github.com/OutSystems/outsystems-plugin-disable-backup.git#1.0.2" />

Expand Down