Changeset 933017
- Timestamp:
- 06/16/2014 01:24:18 PM (12 years ago)
- Location:
- thumbsniper
- Files:
-
- 4 added
- 3 edited
- 7 copied
-
tags/2.0.5 (copied) (copied from thumbsniper/trunk)
-
tags/2.0.5/readme.txt (copied) (copied from thumbsniper/trunk/readme.txt) (2 diffs)
-
tags/2.0.5/thumbsniper-de_DE.mo (copied) (copied from thumbsniper/trunk/thumbsniper-de_DE.mo)
-
tags/2.0.5/thumbsniper-de_DE.po (copied) (copied from thumbsniper/trunk/thumbsniper-de_DE.po)
-
tags/2.0.5/thumbsniper.mo (added)
-
tags/2.0.5/thumbsniper.php (copied) (copied from thumbsniper/trunk/thumbsniper.php) (1 diff)
-
tags/2.0.5/thumbsniper.pot (added)
-
tags/2.0.5/thumbsniper_basic.php (copied) (copied from thumbsniper/trunk/thumbsniper_basic.php) (3 diffs)
-
tags/2.0.5/thumbsniper_basic_options.php (copied) (copied from thumbsniper/trunk/thumbsniper_basic_options.php)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/thumbsniper.mo (added)
-
trunk/thumbsniper.php (modified) (1 diff)
-
trunk/thumbsniper.pot (added)
-
trunk/thumbsniper_basic.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
thumbsniper/tags/2.0.5/readme.txt
r932965 r933017 5 5 Requires at least: 2.9 6 6 Tested up to: 3.9.1 7 Stable tag: 2.0. 47 Stable tag: 2.0.5 8 8 9 9 This plugin dynamically shows preview screenshots of hyperlinks as tooltips on your WordPress site. … … 60 60 61 61 == Changelog == 62 63 = 2.0.5 = 64 * Added support for SSL websites (https). 62 65 63 66 = 2.0.4 = -
thumbsniper/tags/2.0.5/thumbsniper.php
r932962 r933017 5 5 Description: This plugin dynamically shows preview screenshots of hyperlinks as tooltips on your WordPress site. 6 6 Author: Thomas Schulte 7 Version: 2.0. 47 Version: 2.0.5 8 8 Author URI: http://www.mynakedgirlfriend.de 9 9 Text Domain: thumbsniper -
thumbsniper/tags/2.0.5/thumbsniper_basic.php
r932962 r933017 6 6 protected $options; 7 7 8 const GUNSLINGER_URL = " http://gunslinger.thumbsniper.com/fire.php";8 const GUNSLINGER_URL = "gunslinger.thumbsniper.com/fire.php"; 9 9 const JQUERY_PATH = "jquery/jquery-1.8.0.min.js"; 10 10 const QTIP_PATH = "qtip/jquery.qtip.min.js"; … … 364 364 ajax: { 365 365 loading: true, 366 url: "' . self::GUNSLINGER_URL . '",366 url: document.location.protocol + "//' . self::GUNSLINGER_URL . '", 367 367 type: "GET", 368 368 dataType: "jsonp", … … 375 375 var self = this; 376 376 setTimeout(function () { 377 self.set("content.ajax.url", "' . self::GUNSLINGER_URL . '");377 self.set("content.ajax.url", document.location.protocol + "//' . self::GUNSLINGER_URL . '"); 378 378 }, 1000); 379 379 }else { -
thumbsniper/trunk/readme.txt
r932965 r933017 5 5 Requires at least: 2.9 6 6 Tested up to: 3.9.1 7 Stable tag: 2.0. 47 Stable tag: 2.0.5 8 8 9 9 This plugin dynamically shows preview screenshots of hyperlinks as tooltips on your WordPress site. … … 60 60 61 61 == Changelog == 62 63 = 2.0.5 = 64 * Added support for SSL websites (https). 62 65 63 66 = 2.0.4 = -
thumbsniper/trunk/thumbsniper.php
r932962 r933017 5 5 Description: This plugin dynamically shows preview screenshots of hyperlinks as tooltips on your WordPress site. 6 6 Author: Thomas Schulte 7 Version: 2.0. 47 Version: 2.0.5 8 8 Author URI: http://www.mynakedgirlfriend.de 9 9 Text Domain: thumbsniper -
thumbsniper/trunk/thumbsniper_basic.php
r932962 r933017 6 6 protected $options; 7 7 8 const GUNSLINGER_URL = " http://gunslinger.thumbsniper.com/fire.php";8 const GUNSLINGER_URL = "gunslinger.thumbsniper.com/fire.php"; 9 9 const JQUERY_PATH = "jquery/jquery-1.8.0.min.js"; 10 10 const QTIP_PATH = "qtip/jquery.qtip.min.js"; … … 364 364 ajax: { 365 365 loading: true, 366 url: "' . self::GUNSLINGER_URL . '",366 url: document.location.protocol + "//' . self::GUNSLINGER_URL . '", 367 367 type: "GET", 368 368 dataType: "jsonp", … … 375 375 var self = this; 376 376 setTimeout(function () { 377 self.set("content.ajax.url", "' . self::GUNSLINGER_URL . '");377 self.set("content.ajax.url", document.location.protocol + "//' . self::GUNSLINGER_URL . '"); 378 378 }, 1000); 379 379 }else {
Note: See TracChangeset
for help on using the changeset viewer.