Skip to content

Commit 931c962

Browse files
chore(release): set version to 2.2.7
1 parent ee156e2 commit 931c962

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [2.2.8] - 2026-02-13
8-
- Fix [iOS]: Update dependency to cordova-plugin-secure-storage plugin to use version `2.6.8-OS29` (https://outsystemsrd.atlassian.net/browse/RMET-5030).
9-
10-
## [2.2.7] - 2026-02-13
7+
## [2.2.7] - 2026-03-09
118
- Fix: Update dependency to cordova-sqlcipher-adapter plugin to use version `0.1.7-OS11` (https://outsystemsrd.atlassian.net/browse/RMET-4293).
9+
- Fix [iOS]: Update dependency to cordova-plugin-secure-storage plugin to use version `2.6.8-OS29` (https://outsystemsrd.atlassian.net/browse/RMET-5030).
1210

1311
## [2.2.6] - 2026-02-05
1412
- Fix: [iOS] Remove bitcode by updating dependency to cordova-plugin-secure-storage plugin to use version `2.6.8-OS28` (https://outsystemsrd.atlassian.net/browse/RMET-4924).

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.2.8",
3+
"version": "2.2.7",
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: 1 addition & 1 deletion
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.2.8">
5+
version="2.2.7">
66

77
<name>Cordova OutSystems secure SQLite bundle</name>
88
<license>MIT</license>

0 commit comments

Comments
 (0)