Skip to content

Commit

Permalink
Release of version 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Kurzawa committed Nov 12, 2024
1 parent 55fb541 commit b5a0abb
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 32 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.4.3] - 2024-11-12

### Fixed
- [iOS] Potential issues with checking if the app is launched in the background. The SDK set the background mode to true on UIScene and SwiftUI based apps. It could cause the app to freeze.


## [1.4.2] - 2024-10-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Synerise Flutter SDK (synerise-flutter-sdk) (1.4.2)
# Synerise Flutter SDK (synerise-flutter-sdk) (1.4.3)

[![Platform](https://img.shields.io/badge/platform-iOS-orange.svg)](https://github.com/synerise/ios-sdk)
[![Platform](https://img.shields.io/badge/platform-Android-orange.svg)](https://github.com/synerise/android-sdk)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import io.flutter.plugin.common.MethodChannel;

public class SyneriseInitializer implements SyneriseModule {
private static String sdkPluginVersion = "1.4.2";
private static String sdkPluginVersion = "1.4.3";
private static SyneriseInitializer instance;
protected static volatile boolean isInitialized = false;

Expand Down
6 changes: 3 additions & 3 deletions example/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@ end

target 'SyneriseNotificationServiceExtension' do

pod 'SyneriseSDK', '4.23.2'
pod 'SyneriseSDK', '4.23.3'

end

target 'SyneriseSingleMediaNotificationContentExtension' do

pod 'SyneriseSDK', '4.23.2'
pod 'SyneriseSDK', '4.23.3'

end

target 'SyneriseCarouselNotificationContentExtension' do

pod 'SyneriseSDK', '4.23.2'
pod 'SyneriseSDK', '4.23.3'

end

Expand Down
14 changes: 7 additions & 7 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,18 @@ PODS:
- nanopb/decode (2.30909.1)
- nanopb/encode (2.30909.1)
- PromisesObjC (2.4.0)
- synerise_flutter_sdk (1.4.2):
- synerise_flutter_sdk (1.4.3):
- Flutter
- SyneriseSDK (= 4.23.2)
- SyneriseSDK (4.23.2)
- SyneriseSDK (= 4.23.3)
- SyneriseSDK (4.23.3)

DEPENDENCIES:
- firebase_analytics (from `.symlinks/plugins/firebase_analytics/ios`)
- firebase_core (from `.symlinks/plugins/firebase_core/ios`)
- firebase_messaging (from `.symlinks/plugins/firebase_messaging/ios`)
- Flutter (from `Flutter`)
- synerise_flutter_sdk (from `.symlinks/plugins/synerise_flutter_sdk/ios`)
- SyneriseSDK (= 4.23.2)
- SyneriseSDK (= 4.23.3)

SPEC REPOS:
trunk:
Expand Down Expand Up @@ -173,9 +173,9 @@ SPEC CHECKSUMS:
GoogleUtilities: ea963c370a38a8069cc5f7ba4ca849a60b6d7d15
nanopb: d4d75c12cd1316f4a64e3c6963f879ecd4b5e0d5
PromisesObjC: f5707f49cb48b9636751c5b2e7d227e43fba9f47
synerise_flutter_sdk: 0bfd69cb0055ca52edb0209aa5c6fc541b828c34
SyneriseSDK: 2314a603862a71660eace582a20992ce74949dd9
synerise_flutter_sdk: 2e65a1ce080d911b589ce26d897eeb52202be02d
SyneriseSDK: 1ddd22c271b8a935e56d07d9be98e44a9d0bf781

PODFILE CHECKSUM: 60d98ce38b4fef17df8c014be3f745754404b847
PODFILE CHECKSUM: 0dbbf1c13a2f20b51e1a54297cac6a5dc7b46e1a

COCOAPODS: 1.13.0
30 changes: 15 additions & 15 deletions example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -732,15 +732,15 @@
CODE_SIGN_ENTITLEMENTS = Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 34N2Z22TKH;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.4.2;
MARKETING_VERSION = 1.4.3;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -863,15 +863,15 @@
CODE_SIGN_ENTITLEMENTS = Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 34N2Z22TKH;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.4.2;
MARKETING_VERSION = 1.4.3;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -889,15 +889,15 @@
CODE_SIGN_ENTITLEMENTS = Runner.entitlements;
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 2;
CURRENT_PROJECT_VERSION = 1;
DEVELOPMENT_TEAM = 34N2Z22TKH;
ENABLE_BITCODE = NO;
INFOPLIST_FILE = Runner/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.4.2;
MARKETING_VERSION = 1.4.3;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -933,7 +933,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.2;
MARKETING_VERSION = 1.4.3;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter.notification-service-extension";
Expand Down Expand Up @@ -977,7 +977,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.2;
MARKETING_VERSION = 1.4.3;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter.notification-service-extension";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1020,7 +1020,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.2;
MARKETING_VERSION = 1.4.3;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter.notification-service-extension";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1063,7 +1063,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.2;
MARKETING_VERSION = 1.4.3;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter.single-media-notification";
Expand Down Expand Up @@ -1107,7 +1107,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.2;
MARKETING_VERSION = 1.4.3;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter.single-media-notification";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1150,7 +1150,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.2;
MARKETING_VERSION = 1.4.3;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter.single-media-notification";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1193,7 +1193,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.2;
MARKETING_VERSION = 1.4.3;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter.carousel-notification";
Expand Down Expand Up @@ -1237,7 +1237,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.2;
MARKETING_VERSION = 1.4.3;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter.carousel-notification";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1280,7 +1280,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.2;
MARKETING_VERSION = 1.4.3;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter.carousel-notification";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: synerise_flutter_sdk_example
description: Demonstrates how to use the synerise_flutter_sdk plugin.
version: 1.4.2
version: 1.4.3

# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
Expand Down
2 changes: 1 addition & 1 deletion ios/Classes/Modules/FSynerise.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

NS_ASSUME_NONNULL_BEGIN

static NSString * const sdkPluginVersion = @"1.4.2";
static NSString * const sdkPluginVersion = @"1.4.3";

@interface FSynerise () <SNRSyneriseDelegate>

Expand Down
4 changes: 2 additions & 2 deletions ios/synerise_flutter_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# Run `pod lib lint synerise_flutter_sdk.podspec` to validate before publishing.
#

SYNERISE_SDK_FRAMEWORK_VERSION = '4.23.2'
SYNERISE_SDK_FRAMEWORK_VERSION = '4.23.3'

Pod::Spec.new do |s|
s.name = 'synerise_flutter_sdk'
s.version = '1.4.2'
s.version = '1.4.3'
s.summary = 'Synerise SDK plugin for Flutter'
s.description = 'Flutter plugin for Synerise SDK'
s.homepage = 'http://synerise.com'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: synerise_flutter_sdk
description: >-
Flutter plugin for Synerise SDK. Most up-to-date documentation is available at Synerise Help Center.
version: 1.4.2
version: 1.4.3
homepage: https://synerise.com
documentation: https://help.synerise.com/developers/mobile-sdk/
repository: https://github.com/Synerise/synerise-flutter-sdk
Expand Down

0 comments on commit b5a0abb

Please sign in to comment.