Plugin Directory

Changeset 1105759


Ignore:
Timestamp:
03/05/2015 07:04:11 AM (11 years ago)
Author:
ashdurham
Message:

1.9.17 - Fixing JS error with ga click event

Location:
adkingpro
Files:
97 added
3 edited

Legend:

Unmodified
Added
Removed
  • adkingpro/trunk/adkingpro.php

    r1060727 r1105759  
    44    Plugin URI: http://kingpro.me/plugins/ad-king-pro/
    55    Description: Ad King Pro allows you to manage, display, document and report all of your custom advertising on your wordpress site.
    6     Version: 1.9.16
     6    Version: 1.9.17
    77    Author: Ash Durham
    88    Author URI: http://durham.net.au/
     
    2929
    3030    global $akp_db_version;
    31     $akp_db_version = "1.9.16";
     31    $akp_db_version = "1.9.17";
    3232
    3333    function akp_install() {
  • adkingpro/trunk/js/adkingpro-functions.js

    r914999 r1105759  
    4242   
    4343    if (ga) {
    44         ga = $.parseJSON(ga);
     44        ga = jQuery.parseJSON(ga);
    4545        if (ga.implemented == 'classic')
    4646            _gaq.push(['_trackEvent',ga.campaign, ga.click_action, ga.banner]);
  • adkingpro/trunk/readme.txt

    r1060727 r1105759  
    44Tags: advertising, ads, ad, adverts, advert, advertisements, advertisement, advertise, stats, stat, statistics, statistic, promotions, promotion, banners, banner, tracking, track, detailed, adkingpro, ad king pro, page, post, reporting, reports, report, csv, pdf, revenue, charge, money, theme, themes, flash, adsense, text, resize, rotate, slideshow, multiple
    55Requires at least: 3.0.1
    6 Tested up to: 4.0
    7 Stable tag: 1.9.16
     6Tested up to: 4.1.1
     7Stable tag: 1.9.17
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    137137== Changelog ==
    138138
     139= 1.9.17 =
     140* JS fix from preventing a JS error on GA click events
     141
    139142= 1.9.16 =
    140143* Updates for 4.0
     
    270273== Upgrade Notice ==
    271274
     275= 1.9.17 =
     276* JS fix from preventing a JS error on GA click events
     277
    272278= 1.9.16 =
    273279* Updates for 4.0
Note: See TracChangeset for help on using the changeset viewer.