Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RMET-2732 ::: Merge development with latest ecommerce features #31

Merged
merged 11 commits into from
Jan 11, 2024
Merged
Prev Previous commit
Next Next commit
RMET-2441 :: raise firebase-core version (#24)
* feat: raise firebase core version
  • Loading branch information
OS-martacarlos authored Jun 20, 2023
commit 476fd1bb2d66e11cd35b01632e90c790fcfef10f
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,9 @@ 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.

## [Unreleased]
- Feat: update firebase core version (https://outsystemsrd.atlassian.net/browse/RMET-2451).

## 5.0.0-OS9

### 2023-01-12
- Feat: Return user's response to prompt [RMET-2112](https://outsystemsrd.atlassian.net/browse/RMET-2112)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-firebase-analytics",
"version": "5.0.0-OS8",
"version": "5.0.0-OS9",
"description": "Cordova plugin for Firebase Analytics",
"cordova": {
"id": "cordova-plugin-firebase-analytics",
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android"
id="cordova-plugin-firebase-analytics"
version="5.0.0-OS8">
version="5.0.0-OS9">

<name>FirebaseAnalyticsPlugin</name>
<description>Cordova plugin for Firebase Analytics</description>
@@ -24,7 +24,7 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<preference name="AUTOMATIC_SCREEN_REPORTING_ENABLED" default="true" />
<preference name="USER_TRACKING_DESCRIPTION_IOS" default="$(PRODUCT_NAME) needs your attention." />

<dependency id="cordova-outsystems-firebase-core" url="https://github.com/OutSystems/cordova-outsystems-firebase-core.git#1.0.1"/>
<dependency id="cordova-outsystems-firebase-core" url="https://github.com/OutSystems/cordova-outsystems-firebase-core.git#2.0.0"/>

<platform name="ios">
<preference name="IOS_FIREBASE_ANALYTICS_VERSION" default="~> 8.6.0"/>