WordPress Ad Widget - Version 2.19.0

Version Description

Download this release

Release Info

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

Code changes from version 2.18.0 to 2.19.0

Files changed (3) hide show
  1. adwidget.php +1 -1
  2. assets/widgets.js +1 -1
  3. readme.txt +3 -3
adwidget.php CHANGED
@@ -5,7 +5,7 @@ if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
5
  Plugin Name: Wordpress Ad Widget
6
  Plugin URI: https://github.com/broadstreetads/wordpress-ad-widget
7
  Description: The easiest way to place ads in your Wordpress sidebar. Go to Settings -> Ad Widget
8
- Version: 2.18.0
9
  Author: Broadstreet XPRESS
10
  Author URI: http://broadstreetads.com
11
  */
5
  Plugin Name: Wordpress Ad Widget
6
  Plugin URI: https://github.com/broadstreetads/wordpress-ad-widget
7
  Description: The easiest way to place ads in your Wordpress sidebar. Go to Settings -> Ad Widget
8
+ Version: 2.19.0
9
  Author: Broadstreet XPRESS
10
  Author URI: http://broadstreetads.com
11
  */
assets/widgets.js CHANGED
@@ -26,7 +26,7 @@ jQuery(function($) {
26
 
27
  }, 1000);
28
 
29
- $('.upload-button').live('click', function(e) {
30
  window.adcode_id = $(e.target).attr('rel');
31
  window.send_to_editor = image_upload_handler;
32
 
26
 
27
  }, 1000);
28
 
29
+ $('#widgets-right').on('click', '.upload-button', function(e) {
30
  window.adcode_id = $(e.target).attr('rel');
31
  window.send_to_editor = image_upload_handler;
32
 
readme.txt CHANGED
@@ -2,8 +2,8 @@
2
  Contributors: Broadstreet
3
  Tags: wordpress,ad,widget,sidebar,google,tag,code
4
  Requires at least: 3.0
5
- Tested up to: 5.3
6
- Stable tag: 2.18.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.
@@ -50,4 +50,4 @@ ads from appearing!
50
  Other than that, there aren't any special instructions for installing this plug-in. Once
51
  installed, go to Appearance -> Widgets, and look for the "Ad Widget" widgets!
52
 
53
- You can also go to Settings -> Ad Widget for a video demo on how to use it.
2
  Contributors: Broadstreet
3
  Tags: wordpress,ad,widget,sidebar,google,tag,code
4
  Requires at least: 3.0
5
+ Tested up to: 5.5
6
+ Stable tag: 2.19.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.
50
  Other than that, there aren't any special instructions for installing this plug-in. Once
51
  installed, go to Appearance -> Widgets, and look for the "Ad Widget" widgets!
52
 
53
+ You can also go to Settings -> Ad Widget for a video demo on how to use it.