Skip to content
This repository has been archived by the owner on Jul 27, 2019. It is now read-only.

Commit

Permalink
5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sagrawal31 committed Jun 27, 2019
1 parent fe059bf commit 1a0f3e7
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## v5.1.0

1. iOS: Downgrading the Firebase iOS dependency to 5.x to make the iOS app build fixed.
2. Common: Removed deprecated `getInstanceId` method. Use `getToken` instead.

## v5.0.0

1. iOS: Using CocoaPods to manage Firebase dependencies hence requires `cordova-cli` to be minimum `v9.0.0`.
Expand Down
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ This plugin brings push notifications, analytics, event tracking, crash reportin

<!-- toc -->

- [Prerequisites](#prerequisites)
* [For Android App](#for-android-app)
* [For iOS App](#for-ios-app)
- [Difference from the fork repository](#difference-from-the-fork-repository)
- [Confirm your Cordova environment versions](#confirm-your-cordova-environment-versions)
- [Major Releases](#major-releases)
Expand All @@ -33,6 +36,19 @@ This plugin brings push notifications, analytics, event tracking, crash reportin

<!-- tocstop -->

## Prerequisites

### For Android App

1. Android Studio
2. Check more here at https://firebase.google.com/docs/android/setup#prerequisites

### For iOS App

1. Xcode 10.1 or later.
2. CocoaPods 1.4.0 or later.
3. Check more here at https://firebase.google.com/docs/ios/setup#prerequisites

## Difference from the fork repository

Maintained by [Wiz Panda](https://www.wizpanda.com/).
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": "cordova-plugin-firebase-lib",
"version": "5.0.0",
"version": "5.1.0",
"author": {
"name": "Wiz Panda Techno Solutions",
"url": "https://www.wizpanda.com/"
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'?>
<plugin id="cordova-plugin-firebase-lib" version="5.0.0"
<plugin id="cordova-plugin-firebase-lib" version="5.1.0"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">

Expand Down

0 comments on commit 1a0f3e7

Please sign in to comment.