Skip to content

Commit

Permalink
Merge branch 'outsystems' into development
Browse files Browse the repository at this point in the history
# Conflicts:
#	package.json
#	plugin.xml
  • Loading branch information
OS-ricardomoreirasilva committed Apr 12, 2024
2 parents 838a0ed + 4083873 commit 6d4c235
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,27 @@ The changes documented here do not include those from the original repository.
### 2023-01-12
- Feat: Return user's response to prompt [RMET-2112](https://outsystemsrd.atlassian.net/browse/RMET-2112)

## 5.0.0-OS11

### 2023-12-22
- Feat: add new e-commerce logging method on Android (https://outsystemsrd.atlassian.net/browse/RMET-2730).

### 2023-12-18
- Feat: Implement e-commerce logging on iOS (https://outsystemsrd.atlassian.net/browse/RMET-2731).

### 2023-12-13
- Feat: add new e-commerce logging method (https://outsystemsrd.atlassian.net/browse/RMET-2729).

## 5.0.0-OS10

### 2023-08-11
- Feat: update firebase core version (https://outsystemsrd.atlassian.net/browse/RMET-2451).

## 5.0.0-OS9

### 2023-01-12
- Feat: Return user's response to prompt [RMET-2112](https://outsystemsrd.atlassian.net/browse/RMET-2112)

## 5.0.0-OS8

### 2022-10-31
Expand Down
6 changes: 6 additions & 0 deletions src/ios/FirebaseAnalyticsPlugin.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ @interface FirebaseAnalyticsPlugin ()

@end

@interface FirebaseAnalyticsPlugin ()

@property (strong, nonatomic) id<OSFANLManageable> manager;

@end

@implementation FirebaseAnalyticsPlugin

- (void)pluginInitialize {
Expand Down

0 comments on commit 6d4c235

Please sign in to comment.