Skip to content

Commit

Permalink
update version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Kasprowicz committed Aug 13, 2018
1 parent 79b76fe commit 7944724
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 238 deletions.
229 changes: 0 additions & 229 deletions CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ npm install keen-tracking --save
Or load it from public CDN

```html
<script crossorigin src="https://cdn.jsdelivr.net/npm/keen-tracking@3"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/keen-tracking@4"></script>
```

[Read about more installation options here](./docs/installation.md)
Expand Down Expand Up @@ -74,7 +74,7 @@ client
Automatically record `pageviews`, `clicks`, and `form_submissions` events with robust data models:

```html
<script crossorigin src="https://cdn.jsdelivr.net/npm/keen-tracking@3"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/keen-tracking@4"></script>
<script>
KeenTracking.ready(function(){
const client = new KeenTracking({
Expand Down
4 changes: 2 additions & 2 deletions docs/auto-tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ npm install keen-tracking --save
Or load it from public CDN

```html
<script crossorigin src="https://cdn.jsdelivr.net/npm/keen-tracking@3"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/keen-tracking@4"></script>
<script>
KeenTracking.ready(function(){
const client = new KeenTracking({
Expand Down Expand Up @@ -152,7 +152,7 @@ Install [mobile-detect.js](https://github.com/hgoebl/mobile-detect.js) to identi

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/mobile-detect/1.4.2/mobile-detect.min.js"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/keen-tracking@3"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/keen-tracking@4"></script>
<script>
Keen.ready(function(){
const md = new MobileDetect(window.navigator.userAgent);
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/video/facebook-video/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Install the library synchronously and configure a new `client` instance to captu
<html>
<head>
<meta charset="utf-8">
<script crossorigin src="https://cdn.jsdelivr.net/npm/keen-tracking@3"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/keen-tracking@4"></script>
</head>
<body>
<!-- Facebook SDK and embedded video player code -->
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/video/html5/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Install the library synchronously and configure a new `client` instance to captu
<html>
<head>
<meta charset="utf-8">
<script crossorigin src="https://cdn.jsdelivr.net/npm/keen-tracking@3"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/keen-tracking@4"></script>
</head>
<body>
!-- HTML5 Video Player -->
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/video/video-js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Install the library synchronously and configure a new `client` instance to captu
<html>
<head>
<meta charset="utf-8">
<script crossorigin src="https://cdn.jsdelivr.net/npm/keen-tracking@3"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/keen-tracking@4"></script>

<!-- Video.js Assets -->
<link href="https://vjs.zencdn.net/5.8.8/video-js.css" rel="stylesheet">
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/video/vimeo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Install the library synchronously and configure a new `client` instance to captu
<html>
<head>
<meta charset="utf-8">
<script crossorigin src="https://cdn.jsdelivr.net/npm/keen-tracking@3"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/keen-tracking@4"></script>
<script src="https://player.vimeo.com/api/player.js"></script>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion docs/examples/video/youtube/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Install the library synchronously and configure a new `client` instance to captu
<html>
<head>
<meta charset="utf-8">
<script crossorigin src="https://cdn.jsdelivr.net/npm/keen-tracking@3"></script>
<script crossorigin src="https://cdn.jsdelivr.net/npm/keen-tracking@4"></script>
</head>
<body>
<!-- Youtube iframe video player code -->
Expand Down

0 comments on commit 7944724

Please sign in to comment.