Skip to content

Commit

Permalink
Minor version: 10.1.0-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
dpa99c committed Jun 30, 2020
1 parent 5c53792 commit aa760b5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# Version 10.1.0-cli
* (iOS) Use precompiled pod for Firestore to reduce build times.
* *BREAKING CHANGE:* Requires `cocoapods>=1.9` (previously `cocoapods>=1.8`).
* Adds hook script to check local cocoapods version during plugin install.
* Based on PR [#440](https://github.com/dpa99c/cordova-plugin-firebasex/pull/440).
* Resolves [#407](https://github.com/dpa99c/cordova-plugin-firebasex/issues/407).
* (Android) Fixed regression bug related to default Crashlytics permission.
* See [this comment](https://github.com/dpa99c/cordova-plugin-firebasex/issues/335#issuecomment-651218052).
* (iOS) Bump pinned Firebase SDK versions to latest 6.27.0
* See [release notes](https://firebase.google.com/support/release-notes/ios#version_6270_-_june_16_2020)
* (Android): Bump Firebase SDK versions to latest for Analytics & Inapp Messaging.
# Version 10.0.0-cli
* *BREAKING CHANGE:* (Android, iOS) Migrate from Fabric Crashlytics SDK to Firebase Crashlytics SDK.
** Based on [this commit](https://github.com/vickydlion/cordova-plugin-firebasex/commit/0dfb5753edcd9fc19a0e7a52fdd4fc79d6d976ea) in [PR #432](https://github.com/dpa99c/cordova-plugin-firebasex/pull/432).
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-firebasex",
"version": "10.0.0-cli",
"version": "10.1.0-cli",
"description": "Cordova plugin for Google Firebase",
"types": "./types/index.d.ts",
"author": {
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-firebasex" version="10.0.0"
<plugin id="cordova-plugin-firebasex" version="10.1.0-cli"
xmlns="http://apache.org/cordova/ns/plugins/1.0"
xmlns:android="http://schemas.android.com/apk/res/android">
<name>Google Firebase Plugin</name>
Expand Down

0 comments on commit aa760b5

Please sign in to comment.