Changeset 1533635
- Timestamp:
- 11/14/2016 11:02:16 AM (9 years ago)
- Location:
- vikinguard/trunk
- Files:
-
- 3 edited
-
includes/woocommerce-advance.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
vikinguard.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
vikinguard/trunk/includes/woocommerce-advance.php
r1531750 r1533635 491 491 492 492 } 493 function vg_ordered_items( $accion) {493 function vg_ordered_items() { 494 494 global $woocommerce; 495 495 $code = ""; -
vikinguard/trunk/readme.txt
r1531750 r1533635 3 3 Tags: vikinguard, real user monitoring, rum, web performance, user experience, availability, seo,uptime, availability 4 4 Requires at least: 2.1 5 Tested up to: 4. 5.36 Stable tag: 3.1. 07 Version: 3.1. 05 Tested up to: 4.6.1 6 Stable tag: 3.1.1 7 Version: 3.1.1 8 8 9 9 With Vikinguard you'll know the real user experience of your site and you'll be notified when something is not performing as expected. … … 66 66 67 67 = 2.1.1 = 68 * fixed http support68 * Fixed protocols http/https mismatch . 69 69 70 70 = 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 72 75 73 76 = 3.1.0 = 74 * async loading77 * Deeper information collection 75 78 76 79 80 = 3.1.1 = 81 * Fixed javascript problem in minified enviroment 82 -
vikinguard/trunk/vikinguard.php
r1531750 r1533635 5 5 * Description: it checks your site uptime and real user experience. This module provides all the infomation about your site\'s perfomance. 6 6 * Author: Vikinguard. This is not just a software company. 7 * Version: 3.1. 07 * Version: 3.1.1 8 8 * Author URI: https://www.vikinguard.com 9 9 */ … … 47 47 var heimdalparam={}; 48 48 49 var configCallBack = function( satan){49 var configCallBack = function(){ 50 50 BOOMR.init({ 51 51 beacon_url: "//eum.vikinguard.com" … … 53 53 BOOMR.addVar("customer","<?php echo $customer; ?>"); 54 54 BOOMR.addVar("shop","<?php echo $shop; ?>"); 55 BOOMR.addVar("version","WC3.1 ");55 BOOMR.addVar("version","WC3.1.1"); 56 56 info(); 57 } 57 }; 58 58 59 59 … … 63 63 64 64 } 65 } 65 }; 66 66 67 67 68 68 var heimdaladdVar=function(key,value){ 69 69 heimdalparam[key]=value; 70 } 70 }; 71 71 72 72
Note: See TracChangeset
for help on using the changeset viewer.