Skip to content

Commit 4390d12

Browse files
YaroslavnaMatkovalemanchesterHuiyanmilicauerceg
authored
Version 5.1.0 (#11)
* Fix Jenkins file to deply only on master * Update README.md (#51) * Tests fixes (#54) * Fixed array comparion * Lint issues fix * main-disabled.general test suite fixes * main suite fixes * Used return-promise approach for async tests * Flow types finishing (#50) * cover logger with types * remove circular dep by using separate global constants module * cover pub-sub module with types * cover time module with types * ADAPP-4627: External device id (#52) * Added external_device_id param * fixed typo * moved external_device_id into BaseParams * added an input field to set external_device_id in demo app * Version increment. Docs updates * reword CHANGELOG update * Updated tests * added vscode path to gitignore * Revert readme Co-authored-by: ugi <[email protected]> * fixed error thrown on console usage * removed templates folder (#56) * Updated SDK bundle (#57) * Updated version to 5.1.0 in docs (#58) * SDK version in docs updated * missing package-lock.json updated Co-authored-by: Lennon Manchester <[email protected]> Co-authored-by: Lennon Manchester <[email protected]> Co-authored-by: Huiyan <[email protected]> Co-authored-by: Milica Kadic <[email protected]> Co-authored-by: ugi <[email protected]>
1 parent 6d7c307 commit 4390d12

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+842
-650
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.idea/
2+
.vscode/
23
*.log
34
*.DS_Store
45

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### Version 5.1.0 (5th August 2020)
2+
#### Added
3+
- Added external device ID support.
4+
5+
#### Fixed
6+
- Fixed SDK initialization in IE11.
7+
8+
---
9+
110
### Version 5.0.0 (15th May 2020)
211
#### Added
312
- New major SDK update.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To lazy load the Adjust Web SDK through CDN paste the following snippet into the
3737

3838
The Adjust Web SDK should be loaded only once per page and it should be initiated once per page load.
3939

40-
When loading the sdk through CDN we suggest using minified version. You can target specific version like `https://cdn.adjust.com/adjust-5.0.0.min.js`, or you can target latest version `https://cdn.adjust.com/adjust-latest.min.js` if you want automatic updates without need to change the target file. The sdk files are cached so they are served as fast as possible, and the cache is refreshed every half an hour. If you want updates immediately make sure to target specific version.
40+
When loading the sdk through CDN we suggest using minified version. You can target specific version like `https://cdn.adjust.com/adjust-5.1.0.min.js`, or you can target latest version `https://cdn.adjust.com/adjust-latest.min.js` if you want automatic updates without need to change the target file. The sdk files are cached so they are served as fast as possible, and the cache is refreshed every half an hour. If you want updates immediately make sure to target specific version.
4141

4242
It's also possible to install our sdk through NPM:
4343

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0
1+
5.1.0

0 commit comments

Comments
 (0)