WordPress Ad Widget - Version 2.1.3

Version Description

Download this release

Release Info

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

Code changes from version 2.1.2 to 2.1.3

Files changed (2) hide show
  1. adwidget.php +3 -4
  2. readme.txt +1 -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.1.2
7
  Author: Broadstreet Ads
8
  Author URI: http://broadstreetads.com
9
  */
@@ -18,7 +18,7 @@ add_action('admin_menu', array('AdWidget_Core', 'registerAdmin'));
18
  class AdWidget_Core
19
  {
20
  CONST KEY_INSTALL_REPORT = 'AdWidget_Installed';
21
- CONST VERSION = '2.1.2';
22
 
23
  /**
24
  * The callback used to register the scripts
@@ -112,7 +112,6 @@ class AdWidget_Core
112
  }
113
  else
114
  {
115
- self::flushRewrites(true);
116
  self::sendReport("Upgrade");
117
  self::setOption($upgrade_key, 'true');
118
  }
@@ -133,7 +132,7 @@ class AdWidget_Core
133
  else
134
  {
135
  $deprecated = ' ';
136
- $autoload = 'no';
137
  add_option($name, $value, $deprecated, $autoload);
138
  }
139
  }
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.1.3
7
  Author: Broadstreet Ads
8
  Author URI: http://broadstreetads.com
9
  */
18
  class AdWidget_Core
19
  {
20
  CONST KEY_INSTALL_REPORT = 'AdWidget_Installed';
21
+ CONST VERSION = '2.1.3';
22
 
23
  /**
24
  * The callback used to register the scripts
112
  }
113
  else
114
  {
 
115
  self::sendReport("Upgrade");
116
  self::setOption($upgrade_key, 'true');
117
  }
132
  else
133
  {
134
  $deprecated = ' ';
135
+ $autoload = 'yes';
136
  add_option($name, $value, $deprecated, $autoload);
137
  }
138
  }
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.5.1
6
- Stable tag: 2.1.2
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.
3
  Tags: wordpress,ad,widget,sidebar,google,tag,code
4
  Requires at least: 3.0
5
  Tested up to: 3.5.1
6
+ Stable tag: 2.1.3
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.