Skip to content

Commit

Permalink
v1.1.3 (Meteor 1.2.3)
Browse files Browse the repository at this point in the history
 - Remove obsolete history.Adapter statechange
  • Loading branch information
dr-dimitru committed Jun 15, 2017
1 parent 4a46c75 commit 3cb294b
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 17 deletions.
16 changes: 9 additions & 7 deletions .versions
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
babel-compiler@6.18.2
babel-compiler@6.19.1
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
modules@0.8.2
modules-runtime@0.7.10
ostrio:[email protected].2
[email protected].8
modules@0.9.0
modules-runtime@0.8.0
ostrio:[email protected].3
[email protected].9
[email protected]
6 changes: 0 additions & 6 deletions lib/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ module.exports = (function () {
}
}, 500);

/* Listen for History events */
var _history = window.History || History || window.history || history;
if (_history && _history.Adapter) {
_history.Adapter.bind(window, 'statechange', autoTrack);
}

/* handle anchor clicks */
this.on(document, 'click', function (event) {
if (event.target.nodeName === 'A') {
Expand Down
2 changes: 1 addition & 1 deletion lib/analytics.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.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package.describe({
name: 'ostrio:analytics',
version: '1.2.2',
version: '1.2.3',
summary: 'Visitor\'s web analytics tracking code for ostr.io service',
git: 'https://github.com/VeliovGroup/ostrio-analytics',
documentation: 'README.md'
Expand All @@ -13,5 +13,5 @@ Package.onUse(function(api) {
});

Npm.depends({
'ostrio-analytics': '1.1.2'
'ostrio-analytics': '1.1.3'
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ostrio-analytics",
"version": "1.1.2",
"version": "1.1.3",
"description": "Visitor's web analytics tracking code for ostr.io service",
"main": "./lib/analytics.js",
"scripts": {
Expand Down

0 comments on commit 3cb294b

Please sign in to comment.