Skip to content

Commit 46cbb29

Browse files
committed
Patch version: 18.0.2
1 parent 5a3a057 commit 46cbb29

3 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 18.0.2
2+
* bugfix: only apply new logic for cordova-ios@8 if platform is ios
3+
- Resolves [#907](https://github.com/dpa99c/cordova-plugin-firebasex/issues/907)
4+
- Introduced by [#896](https://github.com/dpa99c/cordova-plugin-firebasex/pull/896)
5+
6+
17
# Version 18.0.1
28
* feat(ios): prepare for cordova-ios 8 support - corrected app name
39
* Merged from PR [#896](https://github.com/dpa99c/cordova-plugin-firebasex/pull/896)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-firebasex",
3-
"version": "18.0.1",
3+
"version": "18.0.2",
44
"description": "Cordova plugin for Google Firebase",
55
"types": "./types/index.d.ts",
66
"author": {

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version='1.0' encoding='utf-8'?>
2-
<plugin id="cordova-plugin-firebasex" version="18.0.1"
2+
<plugin id="cordova-plugin-firebasex" version="18.0.2"
33
xmlns="http://apache.org/cordova/ns/plugins/1.0"
44
xmlns:android="http://schemas.android.com/apk/res/android"
55
xmlns:tools="http://schemas.android.com/tools"

0 commit comments

Comments
 (0)