Plugin Directory

Changeset 2099068


Ignore:
Timestamp:
06/01/2019 12:22:22 PM (7 years ago)
Author:
medust
Message:

Updated to newer version

Location:
ad-box/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ad-box/trunk/ad-box.php

    r1221516 r2099068  
    44Plugin URI: http://Medust.com/
    55Description: Add an advertising widget to your sidebar that gives you lots of customization options.
    6 Version: 1.0
     6Version: 1.1
    77Author: Medust
    88Author URI: http://Medust.com
     
    308308            <label for="<?php echo $this->get_field_id('ad_new_w'); ?>"> Open in New Window</label>
    309309        </p>
     310
     311                <p>
     312            <input
     313                type="checkbox"
     314                id="<?php echo $this->get_field_id('dev_sign'); ?>"
     315                name="<?php echo $this->get_field_name('dev_sign'); ?>"
     316                value="yes"
     317                <?php if($dev_sign=='yes') echo 'checked'; ?> />
     318            <label for="<?php echo $this->get_field_id('dev_sign'); ?>"> Remove Developer Signature from Bottom</label>
     319        </p>
    310320       <?php
    311321    }
     
    371381        else
    372382            $width = 300;
     383
     384        // Check if user wants to remove developer signature from ads
     385        $ad_sponsor = ($dev_sign == 'yes') ? '' : $ad_sponsor;
    373386       
    374387        if($ad_img=='')
  • ad-box/trunk/readme.txt

    r1221516 r2099068  
    11=== Ad Box ===
    2 Contributors: medust
     2Contributors: medust, itzpradip
    33Tags: ad widget, advertising, ad plugin, advertising widget, customize ad, sidebar ad widget, ad widget plugin, ad box, ad box plugin, medust, medust.com
    44Requires at least: 3.7
    5 Tested up to: 4.2.4
     5Tested up to: 5.2
    66Stable tag: 1.0
    77License: GPLv2 or later
     
    5656== Changelog ==
    5757
     58= 1.1 =
     59* Added option to remove developer signature from ads showing on sidebar
     60
    5861= 1.0 =
    5962* As this is the first version of this package, so there is no change.
Note: See TracChangeset for help on using the changeset viewer.