Version Description
FREE =
Download this release
Release Info
Developer | adegans |
Plugin | AdRotate Banner Manager |
Version | 4.13.4 |
Comparing to | |
See all releases |
Code changes from version 4.13.3 to 4.13.4
- adrotate-output.php +28 -2
- adrotate.php +2 -2
- readme.txt +5 -5
adrotate-output.php
CHANGED
@@ -808,11 +808,37 @@ function adrotate_help_info() {
|
|
808 |
|
809 |
$screen->add_help_tab(array(
|
810 |
'id' => 'adrotate_thanks',
|
811 |
-
'title' => '
|
812 |
'content' => '<h4>Thank you for using AdRotate</h4>'.
|
813 |
'<p>AdRotate is growing to be one of the most popular WordPress plugins for Advertising and is a household name for many companies around the world. AdRotate wouldn\'t be possible without your support and my life wouldn\'t be what it is today without your help.</p><p><em>- Arnan</em></p>'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
814 |
'<p><strong>Social:</strong> <a href="https://www.facebook.com/ajdgsolutions/" target="_blank">Facebook</a>. <strong>Business:</strong> <a href="https://ajdg.solutions/" target="_blank">ajdg.solutions</a>. <strong>Personal:</strong> <a href="https://www.arnan.me" target="_blank">arnan.me</a>.</p>'.
|
815 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
816 |
)
|
817 |
);
|
818 |
}
|
808 |
|
809 |
$screen->add_help_tab(array(
|
810 |
'id' => 'adrotate_thanks',
|
811 |
+
'title' => 'Thanks to you',
|
812 |
'content' => '<h4>Thank you for using AdRotate</h4>'.
|
813 |
'<p>AdRotate is growing to be one of the most popular WordPress plugins for Advertising and is a household name for many companies around the world. AdRotate wouldn\'t be possible without your support and my life wouldn\'t be what it is today without your help.</p><p><em>- Arnan</em></p>'.
|
814 |
+
|
815 |
+
'<p><strong>Social:</strong> <a href="https://www.facebook.com/ajdgsolutions/" target="_blank">Facebook</a>. <strong>Business:</strong> <a href="https://ajdg.solutions/" target="_blank">ajdg.solutions</a>. <strong>Personal:</strong> <a href="https://www.arnan.me" target="_blank">arnan.me</a>.</p>'
|
816 |
+
)
|
817 |
+
);
|
818 |
+
$screen->add_help_tab(array(
|
819 |
+
'id' => 'adrotate_partners',
|
820 |
+
'title' => 'Advertising Partners',
|
821 |
+
'content' => '<h4>Our partners</h4>'.
|
822 |
+
'<p>Try these great advertising partners for getting relevant adverts to your site. Increase revenue with their contextual adverts and earn more money with AdRotate!</p>'.
|
823 |
+
|
824 |
+
'<p><strong>Blind Ferret:</strong> <a href="https://ajdg.solutions/go/blindferret/" target="_blank">Sign up with the Blind Ferret Publisher Network</a><br />Industry leader in Header Bidding adverts!'.
|
825 |
+
|
826 |
+
'<p><strong>Media.net:</strong> <a href="https://ajdg.solutions/go/medianet/" target="_blank">Sign up for Media.net Contextual Adverts</a><br />Get 10% extra earnings commission for the first 3 months!</p>'.
|
827 |
+
|
828 |
'<p><strong>Social:</strong> <a href="https://www.facebook.com/ajdgsolutions/" target="_blank">Facebook</a>. <strong>Business:</strong> <a href="https://ajdg.solutions/" target="_blank">ajdg.solutions</a>. <strong>Personal:</strong> <a href="https://www.arnan.me" target="_blank">arnan.me</a>.</p>'.
|
829 |
+
|
830 |
+
'<p><small><em>These are affiliate links, using them supports the future of AdRotate!</em></small></p>'
|
831 |
+
)
|
832 |
+
);
|
833 |
+
$screen->add_help_tab(array(
|
834 |
+
'id' => 'adrotate_support',
|
835 |
+
'title' => 'Getting Support',
|
836 |
+
'content' => '<h4>Get help using AdRotate</h4>'.
|
837 |
+
'<p>Everyone needs a little help sometimes. AdRotate has many guides and manuals as well as a Support Forum on the AdRotate website to get you going.</p>'.
|
838 |
+
|
839 |
+
'<p><strong>For new users:</strong> <a href="https://ajdg.solutions/manuals/adrotate-manuals/getting-started-with-adrotate/" target="_blank">Getting Started with AdRotate</a>.<br /><strong>Also take a look at:</strong> The <a href="https://ajdg.solutions/manuals/adrotate-manuals/" target="_blank">AdRotate Manuals</a> and the <a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/" target="_blank">Support Forum</a>.</p>'.
|
840 |
+
|
841 |
+
'<p><strong>Social:</strong> <a href="https://www.facebook.com/ajdgsolutions/" target="_blank">Facebook</a>. <strong>Business:</strong> <a href="https://ajdg.solutions/" target="_blank">ajdg.solutions</a>. <strong>Personal:</strong> <a href="https://www.arnan.me" target="_blank">arnan.me</a>.</p>'
|
842 |
)
|
843 |
);
|
844 |
}
|
adrotate.php
CHANGED
@@ -7,7 +7,7 @@ Author URI: https://www.arnan.me/
|
|
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.13.
|
11 |
License: GPLv3
|
12 |
*/
|
13 |
|
@@ -22,7 +22,7 @@ License: GPLv3
|
|
22 |
------------------------------------------------------------------------------------ */
|
23 |
|
24 |
/*--- AdRotate values ---------------------------------------*/
|
25 |
-
define("ADROTATE_DISPLAY", '4.13.
|
26 |
define("ADROTATE_VERSION", 392);
|
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.13.4
|
11 |
License: GPLv3
|
12 |
*/
|
13 |
|
22 |
------------------------------------------------------------------------------------ */
|
23 |
|
24 |
/*--- AdRotate values ---------------------------------------*/
|
25 |
+
define("ADROTATE_DISPLAY", '4.13.4');
|
26 |
define("ADROTATE_VERSION", 392);
|
27 |
define("ADROTATE_DB_VERSION", 64);
|
28 |
$plugin_folder = plugin_dir_path(__FILE__);
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: adegans
|
|
3 |
Donate link: https://www.arnan.me/donate.html
|
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:
|
7 |
-
Stable tag: 4.13.
|
8 |
License: GPLv3
|
9 |
|
10 |
Monetise your website with adverts while keeping things simple. Start making money today!
|
@@ -98,10 +98,10 @@ You can also post your questions on the [forum](https://ajdg.solutions/forums/)!
|
|
98 |
|
99 |
Be a Professional and go Pro. With [AdRotate Professional](https://ajdg.solutions/plugins/adrotate-for-wordpress/)!
|
100 |
|
101 |
-
= 4.13.
|
102 |
-
<li>[fix]
|
103 |
<li>[change] Dashboard tweaks</li>
|
104 |
-
<li>[change] Help tab links</li>
|
105 |
|
106 |
= 4.16 PRO =
|
107 |
<li>[new] Share an account via the support form</li>
|
3 |
Donate link: https://www.arnan.me/donate.html
|
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: 5.0
|
7 |
+
Stable tag: 4.13.4
|
8 |
License: GPLv3
|
9 |
|
10 |
Monetise your website with adverts while keeping things simple. Start making money today!
|
98 |
|
99 |
Be a Professional and go Pro. With [AdRotate Professional](https://ajdg.solutions/plugins/adrotate-for-wordpress/)!
|
100 |
|
101 |
+
= 4.13.4 FREE =
|
102 |
+
<li>[fix] Improved PHP7 compatibility</li>
|
103 |
<li>[change] Dashboard tweaks</li>
|
104 |
+
<li>[change] Help tab links and content</li>
|
105 |
|
106 |
= 4.16 PRO =
|
107 |
<li>[new] Share an account via the support form</li>
|