AdRotate Banner Manager - Version 4.6.3

Version Description

FREE = * [change] Dashboard tweaks

Download this release

Release Info

Developer adegans
Plugin Icon 128x128 AdRotate Banner Manager
Version 4.6.3
Comparing to
See all releases

Code changes from version 4.6.2 to 4.6.3

adrotate.php CHANGED
@@ -7,7 +7,7 @@ Author URI: http://ajdg.solutions/?utm_campaign=homepage&utm_medium=plugin-info&
7
  Description: Monetise your website with adverts while keeping things simple. Start making money today!
8
  Text Domain: adrotate
9
  Domain Path: /languages/
10
- Version: 4.6.2
11
  License: GPLv3
12
  */
13
 
@@ -22,7 +22,7 @@ License: GPLv3
22
  ------------------------------------------------------------------------------------ */
23
 
24
  /*--- AdRotate values ---------------------------------------*/
25
- define("ADROTATE_DISPLAY", '4.6.2');
26
  define("ADROTATE_VERSION", 391);
27
  define("ADROTATE_DB_VERSION", 64);
28
  $plugin_folder = plugin_dir_path(__FILE__);
7
  Description: Monetise your website with adverts while keeping things simple. Start making money today!
8
  Text Domain: adrotate
9
  Domain Path: /languages/
10
+ Version: 4.6.3
11
  License: GPLv3
12
  */
13
 
22
  ------------------------------------------------------------------------------------ */
23
 
24
  /*--- AdRotate values ---------------------------------------*/
25
+ define("ADROTATE_DISPLAY", '4.6.3');
26
  define("ADROTATE_VERSION", 391);
27
  define("ADROTATE_DB_VERSION", 64);
28
  $plugin_folder = plugin_dir_path(__FILE__);
dashboard/info.php CHANGED
@@ -114,13 +114,15 @@ $partner = mt_rand(1,3);
114
  <h3><?php _e('Join the Media.net advertising network', 'adrotate'); ?></h3>
115
  <div class="postbox-ajdg">
116
  <div class="inside">
117
- <center><a href="http://ajdg.link/medianet" target="_blank"><img src="<?php echo plugins_url("/images/offers/medianet-large-$partner.jpg", dirname(__FILE__)); ?>" width="440" /></a></center>
118
- <p><a href="http://ajdg.link/medianet" target="_blank">Media.net</a> is the <strong>#2 largest contextual ads platform</strong> in the world that provides its publishers with an <strong>exclusive access to the Yahoo! Bing Network of advertisers and $6bn worth of search demand.</strong></p>
 
 
119
 
120
  <strong><u>Exclusive offer for AdRotate users</u></strong>
121
- <p>As an AdRotate user, sign up with <a href="http://ajdg.link/medianet" target="_blank">Media.net</a> and you'll earn 10% more, over and above your regular earnings for your first 3 months.</p>
122
 
123
- <p><a class="button-primary" href="http://ajdg.link/medianet" target="_blank">Sign up with Media.net now &raquo;</a>&nbsp;&nbsp;<a class="button" target="_blank" href="http://ajdg.link/medianet">Learn more &raquo;</a></p>
124
  </div>
125
  </div>
126
 
114
  <h3><?php _e('Join the Media.net advertising network', 'adrotate'); ?></h3>
115
  <div class="postbox-ajdg">
116
  <div class="inside">
117
+ <center><a href="http://bit.ly/2leh9sW" target="_blank"><img src="<?php echo plugins_url("/images/offers/medianet-large-$partner.jpg", dirname(__FILE__)); ?>" width="440" /></a></center>
118
+ <p><a href="http://bit.ly/2leh9sW" target="_blank">Media.net</a> is the <strong>#2 largest contextual ads platform</strong> in the world that provides its publishers with an <strong>exclusive access to the Yahoo! Bing Network of advertisers and $6bn worth of search demand.</strong></p>
119
+
120
+ <p><a href="http://bit.ly/2leh9sW" target="_blank">Media.net</a> <strong>ads are contextual</strong> and hence always relevant to your content. They are also <strong>native by design</strong> and highly customizable, delivering a great user experience and higher CTRs.</p>
121
 
122
  <strong><u>Exclusive offer for AdRotate users</u></strong>
123
+ <p>As an AdRotate user, sign up with <a href="http://bit.ly/2leh9sW" target="_blank">Media.net</a> and you'll earn 10% more, over and above your regular earnings for your first 3 months.</p>
124
 
125
+ <p><a class="button-primary" href="http://bit.ly/2leh9sW" target="_blank">Sign up with Media.net now &raquo;</a>&nbsp;&nbsp;<a class="button" target="_blank" href="http://bit.ly/2leh9sW">Learn more &raquo;</a></p>
126
  </div>
127
  </div>
128
 
dashboard/publisher/adverts-edit.php CHANGED
@@ -127,7 +127,7 @@ if($edit_banner->imagetype == "field") {
127
  <p><em><a href="#" onclick="textatcursor('adrotate_bannercode','&lt;iframe src=&quot;%asset%&quot; height=&quot;250&quot; frameborder=&quot;0&quot; style=&quot;border:none;&quot;&gt;&lt;/iframe&gt;');return false;">&lt;iframe src=&quot;%asset%&quot; height=&quot;250&quot; frameborder=&quot;0&quot; style=&quot;border:none;&quot;&gt;&lt;/iframe&gt;</a></em></p>
128
 
129
  <p><strong><?php _e('Get adverts from Media.net', 'adrotate'); ?></strong></p>
130
- <p><a href="http://ajdg.link/medianet" target="_blank"><img src="<?php echo plugins_url("../images/offers/medianet-small-$partner.jpg", dirname(__FILE__)); ?>" width="250" /></a></p>
131
  </td>
132
  </tr>
133
  <tr>
127
  <p><em><a href="#" onclick="textatcursor('adrotate_bannercode','&lt;iframe src=&quot;%asset%&quot; height=&quot;250&quot; frameborder=&quot;0&quot; style=&quot;border:none;&quot;&gt;&lt;/iframe&gt;');return false;">&lt;iframe src=&quot;%asset%&quot; height=&quot;250&quot; frameborder=&quot;0&quot; style=&quot;border:none;&quot;&gt;&lt;/iframe&gt;</a></em></p>
128
 
129
  <p><strong><?php _e('Get adverts from Media.net', 'adrotate'); ?></strong></p>
130
+ <p><a href="http://bit.ly/2leh9sW" target="_blank"><img src="<?php echo plugins_url("../images/offers/medianet-small-$partner.jpg", dirname(__FILE__)); ?>" width="250" /></a></p>
131
  </td>
132
  </tr>
133
  <tr>
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://www.arnan.me/donate/?utm_campaign=donations&utm_medium=readm
4
  Tags: ad, advert, adsense, advertising, doubleclick, responsive, ad rotator, ad manager, banner manager, advert manager, analytics, advertisement,
5
  Requires at least: 3.8
6
  Tested up to: 4.8
7
- Stable tag: 4.6.2
8
  License: GPLv3
9
 
10
  Monetise your website with adverts while keeping things simple. Start making money today!
@@ -99,24 +99,17 @@ You can also post your questions on the [forum](https://ajdg.solutions/forums/?u
99
  Be a Professional and go Pro. With [AdRotate Professional](https://ajdg.solutions/plugins/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=readme&utm_source=adrotate-free)!
100
 
101
 
102
- = 4.6.2 FREE =
103
- * [fix] Undefined index notices for code generator
104
- * [fix] Hide 'Generated' adverts in when editing groups
105
- * [i18n] Updated language files
106
 
107
- = 4.8 PRO =
108
- * [new] Advert code generator
109
- * [new] Hide selected adverts from logged in users
110
- * [new] Count impressions for the first cycle in dynamic groups
111
- * [fix] Unable to edit adverts with empty titles
112
 
113
  All recent changes are available on the [AdRotate website](https://ajdg.solutions/plugins/adrotate-for-wordpress/development/?utm_campaign=development&utm_medium=readme&utm_source=adrotate-free).
114
 
115
  == Upgrade Notice ==
116
 
117
- * [fix] Undefined index notices for code generator
118
- * [fix] Hide 'Generated' adverts in when editing groups
119
- * [i18n] Updated language files
120
 
121
  == Screenshots ==
122
 
4
  Tags: ad, advert, adsense, advertising, doubleclick, responsive, ad rotator, ad manager, banner manager, advert manager, analytics, advertisement,
5
  Requires at least: 3.8
6
  Tested up to: 4.8
7
+ Stable tag: 4.6.3
8
  License: GPLv3
9
 
10
  Monetise your website with adverts while keeping things simple. Start making money today!
99
  Be a Professional and go Pro. With [AdRotate Professional](https://ajdg.solutions/plugins/adrotate-for-wordpress/?utm_campaign=adrotate-page&utm_medium=readme&utm_source=adrotate-free)!
100
 
101
 
102
+ = 4.6.3 FREE =
103
+ * [change] Dashboard tweaks
 
 
104
 
105
+ = 4.9.1 PRO =
106
+ * [change] Dashboard tweaks
 
 
 
107
 
108
  All recent changes are available on the [AdRotate website](https://ajdg.solutions/plugins/adrotate-for-wordpress/development/?utm_campaign=development&utm_medium=readme&utm_source=adrotate-free).
109
 
110
  == Upgrade Notice ==
111
 
112
+ * [change] Dashboard tweaks
 
 
113
 
114
  == Screenshots ==
115