Skip to content

Commit

Permalink
v1.1.5 (Meteor: 1.2.5)
Browse files Browse the repository at this point in the history
 - 🔥 Hot fix over latest release
  • Loading branch information
dr-dimitru committed Sep 17, 2018
1 parent f6742c2 commit e7427ab
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .versions
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ [email protected]
[email protected]
[email protected]
[email protected]
ostrio:[email protected].5
ostrio:[email protected].6
[email protected]
[email protected]
2 changes: 1 addition & 1 deletion lib/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ module.exports = (function () {
value = value.trim().substring(0, 64);
}
event[key.trim().substring(0, 24)] = value;
this.track('?3=' + self._euc(JSON.stringify(event)));
this.track('?3=' + this._euc(JSON.stringify(event)));
} else {
this.warn('[ostrio] [pushEvent]: Can\'t add event without key or value!');
}
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.5',
version: '1.2.6',
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.5'
'ostrio-analytics': '1.1.6'
});
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.5",
"version": "1.1.6",
"description": "Visitor's web analytics tracking code for ostr.io service",
"main": "./lib/analytics.js",
"scripts": {
Expand Down

0 comments on commit e7427ab

Please sign in to comment.