File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 2.1.5] - 2023-11-13
10
+ - Fix: [ Android/iOS] Update sqlcipher to 4.5.4 and sqlite 3.40.1 (https://outsystemsrd.atlassian.net/browse/RMET-2843 ).
11
+
9
12
## [ 2.1.4] - 2023-01-20
10
13
- Fix: [ Android] Udpate secure-storage version to 2.6.8-OS17 (https://outsystemsrd.atlassian.net/browse/RMET-2190 ).
11
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.outsystems.plugins.SecureSQLiteBundle" ,
3
- "version" : " 2.1.4 " ,
3
+ "version" : " 2.1.5 " ,
4
4
"description" : " Bundle of SQLite related storage plugins and initialization code for easy use with the OutSystems Platform" ,
5
5
"cordova" : {
6
6
"id" : " com.outsystems.plugins.SecureSQLiteBundle" ,
Original file line number Diff line number Diff line change 2
2
<plugin xmlns =" http://www.phonegap.com/ns/plugins/1.0"
3
3
xmlns : android =" http://schemas.android.com/apk/res/android"
4
4
id =" com.outsystems.plugins.SecureSQLiteBundle"
5
- version =" 2.1.4 " >
5
+ version =" 2.1.5 " >
6
6
7
7
<name >Cordova OutSystems secure SQLite bundle</name >
8
8
<license >MIT</license >
14
14
<clobbers target =" OutSystemsSecureSQLiteBundle" />
15
15
</js-module >
16
16
17
- <dependency id =" cordova-sqlcipher-adapter" url =" https://github.com/OutSystems/cordova-sqlcipher-adapter.git#0.1.7-OS7 " />
17
+ <dependency id =" cordova-sqlcipher-adapter" url =" https://github.com/OutSystems/cordova-sqlcipher-adapter.git#0.1.7-OS8 " />
18
18
<dependency id =" cordova-plugin-secure-storage" url =" https://github.com/OutSystems/cordova-plugin-secure-storage.git#2.6.8-OS17" />
19
19
20
20
<dependency id =" outsystems-plugin-disable-backup" url =" https://github.com/OutSystems/outsystems-plugin-disable-backup.git#1.0.2" />
You can’t perform that action at this time.
0 commit comments