Skip to content

Commit 4f723c2

Browse files
Merge pull request #36 from OutSystems/development
RMET-3602 - Prepare to release version `2.1.6`
2 parents 58721c8 + a723944 commit 4f723c2

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [2.1.6] - 2024-11-14
10+
- Fix: [Android] Update sqlcipher to 4.6.1 and sqlite 3.46.1 (https://outsystemsrd.atlassian.net/browse/RMET-3602).
11+
912
## [2.1.5] - 2023-11-13
1013
- Fix: [Android/iOS] Update sqlcipher to 4.5.4 and sqlite 3.40.1 (https://outsystemsrd.atlassian.net/browse/RMET-2843).
1114

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.outsystems.plugins.SecureSQLiteBundle",
3-
"version": "2.1.5",
3+
"version": "2.1.6",
44
"description": "Bundle of SQLite related storage plugins and initialization code for easy use with the OutSystems Platform",
55
"cordova": {
66
"id": "com.outsystems.plugins.SecureSQLiteBundle",

plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
33
xmlns:android="http://schemas.android.com/apk/res/android"
44
id="com.outsystems.plugins.SecureSQLiteBundle"
5-
version="2.1.5">
5+
version="2.1.6">
66

77
<name>Cordova OutSystems secure SQLite bundle</name>
88
<license>MIT</license>
@@ -14,7 +14,7 @@
1414
<clobbers target="OutSystemsSecureSQLiteBundle" />
1515
</js-module>
1616

17-
<dependency id="cordova-sqlcipher-adapter" url="https://github.com/OutSystems/cordova-sqlcipher-adapter.git#0.1.7-OS8" />
17+
<dependency id="cordova-sqlcipher-adapter" url="https://github.com/OutSystems/cordova-sqlcipher-adapter.git#0.1.7-OS9" />
1818
<dependency id="cordova-plugin-secure-storage" url="https://github.com/OutSystems/cordova-plugin-secure-storage.git#2.6.8-OS18" />
1919

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

0 commit comments

Comments
 (0)