Skip to content

Commit

Permalink
1.11.0 version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfuertes committed Nov 24, 2013
1 parent e042350 commit 1232362
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
GAS Changelog
=============

1.11.0
------
- Display Advertising (dc.js) support (9d4bb3e)
- Build system moved to Grunt (f3921fc)
- Removed _sanitizeString helper function (e042350)
- Outbound events are non-interactive now (9585c4e)
- Allow negative event values (ce4515c)
- Don't push GAS functions inside _gaq. (18c5e79)
- Extra checks on the live handler, fixes issue with ie8 (ae1d554)

1.10.1
------
- Experimental Support for `_gasMeta`, `_gasMetaEcommerce` and
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"matchdep": "~0.3.0"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-uglify": "~0.2.4",
"grunt-contrib-concat": "~0.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ var document = window.document,
*/
function GAS() {
var self = this;
self['version'] = '1.10.1';
self['version'] = '1.11.0';
self._accounts = {};
self._accounts_length = 0;
self._queue = _prev_gas;
Expand Down

0 comments on commit 1232362

Please sign in to comment.