Plugin Directory

Changeset 1330474


Ignore:
Timestamp:
01/18/2016 12:42:17 PM (10 years ago)
Author:
albacross
Message:

Updated tracking script. Version bump to 1.2

Location:
albacross
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • albacross/trunk/admin.php

    r1256380 r1330474  
    22/**
    33 * @package Albacross
    4  * @version 1.1
     4 * @version 1.2
    55 */
    66
  • albacross/trunk/insert-code.php

    r1256380 r1330474  
    22/**
    33 * @package Albacross
    4  * @version 1.1
     4 * @version 1.2
    55 */
    66
     
    1616  _nQc = '<?php echo $client_id;?>';
    1717  _nQs = 'WordPress-Plugin';
    18   _nQsv = '1.1';
     18  _nQsv = '1.2';
     19  _nQt = new Date().getTime();
    1920  (function() {
    2021    var no = document.createElement('script'); no.type = 'text/javascript'; no.async = true;
  • albacross/trunk/plugin.php

    r1256380 r1330474  
    22/**
    33 * @package Albacross
    4  * @version 1.1
     4 * @version 1.2
    55 */
    66/*
     
    99Description: This is a plugin for enabling Albacross visitor analysis on your website.
    1010Author: Albacross Nordic AB
    11 Version: 1.1
     11Version: 1.2
    1212Author URI: https://albacross.com/
    1313*/
  • albacross/trunk/readme.txt

    r1256380 r1330474  
    33Tags: analytics,tracking
    44Requires at least: 3.0.1
    5 Tested up to: 4.2.4
    6 Stable tag: 1.1
     5Tested up to: 4.4.1
     6Stable tag: 1.2
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3333== Changelog ==
    3434
     35= 1.2 =
     36* Updated tracking code to reflect the latest changes
     37
    3538= 1.1 =
    3639* Added source for WordPress plugin
Note: See TracChangeset for help on using the changeset viewer.