Skip to content

Commit

Permalink
0.6.1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
robflaherty committed Apr 28, 2016
1 parent 95cd8a1 commit 24a4ba8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "riveted",
"main": "riveted.js",
"version": "0.6.0",
"version": "0.6.1",
"homepage": "http://riveted.parsnip.io/",
"authors": [
"Rob Flaherty"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "riveted",
"version": "0.6.0",
"version": "0.6.1",
"description": "Riveted is a Google Analytics plugin that tracks how much time users spend actively engaged on a page.",
"main": "riveted.js",
"directories": {
Expand Down
4 changes: 3 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Background and more details can be found in this [blog post](http://parsnip.io/b
There's also a blog post with information on [how to use the Google Analytics data that Riveted provides](https://medium.com/google-analytics/84d9981920da).

## WordPress Plugin
Riveted is also available as a [WordPress plugin](http://wordpress.org/plugins/riveted/). Note that some of the more recent Riveted options are not available in the WP plugin.
Riveted is also available as a [WordPress plugin](http://wordpress.org/plugins/riveted/). Note that some of the more recent Riveted options are not available in the WP plugin.

1. Upload the `wp-plugin/riveted` directory into the `/wp-content/plugins/` directory on your server.
2. Activate the plugin through the 'Plugins' menu in WordPress.
Expand Down Expand Up @@ -40,6 +40,8 @@ If you have any questions you can find me on Twitter at [@robflaherty](https://t

## Changelog

0.6.1 (4/28/16): Added Universal Module Definition (UMD) support.

0.6.0 (6/12/15): Added reset method and option for custom GA tracker.

0.5.0 (4/14/15): Option for custom GA global name. Fixes problem with Yoast WP plugin.
Expand Down
6 changes: 3 additions & 3 deletions riveted.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions wp-plugin/riveted/js/riveted-wp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24a4ba8

Please sign in to comment.