Skip to content
This repository has been archived by the owner on Dec 1, 2018. It is now read-only.

Commit

Permalink
0.1.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Aug 26, 2014
1 parent d0d00ba commit 8ca05fe
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 9 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ To test the PHP code, navigate to the `service` directory and run `phpunit socia
* `v0.1.5` Option for activate on click, instead of hover. i18n Code, adds de_DE support. Fix for Google+ issue with disappearing tooltip. Local url filtering on counts service. More accurate Facebook counts.
* `v0.1.6` Added Pinterest button. Thanks @dustMason! Fix for IE10 support (wasn’t passing A-Grade test). Facebook button requires long form locale. Tweaks to German button sizes.
* `v0.1.7` Bug fix: #42
* `v0.1.8` Bug fix: #45

## Advanced Options

Expand Down
2 changes: 1 addition & 1 deletion dist/socialcount-with-icons.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! SocialCount - v0.1.7 - 2014-08-26
/*! SocialCount - v0.1.8 - 2014-08-26
* https://github.com/filamentgroup/SocialCount
* Copyright (c) 2014 zachleat; Licensed MIT */

Expand Down
2 changes: 1 addition & 1 deletion dist/socialcount-with-icons.min.css

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

2 changes: 1 addition & 1 deletion dist/socialcount.css
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! SocialCount - v0.1.7 - 2014-08-26
/*! SocialCount - v0.1.8 - 2014-08-26
* https://github.com/filamentgroup/SocialCount
* Copyright (c) 2014 zachleat; Licensed MIT */

Expand Down
4 changes: 2 additions & 2 deletions dist/socialcount.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! SocialCount - v0.1.7 - 2014-08-26
/*! SocialCount - v0.1.8 - 2014-08-26
* https://github.com/filamentgroup/SocialCount
* Copyright (c) 2014 zachleat; Licensed MIT */

Expand Down Expand Up @@ -313,7 +313,7 @@

bind( $el.find( SocialCount.selectors.twitter + ' a' ),
'<a href="https://twitter.com/share" class="twitter-share-button"' +
' data-url="' + encodeURIComponent( url ) + '"' +
' data-url="' + url + '"' +
( shareText ? ' data-text="' + shareText + '"': '' ) +
' data-count="none" data-dnt="true">Tweet</a>',
'//platform.twitter.com/widgets.js' );
Expand Down
2 changes: 1 addition & 1 deletion dist/socialcount.min.css

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

4 changes: 2 additions & 2 deletions dist/socialcount.min.js

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

Binary file modified dist/socialcount.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "socialcount",
"title": "SocialCount",
"description": "Progressively enhanced, lazy loaded, mobile friendly Social Networking widgets.",
"version": "0.1.7",
"version": "0.1.8",
"homepage": "https://github.com/filamentgroup/SocialCount",
"author": {
"name": "zachleat",
Expand Down

0 comments on commit 8ca05fe

Please sign in to comment.