Version Description
FREE = * [fix] Premium Support promo listing the wrong price * [fix] Social links pointing to the wrong facebook account * [change] Removed Telegram as a contact option
Download this release
Release Info
Developer | adegans |
Plugin | AdRotate Banner Manager |
Version | 4.13.1 |
Comparing to | |
See all releases |
Code changes from version 4.13 to 4.13.1
- adrotate-output.php +8 -18
- adrotate.php +2 -2
- dashboard/adrotatepro.php +2 -2
- dashboard/info.php +12 -12
- readme.txt +8 -12
adrotate-output.php
CHANGED
@@ -760,7 +760,7 @@ function adrotate_notifications_dashboard() {
|
|
760 |
}
|
761 |
|
762 |
// Premium support
|
763 |
-
$premium_banner = get_option('adrotate_hide_premium'
|
764 |
if($premium_banner != 1 OR !$premium_banner) {
|
765 |
if($premium_banner < (adrotate_now() - (12 * DAY_IN_SECONDS))) {
|
766 |
echo '<div class="updated" style="padding: 0; margin: 0;">';
|
@@ -776,7 +776,7 @@ function adrotate_notifications_dashboard() {
|
|
776 |
}
|
777 |
}
|
778 |
|
779 |
-
$premium_banner = get_option('adrotate_hide_premium_2'
|
780 |
if($premium_banner != 1 OR !$premium_banner) {
|
781 |
if($premium_banner < (adrotate_now() - (16 * DAY_IN_SECONDS))) {
|
782 |
echo '<div class="updated" style="padding: 0; margin: 0;">';
|
@@ -792,7 +792,7 @@ function adrotate_notifications_dashboard() {
|
|
792 |
}
|
793 |
}
|
794 |
|
795 |
-
$premium_banner = get_option('adrotate_hide_premium_3'
|
796 |
if($premium_banner != 1) {
|
797 |
if($premium_banner < (adrotate_now() - (20 * DAY_IN_SECONDS))) {
|
798 |
echo '<div class="updated" style="padding: 0; margin: 0;">';
|
@@ -865,23 +865,13 @@ function adrotate_welcome_pointer() {
|
|
865 |
function adrotate_help_info() {
|
866 |
$screen = get_current_screen();
|
867 |
|
868 |
-
$screen->add_help_tab(array(
|
869 |
-
'id' => 'adrotate_useful_links',
|
870 |
-
'title' => __('Useful Links'),
|
871 |
-
'content' => '<h4>'.__('Useful links to learn more about AdRotate', 'adrotate').'</h4>'.
|
872 |
-
'<ul>'.
|
873 |
-
'<li><a href="https://ajdg.solutions/products/adrotate-for-wordpress/" target="_blank">'.__('AdRotate website', 'adrotate').'</a>.</li>'.
|
874 |
-
'<li><a href="https://ajdg.solutions/manuals/adrotate-manuals/getting-started-with-adrotate/" target="_blank">'.__('Getting Started With AdRotate', 'adrotate').'</a>.</li>'.
|
875 |
-
'<li><a href="https://ajdg.solutions/manuals/adrotate-manuals/" target="_blank">'.__('AdRotate manuals', 'adrotate').'</a>.</li>'.
|
876 |
-
'<li><a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/" target="_blank">'.__('AdRotate Support Forum', 'adrotate').'</a>.</li>'.
|
877 |
-
'</ul>'
|
878 |
-
)
|
879 |
-
);
|
880 |
$screen->add_help_tab(array(
|
881 |
'id' => 'adrotate_thanks',
|
882 |
-
'title' => '
|
883 |
-
'content' => '<h4>Thank you for using AdRotate</h4
|
884 |
-
'<p
|
|
|
|
|
885 |
)
|
886 |
);
|
887 |
}
|
760 |
}
|
761 |
|
762 |
// Premium support
|
763 |
+
$premium_banner = get_option('adrotate_hide_premium');
|
764 |
if($premium_banner != 1 OR !$premium_banner) {
|
765 |
if($premium_banner < (adrotate_now() - (12 * DAY_IN_SECONDS))) {
|
766 |
echo '<div class="updated" style="padding: 0; margin: 0;">';
|
776 |
}
|
777 |
}
|
778 |
|
779 |
+
$premium_banner = get_option('adrotate_hide_premium_2');
|
780 |
if($premium_banner != 1 OR !$premium_banner) {
|
781 |
if($premium_banner < (adrotate_now() - (16 * DAY_IN_SECONDS))) {
|
782 |
echo '<div class="updated" style="padding: 0; margin: 0;">';
|
792 |
}
|
793 |
}
|
794 |
|
795 |
+
$premium_banner = get_option('adrotate_hide_premium_3');
|
796 |
if($premium_banner != 1) {
|
797 |
if($premium_banner < (adrotate_now() - (20 * DAY_IN_SECONDS))) {
|
798 |
echo '<div class="updated" style="padding: 0; margin: 0;">';
|
865 |
function adrotate_help_info() {
|
866 |
$screen = get_current_screen();
|
867 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
868 |
$screen->add_help_tab(array(
|
869 |
'id' => 'adrotate_thanks',
|
870 |
+
'title' => 'AdRotate',
|
871 |
+
'content' => '<h4>Thank you for using AdRotate</h4>'.
|
872 |
+
'<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>'.
|
873 |
+
'<p><strong>Facebook:</strong> <a href="https://www.facebook.com/ajdgpremiumsupport/" target="_blank">Facebook</a>. <strong>Business:</strong> <a href="https://ajdg.solutions/" target="_blank">ajdg.solutions</a>. <strong>Personal:</strong> <a href="http://www.arnan.me" target="_blank">arnan.me</a>.</p>'.
|
874 |
+
'<p><strong>Useful Links:</strong> <a href="https://ajdg.solutions/manuals/adrotate-manuals/getting-started-with-adrotate/" target="_blank">Getting Started with AdRotate</a>, <a href="https://ajdg.solutions/manuals/adrotate-manuals/" target="_blank">AdRotate Manuals</a>, <a href="https://ajdg.solutions/forums/forum/adrotate-for-wordpress/" target="_blank">Support Forum</a>, <a href="https://ajdg.solutions/go/premium-support/" target="_blank">Premium Support</a>.</p>'
|
875 |
)
|
876 |
);
|
877 |
}
|
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.1
|
11 |
License: GPLv3
|
12 |
*/
|
13 |
|
22 |
------------------------------------------------------------------------------------ */
|
23 |
|
24 |
/*--- AdRotate values ---------------------------------------*/
|
25 |
+
define("ADROTATE_DISPLAY", '4.13.1');
|
26 |
define("ADROTATE_VERSION", 392);
|
27 |
define("ADROTATE_DB_VERSION", 64);
|
28 |
$plugin_folder = plugin_dir_path(__FILE__);
|
dashboard/adrotatepro.php
CHANGED
@@ -41,14 +41,14 @@
|
|
41 |
<h3><?php _e('Get Fast Support almost all year round', 'adrotate'); ?></h3>
|
42 |
<div class="postbox-ajdg">
|
43 |
<div class="inside">
|
44 |
-
<p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/" target="_blank"><img src="<?php echo plugins_url('/images/pro/demo-support.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('When you activate your AdRotate Pro license you can use
|
45 |
</div>
|
46 |
</div>
|
47 |
|
48 |
<h3><?php _e('AdRotate is brought to you by', 'adrotate'); ?></h3>
|
49 |
<div class="postbox-ajdg">
|
50 |
<div class="inside">
|
51 |
-
<p><center><a href="https://www.arnan.me" title="Visit Arnan's website" target="_blank"><img src="<?php echo plugins_url("/images/buttons/1.png", dirname(__FILE__)); ?>" alt="Arnan de Gans website" /></a><a href="https://ajdg.solutions" title="Visit the AdRotate website" target="_blank"><img src="<?php echo plugins_url("/images/buttons/2.png", dirname(__FILE__)); ?>" alt="AJdG Solutions website" /></a><a href="https://
|
52 |
</div>
|
53 |
</div>
|
54 |
|
41 |
<h3><?php _e('Get Fast Support almost all year round', 'adrotate'); ?></h3>
|
42 |
<div class="postbox-ajdg">
|
43 |
<div class="inside">
|
44 |
+
<p><a href="https://ajdg.solutions/products/adrotate-for-wordpress/" target="_blank"><img src="<?php echo plugins_url('/images/pro/demo-support.png', dirname(__FILE__)); ?>" class="alignleft pro-image" /></a><?php _e('When you activate your AdRotate Pro license you can use the more personal email support. No more queueing up in the forums. AdRotate support takes priority over the forums and is checked once or twice a day. Get a solution (usually) within two business days.', 'adrotate'); ?></p>
|
45 |
</div>
|
46 |
</div>
|
47 |
|
48 |
<h3><?php _e('AdRotate is brought to you by', 'adrotate'); ?></h3>
|
49 |
<div class="postbox-ajdg">
|
50 |
<div class="inside">
|
51 |
+
<p><center><a href="https://www.arnan.me" title="Visit Arnan's website" target="_blank"><img src="<?php echo plugins_url("/images/buttons/1.png", dirname(__FILE__)); ?>" alt="Arnan de Gans website" /></a><a href="https://ajdg.solutions" title="Visit the AdRotate website" target="_blank"><img src="<?php echo plugins_url("/images/buttons/2.png", dirname(__FILE__)); ?>" alt="AJdG Solutions website" /></a><a href="https://www.facebook.com/ajdgpremiumsupport/" title="AJdG Solutions on Facebook" target="_blank"><img src="<?php echo plugins_url("/images/buttons/4.png", dirname(__FILE__)); ?>" alt="AJdG Solutions on Facebook" /></a></center></p>
|
52 |
</div>
|
53 |
</div>
|
54 |
|
dashboard/info.php
CHANGED
@@ -59,7 +59,7 @@ $partner = mt_rand(1,3);
|
|
59 |
<h3><?php _e('Arnan de Gans News & Updates', 'adrotate'); ?></h3>
|
60 |
<div class="postbox-ajdg">
|
61 |
<div class="inside">
|
62 |
-
<p><center><a href="https://www.arnan.me" title="Visit Arnan's website" target="_blank"><img src="<?php echo plugins_url("/images/buttons/1.png", dirname(__FILE__)); ?>" alt="Arnan de Gans website" /></a><a href="https://ajdg.solutions" title="Visit the AdRotate website" target="_blank"><img src="<?php echo plugins_url("/images/buttons/2.png", dirname(__FILE__)); ?>" alt="AJdG Solutions website" /></a><a href="https://
|
63 |
<?php wp_widget_rss_output(array(
|
64 |
'url' => 'http://ajdg.solutions/feed/',
|
65 |
'items' => 3,
|
@@ -70,6 +70,17 @@ $partner = mt_rand(1,3);
|
|
70 |
</div>
|
71 |
</div>
|
72 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
73 |
</div>
|
74 |
</div>
|
75 |
|
@@ -120,17 +131,6 @@ $partner = mt_rand(1,3);
|
|
120 |
</div>
|
121 |
</div>
|
122 |
|
123 |
-
<h3><?php _e('Sponsored offers', 'adrotate'); ?></h3>
|
124 |
-
<div class="postbox-ajdg">
|
125 |
-
<div class="inside">
|
126 |
-
<p><center><a rel="nofollow" href="https://ajdg.solutions/go/dropbox/"><img src="<?php echo plugins_url("/images/offers/dropbox.jpg", dirname(__FILE__)); ?>" width="440" alt="Dropbox.com"></a></center></p>
|
127 |
-
<p><center><a rel="nofollow" href="https://ajdg.solutions/go/namecheap/"><img src="<?php echo plugins_url("/images/offers/namecheap-ssl.jpg", dirname(__FILE__)); ?>" width="440" alt="Namecheap.com"></a></center></p>
|
128 |
-
|
129 |
-
<center><small><em><?php _e('These are affiliate banners, clicking them costs you nothing but it helps me and AdRotate a lot!', 'adrotate'); ?></em></small></center>
|
130 |
-
|
131 |
-
</div>
|
132 |
-
</div>
|
133 |
-
|
134 |
</div>
|
135 |
</div>
|
136 |
|
59 |
<h3><?php _e('Arnan de Gans News & Updates', 'adrotate'); ?></h3>
|
60 |
<div class="postbox-ajdg">
|
61 |
<div class="inside">
|
62 |
+
<p><center><a href="https://www.arnan.me" title="Visit Arnan's website" target="_blank"><img src="<?php echo plugins_url("/images/buttons/1.png", dirname(__FILE__)); ?>" alt="Arnan de Gans website" /></a><a href="https://ajdg.solutions" title="Visit the AdRotate website" target="_blank"><img src="<?php echo plugins_url("/images/buttons/2.png", dirname(__FILE__)); ?>" alt="AJdG Solutions website" /></a><a href="https://www.facebook.com/ajdgpremiumsupport/" title="AJdG Solutions on Facebook" target="_blank"><img src="<?php echo plugins_url("/images/buttons/4.png", dirname(__FILE__)); ?>" alt="AJdG Solutions on Facebook" /></a></center></p>
|
63 |
<?php wp_widget_rss_output(array(
|
64 |
'url' => 'http://ajdg.solutions/feed/',
|
65 |
'items' => 3,
|
70 |
</div>
|
71 |
</div>
|
72 |
|
73 |
+
<h3><?php _e('Sponsored offers', 'adrotate'); ?></h3>
|
74 |
+
<div class="postbox-ajdg">
|
75 |
+
<div class="inside">
|
76 |
+
<p><center><a rel="nofollow" href="https://ajdg.solutions/go/dropbox/"><img src="<?php echo plugins_url("/images/offers/dropbox.jpg", dirname(__FILE__)); ?>" width="440" alt="Dropbox.com"></a></center></p>
|
77 |
+
<p><center><a rel="nofollow" href="https://ajdg.solutions/go/namecheap/"><img src="<?php echo plugins_url("/images/offers/namecheap-ssl.jpg", dirname(__FILE__)); ?>" width="440" alt="Namecheap.com"></a></center></p>
|
78 |
+
|
79 |
+
<center><small><em><?php _e('These are affiliate banners, clicking them costs you nothing but it helps me and AdRotate a lot!', 'adrotate'); ?></em></small></center>
|
80 |
+
|
81 |
+
</div>
|
82 |
+
</div>
|
83 |
+
|
84 |
</div>
|
85 |
</div>
|
86 |
|
131 |
</div>
|
132 |
</div>
|
133 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
134 |
</div>
|
135 |
</div>
|
136 |
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ 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: 4.9
|
7 |
-
Stable tag: 4.13
|
8 |
License: GPLv3
|
9 |
|
10 |
Monetise your website with adverts while keeping things simple. Start making money today!
|
@@ -98,12 +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 FREE =
|
102 |
-
* [
|
103 |
-
* [
|
104 |
-
* [change]
|
105 |
-
* [change] Removed unused database options from wp_options
|
106 |
-
* [i18n] Updated language files
|
107 |
|
108 |
= 4.14 PRO =
|
109 |
* [fix] Advertisers having control over their own permissions
|
@@ -116,11 +114,9 @@ All recent changes are available on the [AdRotate website](https://ajdg.solution
|
|
116 |
|
117 |
== Upgrade Notice ==
|
118 |
|
119 |
-
* [
|
120 |
-
* [
|
121 |
-
* [change]
|
122 |
-
* [change] Removed unused database options from wp_options
|
123 |
-
* [i18n] Updated language files
|
124 |
|
125 |
== Screenshots ==
|
126 |
|
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.9
|
7 |
+
Stable tag: 4.13.1
|
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.1 FREE =
|
102 |
+
* [fix] Premium Support promo listing the wrong price
|
103 |
+
* [fix] Social links pointing to the wrong facebook account
|
104 |
+
* [change] Removed Telegram as a contact option
|
|
|
|
|
105 |
|
106 |
= 4.14 PRO =
|
107 |
* [fix] Advertisers having control over their own permissions
|
114 |
|
115 |
== Upgrade Notice ==
|
116 |
|
117 |
+
* [fix] Premium Support promo listing the wrong price
|
118 |
+
* [fix] Social links pointing to the wrong facebook account
|
119 |
+
* [change] Removed Telegram as a contact option
|
|
|
|
|
120 |
|
121 |
== Screenshots ==
|
122 |
|