Changeset 948636
- Timestamp:
- 07/15/2014 08:16:05 AM (12 years ago)
- Location:
- hypercomments
- Files:
-
- 3 edited
- 1 copied
-
tags/1.1.8 (copied) (copied from hypercomments/trunk)
-
trunk/hypercomments.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/widgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
hypercomments/trunk/hypercomments.php
r933038 r948636 4 4 Plugin URI: http://hypercomments.com/ 5 5 Description: HyperComments - New dimension of comments. Hypercomments technology allows commenting a specific word or a piece of text. 6 Version: 1.1. 86 Version: 1.1.9 7 7 Author: Alexandr Bazik 8 8 Author URI: http://hypercomments.com/ … … 14 14 define('HC_PLUGIN_URL', HC_CONTENT_URL . '/plugins/hypercomments'); 15 15 define('HC_XML_PATH',$_SERVER['DOCUMENT_ROOT'].'/wp-content/uploads'); 16 define('HC_VERSION', '1.1. 8');16 define('HC_VERSION', '1.1.9'); 17 17 if(HC_DEV == true){ 18 18 define('HC_URL', 'http://dev.hypercomments.com'); -
hypercomments/trunk/readme.txt
r933038 r948636 6 6 Requires at least: 2.8 7 7 Tested up to: 3.9.1 8 Stable tag: 1.1. 88 Stable tag: 1.1.9 9 9 10 10 The HyperComments technology replaces the native WordPress comment system with comments hosted and powered by HyperComment … … 80 80 81 81 == Changelog == 82 **1.1.9** 83 bugs fixed<br /> 84 82 85 **1.1.8** 83 86 bugs fixed<br /> -
hypercomments/trunk/widgets.php
r933038 r948636 20 20 _hcwp.push(_hc_real); 21 21 (function() { 22 if("HC_LOAD_INIT" in window)return; 23 HC_LOAD_INIT = true; 22 24 var hcc = document.createElement("script"); hcc.type = "text/javascript"; hcc.async = true; 23 25 hcc.src = ("https:" == document.location.protocol ? "https" : "http")+"://w.hypercomments.com/widget<?php if(HC_DEV){echo 'test';} ?>/hc/<?php echo $hc_wid?>/<?php echo $hc_lang?>/widget.js"; … … 62 64 var _hcobj = {widget_id : <?php echo $hc_wid;?>, widget : "Bloggerstream",selector: '<?php echo $hc_selector;?>',platform:"wordpress", <?php echo $hc_counter_label;?>}; 63 65 _hcwp.push(_hcobj); 64 (function() { 66 (function() { 67 if("HC_LOAD_INIT" in window)return; 68 HC_LOAD_INIT = true; 65 69 var hcc = document.createElement("script"); hcc.type = "text/javascript"; hcc.async = true; 66 70 hcc.src = ("https:" == document.location.protocol ? "https" : "http")+"://w.hypercomments.com/widget<?php if(HC_DEV){echo 'test';} ?>/hc/<?php echo $hc_wid?>/<?php echo $hc_lang?>/widget.js";
Note: See TracChangeset
for help on using the changeset viewer.