Changeset 2099068
- Timestamp:
- 06/01/2019 12:22:22 PM (7 years ago)
- Location:
- ad-box/trunk
- Files:
-
- 2 edited
-
ad-box.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ad-box/trunk/ad-box.php
r1221516 r2099068 4 4 Plugin URI: http://Medust.com/ 5 5 Description: Add an advertising widget to your sidebar that gives you lots of customization options. 6 Version: 1. 06 Version: 1.1 7 7 Author: Medust 8 8 Author URI: http://Medust.com … … 308 308 <label for="<?php echo $this->get_field_id('ad_new_w'); ?>"> Open in New Window</label> 309 309 </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> 310 320 <?php 311 321 } … … 371 381 else 372 382 $width = 300; 383 384 // Check if user wants to remove developer signature from ads 385 $ad_sponsor = ($dev_sign == 'yes') ? '' : $ad_sponsor; 373 386 374 387 if($ad_img=='') -
ad-box/trunk/readme.txt
r1221516 r2099068 1 1 === Ad Box === 2 Contributors: medust 2 Contributors: medust, itzpradip 3 3 Tags: ad widget, advertising, ad plugin, advertising widget, customize ad, sidebar ad widget, ad widget plugin, ad box, ad box plugin, medust, medust.com 4 4 Requires at least: 3.7 5 Tested up to: 4.2.45 Tested up to: 5.2 6 6 Stable tag: 1.0 7 7 License: GPLv2 or later … … 56 56 == Changelog == 57 57 58 = 1.1 = 59 * Added option to remove developer signature from ads showing on sidebar 60 58 61 = 1.0 = 59 62 * As this is the first version of this package, so there is no change.
Note: See TracChangeset
for help on using the changeset viewer.