diff --git a/src/branch.js b/src/branch.js index 9d0e6346..addc5db6 100644 --- a/src/branch.js +++ b/src/branch.js @@ -58,7 +58,7 @@ Branch.prototype.initSession = function (deepLinkDataListener) { // missing deep link data return console.warn('BRANCH SDK: No callback in initSession and no global DeepLinkHandler method. No Branch deep link data will be returned. Docs https://goo.gl/GijGKP') } else if (!disableGlobalListenersWarnings && window.DeepLinkHandler !== undefined && window.DeepLinkHandler.toString() !== deepLinkDataParser.toString()) { - // deprecated 3.0.0: open and non deep link data will pass into DeepLinkHandler + // deprecated 2.5.0: open and non deep link data will pass into DeepLinkHandler console.warn('BRANCH SDK: Your DeepLinkHandler has changed. It will now pass non-Branch data. Docs https://goo.gl/GijGKP') } else { // from iOS and Android SDKs to JavaScript