Skip to content

Commit

Permalink
Minor version: 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dpa99c committed Mar 29, 2021
1 parent 7fe0260 commit 49ea260
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 12.1.0
* (iOS & Android) feature: Add support for Firebase Installations SDK.
* Resolves [#603](https://github.com/dpa99c/cordova-plugin-firebasex/issues/603)
* (iOS) feature: Implement [Firebase Functions](https://firebase.google.com/docs/functions/callable)
* Relates to PR [#509](https://github.com/dpa99c/cordova-plugin-firebasex/pull/509).

# Version 12.0.0
* (iOS) BREAKING CHANGE: Major version update to Firebase iOS SDK from v6 to v7 ([v7.8.1 - 12 March 2021](https://firebase.google.com/support/release-notes/ios#version_781_-_march_12_2021))
* Requires `cocoapods@1.10` (previously `cocoapods@1.9`)
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": "12.0.0",
"version": "12.1.0",
"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="12.0.0"
<plugin id="cordova-plugin-firebasex" version="12.1.0"
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 49ea260

Please sign in to comment.