Changeset 1856265
- Timestamp:
- 04/11/2018 08:09:31 AM (8 years ago)
- Location:
- prime-ads/trunk
- Files:
-
- 3 edited
-
inc/services/AdsHelper.php (modified) (1 diff)
-
prime-ads.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
prime-ads/trunk/inc/services/AdsHelper.php
r1856247 r1856265 168 168 $deviceCond = ''; 169 169 if($this->device){ 170 $deviceCond = ' AND (`devices`="" ';170 $deviceCond = ' AND (`devices`="" OR `devices` is NULL'; 171 171 foreach ($this->device as $d) { 172 172 $deviceCond .= ' OR `devices` LIKE "%[' . $d . ']%"'; -
prime-ads/trunk/prime-ads.php
r1856247 r1856265 3 3 Plugin Name: Prime Ads 4 4 Description: Вывод рекламы с сервиса Prime Ads 5 Version: 2.2. 25 Version: 2.2.3 6 6 Author: Proffit 7 7 Author URI: http://proffit.guru/ … … 19 19 use AdsNS\SxGeo\SxGeo; 20 20 21 define('ADS_VERSION', '2.2. 2');21 define('ADS_VERSION', '2.2.3'); 22 22 define('ADS_DB_VERSION', '2.2.2'); 23 23 define('ADS_PATH', realpath(__DIR__)); -
prime-ads/trunk/readme.txt
r1856247 r1856265 7 7 Requires at least: 4.0 8 8 Tested up to: 4.7 9 Stable tag: 2.2. 29 Stable tag: 2.2.3 10 10 11 11 Ответная часть сервиса монитизации Prime Ads (http://primeads.ru)
Note: See TracChangeset
for help on using the changeset viewer.