Skip to content

Commit

Permalink
Merge pull request #33 from OutSystems/development
Browse files Browse the repository at this point in the history
RMET-3005 :: Release
  • Loading branch information
OS-martacarlos authored May 13, 2024
2 parents bc1ab4c + e01bcc2 commit 4df0fea
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.11.1-OS11]

## 2.11.1-OS10
### Fixes

- Android | Add gradle dependency to CardView. (https://outsystemsrd.atlassian.net/browse/RMET-2995).

## [2.11.1-OS10]

### Fixes

- Update Android SDK to version `3.15.5-OS5`. This fix the issue (https://outsystemsrd.atlassian.net/browse/RPM-4691).

## 2.11.1-OS9
## [2.11.1-OS9]

### Features

Expand Down
1 change: 1 addition & 0 deletions build-extras-onesignal.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,5 @@ dependencies {
implementation 'com.google.android.gms:play-services-tasks:18.0.2'
implementation 'com.google.android.gms:play-services-stats:17.0.3'
api 'com.google.firebase:firebase-messaging:20.2.1'
implementation 'androidx.cardview:cardview:1.0.0'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.11.1-OS10",
"version": "2.11.1-OS11",
"name": "onesignal-cordova-plugin",
"cordova_name": "OneSignal Push Notifications",
"description": "OneSignal is a high volume Push Notification service for mobile apps. In addition to basic notification delivery, OneSignal also provides tools to localize, target, schedule, and automate notifications that you send.",
Expand Down
2 changes: 1 addition & 1 deletion 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="onesignal-cordova-plugin"
version="2.11.1-OS10">
version="2.11.1-OS11">

<name>OneSignal Push Notifications</name>
<author>Josh Kasten, Bradley Hesse, Rodrigo Gomez-Palacio</author>
Expand Down

0 comments on commit 4df0fea

Please sign in to comment.