Skip to content

Commit

Permalink
fix(core): fix issue with closure minification of referring link expi…
Browse files Browse the repository at this point in the history
…ry (#911)

Changelog:
- fix(core) :  Fix issue with closure minification of referring link expiry
  • Loading branch information
JagadeeshKaricherla-branch authored Jul 3, 2023
1 parent 389d74c commit 2e2c889
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to the Branch Web SDK will be documented here.
The Branch Web SDK adheres to [Semantic Versioning](http://semver.org/).

## [VERSION] - unreleased
## [2.75.0] - 2023-07-03
- SDK-1996 Fix issue with closure minification of referring link expiry

## [2.74.0] - 2023-04-04
- INTENG-18040 Convert percentage banner height to pixels

Expand Down
2 changes: 1 addition & 1 deletion dist/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -1072,7 +1072,7 @@ goog.json.Serializer.prototype.serializeObject_ = function(a, b) {
b.push("}");
};
// Input 2
var config = {app_service_endpoint:"https://app.link", link_service_endpoint:"https://bnc.lt", api_endpoint:"https://api2.branch.io", version:"2.74.0"};
var config = {app_service_endpoint:"https://app.link", link_service_endpoint:"https://bnc.lt", api_endpoint:"https://api2.branch.io", version:"2.75.0"};
// Input 3
var safejson = {parse:function(a) {
a = String(a);
Expand Down
8 changes: 4 additions & 4 deletions dist/build.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "branch-sdk",
"version": "2.74.0",
"version": "2.75.0",
"description": "Branch Metrics Deep Linking/Smart Banner Web SDK",
"main": "dist/build.min.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion src/0_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ goog.provide('config');
config.app_service_endpoint = 'https://app.link';
config.link_service_endpoint = 'https://bnc.lt';
config.api_endpoint = 'https://api2.branch.io';
config.version = '2.74.0';
config.version = '2.75.0';
2 changes: 1 addition & 1 deletion test/web-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ goog.provide('config');
config.app_service_endpoint = 'https://app.link';
config.link_service_endpoint = 'https://bnc.lt';
config.api_endpoint = 'https://api.branch.io';
config.version = '2.74.0';
config.version = '2.75.0';

0 comments on commit 2e2c889

Please sign in to comment.