Skip to content

Commit

Permalink
Merge pull request #101 from OutSystems/development
Browse files Browse the repository at this point in the history
RMET-3454 FCM Plugin - Prepare to release version `2.2.1`
  • Loading branch information
alexgerardojacinto authored Jun 3, 2024
2 parents 9956545 + 6f63742 commit a7b8bba
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

The changes documented here do not include those from the original repository.

## [Version 2.2.1]

### 03-06-2024
- Fix: Fix for in-app notification with deeplink and for silent notifications (https://outsystemsrd.atlassian.net/browse/RMET-3454)

## [Version 2.2.0]

### 15-05-2024
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.firebase.cloudmessaging",
"version": "2.2.0",
"version": "2.2.1",
"description": "Outsystems plugin for Firebase Cloud Messaging",
"keywords": [
"ecosystem:cordova",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<plugin id="com.outsystems.firebase.cloudmessaging" version="2.2.0" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">
<plugin id="com.outsystems.firebase.cloudmessaging" version="2.2.1" xmlns="http://apache.org/cordova/ns/plugins/1.0" xmlns:android="http://schemas.android.com/apk/res/android">

<name>OSFirebaseCloudMessaging</name>
<description>Outsystems plugin for Firebase Cloud Messaging</description>
Expand Down

0 comments on commit a7b8bba

Please sign in to comment.