Plugin Directory

Changeset 948636


Ignore:
Timestamp:
07/15/2014 08:16:05 AM (12 years ago)
Author:
siteheart
Message:

version 1.1.9

Location:
hypercomments
Files:
3 edited
1 copied

Legend:

Unmodified
Added
Removed
  • hypercomments/trunk/hypercomments.php

    r933038 r948636  
    44Plugin URI: http://hypercomments.com/
    55Description: HyperComments - New dimension of comments. Hypercomments technology allows commenting a specific word or a piece of text.
    6 Version: 1.1.8
     6Version: 1.1.9
    77Author:  Alexandr Bazik
    88Author URI: http://hypercomments.com/
     
    1414define('HC_PLUGIN_URL', HC_CONTENT_URL . '/plugins/hypercomments');
    1515define('HC_XML_PATH',$_SERVER['DOCUMENT_ROOT'].'/wp-content/uploads');
    16 define('HC_VERSION', '1.1.8');
     16define('HC_VERSION', '1.1.9');
    1717if(HC_DEV == true){
    1818    define('HC_URL', 'http://dev.hypercomments.com');
  • hypercomments/trunk/readme.txt

    r933038 r948636  
    66Requires at least: 2.8
    77Tested up to: 3.9.1
    8 Stable tag: 1.1.8
     8Stable tag: 1.1.9
    99
    1010The HyperComments technology replaces the native WordPress comment system with comments hosted and powered by HyperComment
     
    8080
    8181== Changelog ==
     82**1.1.9**
     83bugs fixed<br />
     84
    8285**1.1.8**
    8386bugs fixed<br />
  • hypercomments/trunk/widgets.php

    r933038 r948636  
    2020    _hcwp.push(_hc_real);             
    2121    (function() {
     22    if("HC_LOAD_INIT" in window)return;
     23    HC_LOAD_INIT = true;
    2224    var hcc = document.createElement("script"); hcc.type = "text/javascript"; hcc.async = true;
    2325    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";
     
    6264    var _hcobj = {widget_id : <?php echo $hc_wid;?>, widget : "Bloggerstream",selector: '<?php echo $hc_selector;?>',platform:"wordpress", <?php echo $hc_counter_label;?>};
    6365    _hcwp.push(_hcobj);
    64     (function() {
     66    (function() {
     67    if("HC_LOAD_INIT" in window)return;
     68    HC_LOAD_INIT = true;
    6569    var hcc = document.createElement("script"); hcc.type = "text/javascript"; hcc.async = true;
    6670    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.