Version Description
Download this release
Release Info
Developer | broadstreetads |
Plugin | WordPress Ad Widget |
Version | 2.4.0 |
Comparing to | |
See all releases |
Code changes from version 2.3.1 to 2.4.0
- adwidget.php +2 -2
- readme.txt +1 -1
- views/modal/signup.php +6 -5
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.
|
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.
|
24 |
|
25 |
/**
|
26 |
* The callback used to register the scripts
|
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.4.0
|
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.4.0';
|
24 |
|
25 |
/**
|
26 |
* The callback used to register the scripts
|
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.2
|
6 |
-
Stable tag: 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.2
|
6 |
+
Stable tag: 2.4.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.
|
views/modal/signup.php
CHANGED
@@ -18,11 +18,6 @@
|
|
18 |
</tr>
|
19 |
</table>
|
20 |
</div>
|
21 |
-
<div id="info">
|
22 |
-
<h2>You will be able to see <strong>reports on ad views and clicks</strong>. And best of all,
|
23 |
-
ads will be served using
|
24 |
-
<a target="_blank" href="http://broadstreetads.com">Broadstreet Ads</a>' ultra-fast adserver.</h2>
|
25 |
-
</div>
|
26 |
<div id="call-to-action">
|
27 |
<form id="signup" action="?step=signup&status=agree" method="post">
|
28 |
<?php if(!Broadstreet_Mini_Utility::getNetworkID()): ?>
|
@@ -34,4 +29,10 @@
|
|
34 |
<?php endif; ?>
|
35 |
</form>
|
36 |
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
<?php require 'footer.php' ?>
|
18 |
</tr>
|
19 |
</table>
|
20 |
</div>
|
|
|
|
|
|
|
|
|
|
|
21 |
<div id="call-to-action">
|
22 |
<form id="signup" action="?step=signup&status=agree" method="post">
|
23 |
<?php if(!Broadstreet_Mini_Utility::getNetworkID()): ?>
|
29 |
<?php endif; ?>
|
30 |
</form>
|
31 |
</div>
|
32 |
+
<div id="info">
|
33 |
+
<h2>Or, watch a demo first (and <a href="http://broadstreetads.com">check out our website</a>)</h2>
|
34 |
+
</div>
|
35 |
+
<div style="width: 660px; margin: 0 auto 22px auto;">
|
36 |
+
<iframe width="660" height="370" src="//www.youtube.com/embed/yAFFhjWnOgk" frameborder="0" allowfullscreen></iframe>
|
37 |
+
</div>
|
38 |
<?php require 'footer.php' ?>
|