Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.12

- Added Swift Package Manager support for iOS and macOS

## 1.1.11

- Introduces file size checks on analytics-flutter-queue_flushing_plugin.json file so that the SDK avoids queuing events that would push the on-disk queue file above 512 KB.
Expand Down
2 changes: 1 addition & 1 deletion packages/core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: segment_analytics
description: The hassle-free way to add Segment analytics to your Flutter app.
version: 1.1.11
version: 1.1.12
homepage: https://github.com/segmentio/analytics_flutter#readme
repository: https://github.com/segmentio/analytics_flutter/tree/main/packages/core#readme
issue_tracker: https://github.com/segmentio/analytics_flutter/issues
Expand Down
5 changes: 5 additions & 0 deletions packages/plugins/plugin_idfa/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.0.2

- Added Swift Package Manager support for iOS
- Fixed IDFA plugin not populating advertisingId on initial events

## 1.0.0

- Initial version, based off the React Native implementation (@segment/analytics-react-native-plugin-idfa) v0.5.0
2 changes: 1 addition & 1 deletion packages/plugins/plugin_idfa/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: segment_analytics_plugin_idfa
description: The hassle-free way to add Segment analytics to your Flutter app.
version: 1.0.1
version: 1.0.2
homepage: https://github.com/segmentio/analytics_flutter#readme
repository: https://github.com/segmentio/analytics_flutter/tree/main/packages/plugins/plugin_idfa#readme
issue_tracker: https://github.com/segmentio/analytics_flutter/issues
Expand Down