Skip to content

Commit

Permalink
Release of 1.0.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
soczowinski committed Apr 5, 2024
1 parent 143fbd2 commit 054ddec
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 24 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.

## [1.0.1] - 2024-04-05

### Fixed
- [android] NPE on getClientId after apiKey changes.
- [android] registerForPushCache was not passing request after client context change within 24h.

### Changed
- Stability improvements.


## [1.0.0] - 2024-04-04

IMPORTANT:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Synerise Flutter SDK (synerise-flutter-sdk) (1.0.0)
# Synerise Flutter SDK (synerise-flutter-sdk) (1.0.1)

[![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 Expand Up @@ -40,7 +40,7 @@ This will add a line like this to your package's pubspec.yaml (and run an implic

```
dependencies:
synerise_flutter_sdk: ^1.0.0
synerise_flutter_sdk: ^1.0.1
```

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Expand Down
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.synerise.synerise_flutter_sdk'
version '1.0.0'
version '1.0.1'

buildscript {
repositories {
Expand Down Expand Up @@ -41,5 +41,5 @@ repositories {
}

dependencies {
implementation 'com.synerise.sdk:synerise-mobile-sdk:5.16.0'
implementation 'com.synerise.sdk:synerise-mobile-sdk:5.16.2'
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import io.flutter.plugin.common.MethodChannel;

public class SyneriseInitializer implements SyneriseModule {
private static String sdkPluginVersion = "1.0.0";
private static String sdkPluginVersion = "1.0.1";
private static SyneriseInitializer instance;
protected static volatile boolean isInitialized = false;
public SyneriseInitializer() {
Expand Down
24 changes: 12 additions & 12 deletions example/ios/Runner.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -869,7 +869,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -894,7 +894,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down Expand Up @@ -930,7 +930,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.1;
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 @@ -974,7 +974,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.1;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter.notification-service-extension";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1017,7 +1017,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.1;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter.notification-service-extension";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1060,7 +1060,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.1;
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 @@ -1104,7 +1104,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.1;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter.single-media-notification";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1147,7 +1147,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.1;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter.single-media-notification";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1190,7 +1190,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.1;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter.carousel-notification";
Expand Down Expand Up @@ -1234,7 +1234,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.1;
MTL_FAST_MATH = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.synerise.sdk.sample-flutter.carousel-notification";
PRODUCT_NAME = "$(TARGET_NAME)";
Expand Down Expand Up @@ -1277,7 +1277,7 @@
"@executable_path/Frameworks",
"@executable_path/../../Frameworks",
);
MARKETING_VERSION = 1.0.0;
MARKETING_VERSION = 1.0.1;
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.0.0
version: 1.0.1

# 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/FSettings.m
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ - (NSDictionary *)normalizeSDKLocalizableDictionary:(nullable NSDictionary *)dic
newDictionary[SNR_LOCALIZABLE_STRING_KEY_CANCEL] = localizableKeyCancel;
}

if ([newDictionary count] < 0 ){
if ([newDictionary count] == 0){
return nil;
}

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.0.0";
static NSString * const sdkPluginVersion = @"1.0.1";

@interface FSynerise () <SNRSyneriseDelegate>

Expand Down
2 changes: 1 addition & 1 deletion ios/synerise_flutter_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SYNERISE_SDK_FRAMEWORK_VERSION = '4.16.0'

Pod::Spec.new do |s|
s.name = 'synerise_flutter_sdk'
s.version = '1.0.0'
s.version = '1.0.1'
s.summary = 'Synerise SDK plugin for Flutter'
s.description = 'Flutter plugin for Synerise SDK'
s.homepage = 'http://synerise.com'
Expand Down
4 changes: 2 additions & 2 deletions lib/main/index.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// This code exports various classes and enums from the Synerise Flutter SDK. It allows the application developer
/// to access the objects from the Synerise SDK without the importing them.
// This code exports various classes and enums from the Synerise Flutter SDK. It allows the application developer
// to access the objects from the Synerise SDK without the importing them.
// CONFIG
export 'package:synerise_flutter_sdk/main/dependencies.dart';

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.0.0
version: 1.0.1
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 054ddec

Please sign in to comment.