WordPress Ad Widget - Version 2.6.1

Version Description

Download this release

Release Info

Developer broadstreetads
Plugin Icon wp plugin WordPress Ad Widget
Version 2.6.1
Comparing to
See all releases

Code changes from version 2.6.0 to 2.6.1

Files changed (2) hide show
  1. adwidget.php +3 -3
  2. readme.txt +5 -1
adwidget.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Wordpress Ad Widget
4
  Plugin URI: https://github.com/broadstreetads/wordpress-ad-widget
5
  Description: The easiest way to place ads in your Wordpress sidebar. Go to Settings -> Ad Widget
6
- Version: 2.6.0
7
  Author: Broadstreet Ads
8
  Author URI: http://broadstreetads.com
9
  */
@@ -20,7 +20,7 @@ add_action('admin_menu', array('AdWidget_Core', 'registerAdmin'));
20
  class AdWidget_Core
21
  {
22
  CONST KEY_INSTALL_REPORT = 'AdWidget_Installed';
23
- CONST VERSION = '2.6.0';
24
  CONST KEY_WELCOME = 'AdWidget_Welcome';
25
 
26
  /**
@@ -446,7 +446,7 @@ class AdWidget_ImageWidget extends WP_Widget
446
  </p>
447
  <p>
448
  <label for="<?php echo $this->get_field_id('w_new'); ?>">Open in New Window? </label>
449
- <input type="checkbox" name="<?php echo $this->get_field_name('w_new'); ?>" value="yes" <?php if($instance['w_resize'] == 'yes') echo 'checked'; ?> />
450
  </p>
451
  <p>
452
  <span style="color: green; font-weight: bold;">Tip:</span> If you're using this widget, you might also find <a target="_blank" href="http://wordpress.org/plugins/selfie">Selfie</a> useful.
3
  Plugin Name: Wordpress Ad Widget
4
  Plugin URI: https://github.com/broadstreetads/wordpress-ad-widget
5
  Description: The easiest way to place ads in your Wordpress sidebar. Go to Settings -> Ad Widget
6
+ Version: 2.6.1
7
  Author: Broadstreet Ads
8
  Author URI: http://broadstreetads.com
9
  */
20
  class AdWidget_Core
21
  {
22
  CONST KEY_INSTALL_REPORT = 'AdWidget_Installed';
23
+ CONST VERSION = '2.6.1';
24
  CONST KEY_WELCOME = 'AdWidget_Welcome';
25
 
26
  /**
446
  </p>
447
  <p>
448
  <label for="<?php echo $this->get_field_id('w_new'); ?>">Open in New Window? </label>
449
+ <input type="checkbox" name="<?php echo $this->get_field_name('w_new'); ?>" value="yes" <?php if($instance['w_new'] == 'yes') echo 'checked'; ?> />
450
  </p>
451
  <p>
452
  <span style="color: green; font-weight: bold;">Tip:</span> If you're using this widget, you might also find <a target="_blank" href="http://wordpress.org/plugins/selfie">Selfie</a> useful.
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: Broadstreet
3
  Tags: wordpress,ad,widget,sidebar,google,tag,code
4
  Requires at least: 3.0
5
  Tested up to: 3.9.1
6
- Stable tag: 2.6.0
7
 
8
  Easily upload ad images and ad code to your sidebar. For those that don't need or
9
  want a complicated ad management system.
@@ -21,6 +21,8 @@ Watch a short video demo: http://www.screenr.com/u0t7
21
  * Easily place Google ad tags and other ad code
22
  * Easily upgrade to **cloud-based adserving power** backed by [Broadstreet Ads](http://broadstreetads.com)
23
 
 
 
24
  You will not find an easier way to run ads on your website!
25
 
26
  == Demo ==
@@ -33,3 +35,5 @@ There aren't any special instructions for installing this plug-in. Once
33
  installed, go to Appearance -> Widgets, and look for the "Ad Widget" widgets!
34
 
35
  You can also go to Settings -> Ad Widget for a video demo on how to use it.
 
 
3
  Tags: wordpress,ad,widget,sidebar,google,tag,code
4
  Requires at least: 3.0
5
  Tested up to: 3.9.1
6
+ Stable tag: 2.6.1
7
 
8
  Easily upload ad images and ad code to your sidebar. For those that don't need or
9
  want a complicated ad management system.
21
  * Easily place Google ad tags and other ad code
22
  * Easily upgrade to **cloud-based adserving power** backed by [Broadstreet Ads](http://broadstreetads.com)
23
 
24
+ If you like Ad Widget, you might like [Selfie](http://wordpress.org/plugins/selfie) too.
25
+
26
  You will not find an easier way to run ads on your website!
27
 
28
  == Demo ==
35
  installed, go to Appearance -> Widgets, and look for the "Ad Widget" widgets!
36
 
37
  You can also go to Settings -> Ad Widget for a video demo on how to use it.
38
+
39
+ Also, think about trying [Selfie](http://wordpress.org/plugins/selfie).