Plugin Directory

Changeset 1533635


Ignore:
Timestamp:
11/14/2016 11:02:16 AM (9 years ago)
Author:
vikinguard
Message:

fixed bug

Location:
vikinguard/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • vikinguard/trunk/includes/woocommerce-advance.php

    r1531750 r1533635  
    491491   
    492492}
    493 function vg_ordered_items($accion) {
     493function vg_ordered_items() {
    494494    global $woocommerce;
    495495    $code = "";
  • vikinguard/trunk/readme.txt

    r1531750 r1533635  
    33Tags: vikinguard, real user monitoring, rum, web performance, user experience, availability, seo,uptime, availability
    44Requires at least: 2.1
    5 Tested up to: 4.5.3
    6 Stable tag: 3.1.0
    7 Version: 3.1.0
     5Tested up to: 4.6.1
     6Stable tag: 3.1.1
     7Version: 3.1.1
    88
    99With Vikinguard you'll know the real user experience of your site and you'll be notified when something is not performing as expected.
     
    6666
    6767= 2.1.1 =
    68 * fixed http support
     68* Fixed protocols http/https mismatch .
    6969
    7070= 2.1.2 =
    71 * fixed http support
     71* Fixed protocols http/https mismatch .
     72
     73= 2.1.2 =
     74* Fixed several bugs and improvement in tracking 
    7275
    7376= 3.1.0 =
    74 * async loading
     77* Deeper information collection
    7578
    7679
     80= 3.1.1 =
     81* Fixed javascript problem in minified enviroment
     82
  • vikinguard/trunk/vikinguard.php

    r1531750 r1533635  
    55 * Description: it checks your site uptime and real user experience. This module provides all the infomation about your site\'s perfomance.
    66 * Author: Vikinguard. This is not just a software company.
    7  * Version: 3.1.0
     7 * Version: 3.1.1
    88 * Author URI: https://www.vikinguard.com
    99 */
     
    4747var heimdalparam={};
    4848
    49 var configCallBack = function(satan){
     49var configCallBack = function(){
    5050    BOOMR.init({
    5151            beacon_url: "//eum.vikinguard.com"
     
    5353    BOOMR.addVar("customer","<?php echo $customer; ?>");
    5454    BOOMR.addVar("shop","<?php echo $shop; ?>");
    55     BOOMR.addVar("version","WC3.1");
     55    BOOMR.addVar("version","WC3.1.1");
    5656    info();
    57 }
     57};
    5858
    5959
     
    6363   
    6464    }
    65 }
     65};
    6666
    6767
    6868var heimdaladdVar=function(key,value){
    6969    heimdalparam[key]=value;
    70 }
     70};
    7171
    7272
Note: See TracChangeset for help on using the changeset viewer.