Skip to content

Commit 33b37f8

Browse files
committed
Patch version: 18.0.3
1 parent f9c6124 commit 33b37f8

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 18.0.3
2+
* (ios) bugfix: fix invalid cordova hook interface use
3+
* Resolves [#908](https://github.com/dpa99c/cordova-plugin-firebasex/issues/908)
4+
* Merged from PR [#909](https://github.com/dpa99c/cordova-plugin-firebasex/pull/909)
5+
16
# Version 18.0.2
27
* bugfix: only apply new logic for cordova-ios@8 if platform is ios
38
- Resolves [#907](https://github.com/dpa99c/cordova-plugin-firebasex/issues/907)

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.2",
3+
"version": "18.0.3",
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.2"
2+
<plugin id="cordova-plugin-firebasex" version="18.0.3"
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)