File tree Expand file tree Collapse file tree 5 files changed +16
-6
lines changed
Expand file tree Collapse file tree 5 files changed +16
-6
lines changed Original file line number Diff line number Diff line change 1+ ## 2.1.3
2+
3+ * Upgrade iOS Mindbox SDK dependency to v2.1.2.
4+ * Minor iOS changes on to the CodingKey value for the customAction variable in the OperationBodyRequest class.
5+
16## 2.1.2
27
38* Upgrade Android SDK dependency to v2.1.5.
Original file line number Diff line number Diff line change 11name : mindbox
22description : Flutter Mindbox SDK. Plugin wrapper over of Mindbox iOS/Android SDK.
3- version : 2.1.2
3+ version : 2.1.3
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox
66
@@ -20,7 +20,7 @@ dependencies:
2020 flutter :
2121 sdk : flutter
2222 mindbox_android : ^2.1.2
23- mindbox_ios : ^2.1.1
23+ mindbox_ios : ^2.1.2
2424 mindbox_platform_interface : ^2.1.0
2525
2626dev_dependencies :
Original file line number Diff line number Diff line change 1+ ## 2.1.2
2+
3+ * Upgrade Native SDK dependency to v2.1.2.
4+ * Minor changes to the CodingKey value for the customAction variable in the OperationBodyRequest class.
5+
16## 2.1.1
27
38* Upgrade native SDK dependency to v.2.1.1.
Original file line number Diff line number Diff line change 44#
55Pod ::Spec . new do |s |
66 s . name = 'mindbox_ios'
7- s . version = '2.1.1 '
7+ s . version = '2.1.2 '
88 s . summary = 'Mindbox Flutter SDK'
99 s . description = <<-DESC
1010The implementation of 'mindbox' plugin for the iOS platform
@@ -15,8 +15,8 @@ The implementation of 'mindbox' plugin for the iOS platform
1515 s . source = { :path => '.' }
1616 s . source_files = 'Classes/**/*'
1717 s . dependency 'Flutter'
18- s . dependency 'Mindbox' , '2.1.1 '
19- s . dependency 'MindboxNotifications' , '2.1.1 '
18+ s . dependency 'Mindbox' , '2.1.2 '
19+ s . dependency 'MindboxNotifications' , '2.1.2 '
2020 s . platform = :ios , '10.0'
2121
2222 # Flutter.framework does not contain a i386 slice.
Original file line number Diff line number Diff line change 11name : mindbox_ios
22description : The implementation of 'mindbox' plugin for the iOS platform.
3- version : 2.1.1
3+ version : 2.1.2
44homepage : https://mindbox.cloud/
55repository : https://github.com/mindbox-moscow/flutter-sdk/tree/master/mindbox_ios
66
You can’t perform that action at this time.
0 commit comments