Skip to content

Commit 25db5e8

Browse files
committed
Merge branch 'staging' of https://github.com/Countly/countly-sdk-flutter-bridge into staging-np
Changing SDK version # Conflicts: # ios/countly_flutter_np.podspec # pubspec.yaml
2 parents 2659154 + 51ce51e commit 25db5e8

File tree

7 files changed

+40
-42
lines changed

7 files changed

+40
-42
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 23.02.0
1+
## 23.2.0
22
* !! Major breaking change !! Resolved issue with handling push notification actions on iOS.
33
* To handle push notification actions, add the following call "CountlyFlutterPlugin.startObservingNotifications();" to "AppDelegate.swift"
44
* For further information, refer to the "Handling Push Callbacks" section of the Countly SDK documentation at:
@@ -8,7 +8,7 @@
88
* Updated Underlying android SDK version to 22.09.0
99
* Updated Underlying iOS SDK version to 23.02.0
1010
*
11-
## 23.02.0-np
11+
## 23.2.0-np
1212
* Updated Underlying android SDK version to 22.09.0
1313
* Updated Underlying iOS SDK version to 23.02.0
1414

android/src/main/java/ly/count/dart/countly_flutter/CountlyFlutterPlugin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
*/
5959
public class CountlyFlutterPlugin implements MethodCallHandler, FlutterPlugin, ActivityAware, DefaultLifecycleObserver {
6060
private static final String TAG = "CountlyFlutterPlugin";
61-
private final String COUNTLY_FLUTTER_SDK_VERSION_STRING = "23.02.0";
61+
private final String COUNTLY_FLUTTER_SDK_VERSION_STRING = "23.2.0";
6262
private final String COUNTLY_FLUTTER_SDK_NAME = "dart-flutterb-android";
6363
private final String COUNTLY_FLUTTER_SDK_NAME_NO_PUSH = "dart-flutterbnp-android";
6464

ios/Classes/CountlyFlutterPlugin.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ + (CountlyFeedbackWidget *)createWithDictionary:(NSDictionary *)dictionary;
2323

2424
CLYPushTestMode const CLYPushTestModeProduction = @"CLYPushTestModeProduction";
2525

26-
NSString *const kCountlyFlutterSDKVersion = @"23.02.0";
26+
NSString *const kCountlyFlutterSDKVersion = @"23.2.0";
2727
NSString *const kCountlyFlutterSDKName = @"dart-flutterb-ios";
2828
NSString *const kCountlyFlutterSDKNameNoPush = @"dart-flutterbnp-ios";
2929

ios/countly_flutter_np.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'countly_flutter_np'
6-
s.version = '23.02.0'
6+
s.version = '23.2.0'
77
s.summary = 'Countly is an innovative, real-time, open source mobile analytics platform.'
88
s.homepage = 'https://github.com/Countly/countly-sdk-flutter-bridge'
99
s.social_media_url = 'https://twitter.com/gocountly'

pubspec.yaml

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
name: countly_flutter_np
22
description: Countly is an innovative, real-time, open source mobile analytics. This plugin is a flavour of the SDK without push notifications.
3-
version: 23.02.0
3+
version: 23.2.0
44
homepage: https://support.count.ly/hc/en-us/articles/360037944212-Flutter
55

66
environment:
7-
sdk: ">=2.12.0 <3.0.0"
8-
flutter: ">=2.0.0"
7+
sdk: ">=2.12.0 <3.0.0"
8+
flutter: ">=2.0.0"
99

1010
dependencies:
11-
flutter_plugin_android_lifecycle: ^2.0.2
12-
flutter:
13-
sdk: flutter
14-
pedantic: ^1.11.0
11+
flutter:
12+
sdk: flutter
13+
flutter_plugin_android_lifecycle: ^2.0.2
14+
pedantic: ^1.11.0
1515

1616
dev_dependencies:
17-
flutter_lints: ^2.0.1
18-
flutter_test:
19-
sdk: flutter
17+
flutter_lints: ^2.0.1
18+
flutter_test:
19+
sdk: flutter
2020

2121
flutter:
22-
plugin:
23-
platforms:
24-
android:
25-
package: ly.count.dart.countly_flutter
26-
pluginClass: CountlyFlutterPlugin
27-
ios:
28-
pluginClass: CountlyFlutterPlugin
29-
22+
plugin:
23+
platforms:
24+
android:
25+
package: ly.count.dart.countly_flutter
26+
pluginClass: CountlyFlutterPlugin
27+
ios:
28+
pluginClass: CountlyFlutterPlugin

scripts/no-push-files/countly_flutter_np.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
Pod::Spec.new do |s|
55
s.name = 'countly_flutter_np'
6-
s.version = '23.02.0'
6+
s.version = '23.2.0'
77
s.summary = 'Countly is an innovative, real-time, open source mobile analytics platform.'
88
s.homepage = 'https://github.com/Countly/countly-sdk-flutter-bridge'
99
s.social_media_url = 'https://twitter.com/gocountly'

scripts/no-push-files/pubspec.yaml

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
name: countly_flutter_np
22
description: Countly is an innovative, real-time, open source mobile analytics. This plugin is a flavour of the SDK without push notifications.
3-
version: 23.02.0
3+
version: 23.2.0
44
homepage: https://support.count.ly/hc/en-us/articles/360037944212-Flutter
55

66
environment:
7-
sdk: ">=2.12.0 <3.0.0"
8-
flutter: ">=2.0.0"
7+
sdk: ">=2.12.0 <3.0.0"
8+
flutter: ">=2.0.0"
99

1010
dependencies:
11-
flutter_plugin_android_lifecycle: ^2.0.2
12-
flutter:
13-
sdk: flutter
14-
pedantic: ^1.11.0
11+
flutter_plugin_android_lifecycle: ^2.0.2
12+
flutter:
13+
sdk: flutter
14+
pedantic: ^1.11.0
1515

1616
dev_dependencies:
17-
flutter_lints: ^2.0.1
18-
flutter_test:
19-
sdk: flutter
17+
flutter_lints: ^2.0.1
18+
flutter_test:
19+
sdk: flutter
2020

2121
flutter:
22-
plugin:
23-
platforms:
24-
android:
25-
package: ly.count.dart.countly_flutter
26-
pluginClass: CountlyFlutterPlugin
27-
ios:
28-
pluginClass: CountlyFlutterPlugin
29-
22+
plugin:
23+
platforms:
24+
android:
25+
package: ly.count.dart.countly_flutter
26+
pluginClass: CountlyFlutterPlugin
27+
ios:
28+
pluginClass: CountlyFlutterPlugin

0 commit comments

Comments
 (0)