Skip to content

Commit

Permalink
Patch version: 11.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dpa99c committed Oct 10, 2020
1 parent 0fe63fa commit 7e6deca
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Version 11.0.3
* (Android) Make Firebase Performance Monitoring Gradle plugin optional (disabled by default) via `ANDROID_FIREBASE_PERFORMANCE_MONITORING` plugin variable due to increased build times/memory usage when it's included.
* (Android) Add defensive code in `handleExceptionWithContext()` to prevent app crashes.
* Resolves [#535](https://github.com/dpa99c/cordova-plugin-firebasex/issues/535).
* (iOS) Fix `setConfigSettings` implementation.
* Merged from PR [#534](https://github.com/dpa99c/cordova-plugin-firebasex/pull/534).

# Version 11.0.2
* (iOS) Check if file contents for `pn-actions.json` exists before attempting to use it.
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": "11.0.2",
"version": "11.0.3",
"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="11.0.2"
<plugin id="cordova-plugin-firebasex" version="11.0.3"
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 7e6deca

Please sign in to comment.