Skip to content

Commit

Permalink
use cachefly to serve js regardless of scheme now that cachefly suppo…
Browse files Browse the repository at this point in the history
…rts ssl. bump version to 0.4.2

git-svn-id: http://svn.wp-plugins.org/stipple@518616 b8457f37-d9ea-0310-8a92-e5e31aec5664
  • Loading branch information
stipple committed Mar 13, 2012
1 parent 6cd409b commit 00f3b09
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion trunk/js/async_init.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ var _stippleq = _stippleq || [];
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = location.protocol === 'https:' ? 'https://stippleit.com/stipple.js' : 'http://stipple.cachefly.net/production/stipple.js';
s.src = location.protocol === '//stipple.cachefly.net/production/stipple.js';
var x = document.getElementsByTagName('script')[0];
x.parentNode.insertBefore(s, x);
})();
5 changes: 4 additions & 1 deletion trunk/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://stippleit.com
Tags: stipple, stippleit, picture labeling, picture, label, labels, image, annotation, annotate, annotations, picture, label, tag, dot
Requires at least: 3.0
Tested up to: 3.2.1
Stable tag: 0.4.1
Stable tag: 0.4.2

Add your Wordpress blog to the Stipple Network.

Expand Down Expand Up @@ -43,6 +43,9 @@ Stipple will not work on these images very well, at least in a way that looks go

== Changelog ==

= 0.4.2 =
* Always use Cachefly to serve js, as it now supports SSL.

= 0.4.1 =
* Force update so wordpress.org correctly promotes the new version.

Expand Down
2 changes: 1 addition & 1 deletion trunk/stipple.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: Stipple
Plugin URI: http://stippleit.com/s/wordpress
Description: Stipple is the fastest way to label your pictures.
Version: 0.3.4
Version: 0.4.2
Author: Stipple Team - stippletech@stippleit.com
Author URI: http://stippleit.com
License: GPL2
Expand Down

0 comments on commit 00f3b09

Please sign in to comment.