Skip to content

Commit

Permalink
switched JS link to be the cloudfrond one
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Malan committed Jul 31, 2014
1 parent 62b536a commit 53d04fa
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion javascripts/sranalytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
var s = document.createElement('script');
s.async = true;
s.type = 'text/javascript';
s.src = document.location.protocol + '//simple-cdn.s3.amazonaws.com/js/reach.js';
s.src = document.location.protocol + '//d8rk54i4mohrb.cloudfront.net/js/reach.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(s);
})();
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Plugin Name: SimpleReach Analytics
Plugin URI: https://github.com/simplereach/sranalytics_wordpress
Requires at least: 3.0
Tested up to: 4.0.0-beta-2
Stable tag: 0.1.1
Stable tag: 0.1.2

SimpleReach Analytics finds trending articles and gives publishers deep insights into their social traffic.

Expand All @@ -17,6 +17,9 @@ SimpleReach Analytics finds trending articles and gives publishers deep insights

== Changelog ==

= 0.1.2 =
* Use cloudfront link to Reach JS

= 0.1.1 =
* Fully translatable with Korean translation files

Expand Down
4 changes: 2 additions & 2 deletions sranalytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: http://www.simplereach.com/docs/wordpress-plugin/
Text Domain: sranalytics
Description: After installation, you must click '<a href='options-general.php?page=SimpleReach-Analytics'>Settings &rarr; SimpleReach Analytics</a>' to turn on the Analytics.
Version: 0.1.1
Version: 0.1.2
Author: SimpleReach
Author URI: https://www.simplereach.com
*/
Expand All @@ -26,7 +26,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/

define( 'SRANALYTICS_PLUGIN_VERSION', '0.1.1' );
define( 'SRANALYTICS_PLUGIN_VERSION', '0.1.2' );

/**
* Insert analytics code onto the post page
Expand Down

0 comments on commit 53d04fa

Please sign in to comment.