Skip to content

Commit

Permalink
Merge branch 'staging' of github.com:Countly/countly-sdk-react-native…
Browse files Browse the repository at this point in the history
…-bridge into staging-np
  • Loading branch information
turtledreams committed Feb 5, 2025
2 parents 3893298 + 2b17367 commit a65a1c4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
* `.content.setZoneTimerInterval` to set the frequency of content update calls in seconds.
* `.content.setGlobalContentCallback` to provide a callback that is called when a content is closed.


* Android Specific Changes:
* Improved the custom CertificateTrustManager to handle domain-specific configurations by supporting hostname-aware checkServerTrusted calls.
* Mitigated an issue where after closing a content, they were not being fetched again.
Expand Down
2 changes: 1 addition & 1 deletion CountlyReactNative.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'CountlyReactNative'
s.version = '25.1.0'
s.version = '25.1.1'
s.license = {
:type => 'COMMUNITY',
:text => <<-LICENSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public String toString() {
public class CountlyReactNative extends ReactContextBaseJavaModule implements LifecycleEventListener {

public static final String TAG = "CountlyRNPlugin";
private String COUNTLY_RN_SDK_VERSION_STRING = "25.1.0";
private String COUNTLY_RN_SDK_VERSION_STRING = "25.1.1";
private String COUNTLY_RN_SDK_NAME = "js-rnb-android-np";

private static final CountlyConfig config = new CountlyConfig();
Expand Down
2 changes: 1 addition & 1 deletion ios/src/CountlyReactNative.m
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ + (CountlyFeedbackWidget *)createWithDictionary:(NSDictionary *)dictionary;

BOOL BUILDING_WITH_PUSH_DISABLED = true;

NSString *const kCountlyReactNativeSDKVersion = @"25.1.0";
NSString *const kCountlyReactNativeSDKVersion = @"25.1.1";
NSString *const kCountlyReactNativeSDKName = @"js-rnb-ios";
NSString *const kCountlyReactNativeSDKNameNoPush = @"js-rnbnp-ios";

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "countly-sdk-react-native-bridge-np",
"version": "25.1.0",
"version": "25.1.1",
"author": "Countly <hello@count.ly> (https://count.ly/)",
"bugs": {
"url": "https://github.com/Countly/countly-sdk-react-native-bridge/issues"
Expand Down

0 comments on commit a65a1c4

Please sign in to comment.