Version Description
= 3.13.2 / 3.13.3 = * [fix] HTML files not listed in Asset Folder dropdown * [fix] Post Injection not always working if using multiple groups * [fix] Post Injection showing too much adverts between paragraphs
All recent changes are available on the AdRotate website.
Download this release
Release Info
Developer | adegans |
Plugin | AdRotate Banner Manager |
Version | 3.13.3 |
Comparing to | |
See all releases |
Code changes from version 3.13.2 to 3.13.3
- adrotate-output.php +5 -0
- adrotate.php +2 -2
- readme.txt +4 -3
adrotate-output.php
CHANGED
@@ -140,6 +140,11 @@ function adrotate_group($group_ids, $fallback = 0, $weight = 0, $site = 0) {
|
|
140 |
|
141 |
$output .= '<div class="g g-'.$group->id.'">';
|
142 |
|
|
|
|
|
|
|
|
|
|
|
143 |
if($group->modus == 1) { // Dynamic ads
|
144 |
$i = 1;
|
145 |
|
140 |
|
141 |
$output .= '<div class="g g-'.$group->id.'">';
|
142 |
|
143 |
+
// Kill dynamic mode for mobile users
|
144 |
+
if($group->modus == 1 AND (adrotate_is_mobile() OR adrotate_is_tablet())) {
|
145 |
+
$group->modus = 0;
|
146 |
+
}
|
147 |
+
|
148 |
if($group->modus == 1) { // Dynamic ads
|
149 |
$i = 1;
|
150 |
|
adrotate.php
CHANGED
@@ -7,7 +7,7 @@ Author URI: http://ajdg.solutions/?pk_campaign=adrotatefree-pluginpage
|
|
7 |
Description: The popular choice for monetizing your website with adverts while keeping things simple. Start making money today!
|
8 |
Text Domain: adrotate
|
9 |
Domain Path: /languages/
|
10 |
-
Version: 3.13.
|
11 |
License: GPLv3
|
12 |
*/
|
13 |
|
@@ -22,7 +22,7 @@ License: GPLv3
|
|
22 |
------------------------------------------------------------------------------------ */
|
23 |
|
24 |
/*--- AdRotate values ---------------------------------------*/
|
25 |
-
define("ADROTATE_DISPLAY", '3.13.
|
26 |
define("ADROTATE_VERSION", 380);
|
27 |
define("ADROTATE_DB_VERSION", 53);
|
28 |
/*-----------------------------------------------------------*/
|
7 |
Description: The popular choice for monetizing your website with adverts while keeping things simple. Start making money today!
|
8 |
Text Domain: adrotate
|
9 |
Domain Path: /languages/
|
10 |
+
Version: 3.13.3
|
11 |
License: GPLv3
|
12 |
*/
|
13 |
|
22 |
------------------------------------------------------------------------------------ */
|
23 |
|
24 |
/*--- AdRotate values ---------------------------------------*/
|
25 |
+
define("ADROTATE_DISPLAY", '3.13.3');
|
26 |
define("ADROTATE_VERSION", 380);
|
27 |
define("ADROTATE_DB_VERSION", 53);
|
28 |
/*-----------------------------------------------------------*/
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://meandmymac.net/donate/?pk_campaign=adrotatefree-readme
|
|
4 |
Tags: ads, banner, commercial, admin, advertise, adrotator, plugin, random, rotator, ad, advertising, advertisement, block, blocks, advertiser, publisher, adsense, geo, geolocation, geotarget, chitika, clickbank, broadstreet, banner manager,advert manager, campaign manager, export, import, telize, maxmind, referrer, email, menu, statistics, stats, report, advert, adverts, popular, best, great, 2014, geoselect, geobytes, schedules, schedule, monetize, header, widget, javascript, jquery, tracking, clicks, impressions, rotate, zone, zones, sidebar, footer, content, posts, pages, 2015
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.3.1
|
7 |
-
Stable tag: 3.13.
|
8 |
License: GPLv3
|
9 |
|
10 |
The popular choice for monetizing your website with adverts while keeping things simple. Start making money today!
|
@@ -91,7 +91,8 @@ You can also post your questions on the [forum](https://ajdg.solutions/forums/?p
|
|
91 |
|
92 |
Be a Pro and go Pro. With [AdRotate Pro](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme)!
|
93 |
|
94 |
-
= 3.13.2 FREE =
|
|
|
95 |
* [fix] HTML files not listed in Asset Folder dropdown
|
96 |
* [fix] Post Injection not always working if using multiple groups
|
97 |
* [fix] Post Injection showing too much adverts between paragraphs
|
@@ -107,7 +108,7 @@ NOTE: Unsolicited offers, parnterships, job offers, promotional emails or produc
|
|
107 |
|
108 |
== Upgrade Notice ==
|
109 |
|
110 |
-
= 3.13.2 =
|
111 |
* [fix] HTML files not listed in Asset Folder dropdown
|
112 |
* [fix] Post Injection not always working if using multiple groups
|
113 |
* [fix] Post Injection showing too much adverts between paragraphs
|
4 |
Tags: ads, banner, commercial, admin, advertise, adrotator, plugin, random, rotator, ad, advertising, advertisement, block, blocks, advertiser, publisher, adsense, geo, geolocation, geotarget, chitika, clickbank, broadstreet, banner manager,advert manager, campaign manager, export, import, telize, maxmind, referrer, email, menu, statistics, stats, report, advert, adverts, popular, best, great, 2014, geoselect, geobytes, schedules, schedule, monetize, header, widget, javascript, jquery, tracking, clicks, impressions, rotate, zone, zones, sidebar, footer, content, posts, pages, 2015
|
5 |
Requires at least: 3.8
|
6 |
Tested up to: 4.3.1
|
7 |
+
Stable tag: 3.13.3
|
8 |
License: GPLv3
|
9 |
|
10 |
The popular choice for monetizing your website with adverts while keeping things simple. Start making money today!
|
91 |
|
92 |
Be a Pro and go Pro. With [AdRotate Pro](https://ajdg.solutions/products/adrotate-for-wordpress/?pk_campaign=adrotatefree-readme)!
|
93 |
|
94 |
+
= 3.13.2 / 3.13.3 FREE =
|
95 |
+
* [change] Disabled dynamic mode in groups for mobile users
|
96 |
* [fix] HTML files not listed in Asset Folder dropdown
|
97 |
* [fix] Post Injection not always working if using multiple groups
|
98 |
* [fix] Post Injection showing too much adverts between paragraphs
|
108 |
|
109 |
== Upgrade Notice ==
|
110 |
|
111 |
+
= 3.13.2 / 3.13.3 =
|
112 |
* [fix] HTML files not listed in Asset Folder dropdown
|
113 |
* [fix] Post Injection not always working if using multiple groups
|
114 |
* [fix] Post Injection showing too much adverts between paragraphs
|