We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
v11.7.0
1 parent bea2703 commit cc5a4a0Copy full SHA for cc5a4a0
CHANGELOG.md
@@ -1,5 +1,6 @@
1
## Unreleased
2
3
+* Bumps Instabug iOS SDK to v11.7.0
4
* Deprecates `Instabug.start` in favour of the new `Instabug.init` API.
5
* Adds `hungarian` and `finnish` locales support
6
* Adds missing mapping for `norwegian` and `slovak` locales on iOS
ios/instabug_flutter.podspec
@@ -17,6 +17,6 @@ Pod::Spec.new do |s|
17
s.pod_target_xcconfig = { 'OTHER_LDFLAGS' => '-framework "Flutter" -framework "Instabug"'}
18
19
s.dependency 'Flutter'
20
- s.dependency 'Instabug', '11.6.0'
+ s.dependency 'Instabug', '11.7.0'
21
end
22
0 commit comments