Skip to content

Commit

Permalink
chore: updated adater version to 0.1.7-OS8. Bumped version to 2.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
nflsilva committed Nov 16, 2023
1 parent 62e3328 commit a2e9402
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [2.1.5] - 2023-11-13
- Fix: [Android/iOS] Update sqlcipher to 4.5.4 and sqlite 3.40.1 (https://outsystemsrd.atlassian.net/browse/RMET-2843).

## [2.1.4] - 2023-01-20
- Fix: [Android] Udpate secure-storage version to 2.6.8-OS17 (https://outsystemsrd.atlassian.net/browse/RMET-2190).

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.1.4",
"version": "2.1.5",
"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.1.4">
version="2.1.5">

<name>Cordova OutSystems secure SQLite bundle</name>
<license>MIT</license>
Expand All @@ -14,7 +14,7 @@
<clobbers target="OutSystemsSecureSQLiteBundle" />
</js-module>

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

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

0 comments on commit a2e9402

Please sign in to comment.