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 @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
66
7+ ## [ 2.2.3] - 2025-11-19
8+ - Fix: Update dependency to cordova-plugin-secure-storage plugin to use version ` 2.6.8-OS25 ` (https://outsystemsrd.atlassian.net/browse/RMET-4780 ).
9+
710## [ 2.2.2] - 2025-09-02
811- Fix: Update dependency to cordova-sqlcipher-adapter plugin to use version ` 0.1.7-OS10 ` (https://outsystemsrd.atlassian.net/browse/RMET-4297 ).
912- Fix: Remove dependencies to OSLogger (https://outsystemsrd.atlassian.net/browse/RMET-4297 ).
Original file line number Diff line number Diff line change 11{
22 "name" : " com.outsystems.plugins.SecureSQLiteBundle" ,
3- "version" : " 2.2.2 " ,
3+ "version" : " 2.2.3 " ,
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" ,
Original file line number Diff line number Diff line change 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.2.2 " >
5+ version =" 2.2.3 " >
66
77 <name >Cordova OutSystems secure SQLite bundle</name >
88 <license >MIT</license >
1515 </js-module >
1616
1717 <dependency id =" cordova-sqlcipher-adapter" url =" https://github.com/OutSystems/cordova-sqlcipher-adapter.git#0.1.7-OS10" />
18- <dependency id =" cordova-plugin-secure-storage" url =" https://github.com/OutSystems/cordova-plugin-secure-storage.git#2.6.8-OS23 " />
18+ <dependency id =" cordova-plugin-secure-storage" url =" https://github.com/OutSystems/cordova-plugin-secure-storage.git#2.6.8-OS25 " />
1919
2020 <dependency id =" outsystems-plugin-disable-backup" url =" https://github.com/OutSystems/outsystems-plugin-disable-backup.git#1.0.2" />
2121
You can’t perform that action at this time.
0 commit comments