Plugin Directory

Changeset 938767


Ignore:
Timestamp:
06/25/2014 09:49:06 PM (12 years ago)
Author:
ashdurham
Message:
  • Fix to widget output when using single banner calls and having the right advert type added as class
Location:
adkingpro
Files:
96 added
3 edited

Legend:

Unmodified
Added
Removed
  • adkingpro/trunk/adkingpro.php

    r934037 r938767  
    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.14
     6    Version: 1.9.15
    77    Author: Ash Durham
    88    Author URI: http://durham.net.au/
     
    2929
    3030    global $akp_db_version;
    31     $akp_db_version = "1.9.14";
     31    $akp_db_version = "1.9.15";
    3232
    3333    function akp_install() {
  • adkingpro/trunk/includes/widget.php

    r803624 r938767  
    2020            $changespeed = apply_filters( 'widget_changespeed', $instance['changespeed'] );
    2121            $code = 'type="'.$type.'"';
    22             if ($banner !== '') $code = 'banner="'.$banner.'"';
     22            if ($banner !== '') $code .= ' banner="'.$banner.'"';
    2323            if ($render !== '' && is_numeric($render)) $code .= ' render="'.$render.'"';
    2424            if ($rotate == 'true') $code .= ' rotate="true"';
  • adkingpro/trunk/readme.txt

    r934037 r938767  
    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: 3.9
    7 Stable tag: 1.9.14
     6Tested up to: 3.9.1
     7Stable tag: 1.9.15
    88License: GPLv2
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    137137== Changelog ==
    138138
     139= 1.9.15 =
     140* Fix to widget output when using single banner calls and having the right advert type added as class
     141
    139142= 1.9.14 =
    140143* Update settings on custom post types to prevent URLs being created
     
    262265== Upgrade Notice ==
    263266
     267= 1.9.15 =
     268* Fix to widget output when using single banner calls and having the right advert type added as class
     269
    264270= 1.9.14 =
    265271* Update settings on custom post types to prevent URLs being created
Note: See TracChangeset for help on using the changeset viewer.