File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
6
6
7
7
## [ Unreleased]
8
+
9
+ ## [ 2.0.5] - 2020-03-12
8
10
### Changes
9
11
- Update version of cordova-plugin-secure-storage to 2.6.8-OS4 [ RNMT-3803] ( https://outsystemsrd.atlassian.net/browse/RNMT-3803 )
10
12
@@ -44,10 +46,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
44
46
### Additions
45
47
- Updates cordova-sqlcipher-adapter to version 0.1.7-os.3 [ RNMT-2530] ( https://outsystemsrd.atlassian.net/browse/RNMT-2530 )
46
48
47
- [ Unreleased ] : https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.4...HEAD
49
+ [ Unreleased ] : https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.5...HEAD
50
+ [ 2.0.5 ] : https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.4...2.0.5
48
51
[ 2.0.4 ] : https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.3...2.0.4
49
52
[ 2.0.3 ] : https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.2...2.0.3
50
53
[ 2.0.2 ] : https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.1...2.0.2
51
54
[ 2.0.1 ] : https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/2.0.0...2.0.1
52
55
[ 2.0.0 ] : https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/1.1.1...2.0.0
53
- [ 1.1.1 ] : https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/1.1.0...1.1.1
56
+ [ 1.1.1 ] : https://github.com/OutSystems/cordova-outsystems-secure-sqlite-bundle/compare/1.1.0...1.1.1
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.outsystems.plugins.SecureSQLiteBundle" ,
3
- "version" : " 2.0.4 " ,
3
+ "version" : " 2.0.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.0.4 " >
5
+ version =" 2.0.5 " >
6
6
7
7
<name >Cordova OutSystems secure SQLite bundle</name >
8
8
<license >MIT</license >
You can’t perform that action at this time.
0 commit comments