Plugin Directory

Changeset 1856265


Ignore:
Timestamp:
04/11/2018 08:09:31 AM (8 years ago)
Author:
devdmkr
Message:

update

Location:
prime-ads/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • prime-ads/trunk/inc/services/AdsHelper.php

    r1856247 r1856265  
    168168        $deviceCond = '';
    169169        if($this->device){
    170             $deviceCond = ' AND (`devices`=""';
     170            $deviceCond = ' AND (`devices`="" OR `devices` is NULL';
    171171            foreach ($this->device as $d) {
    172172                $deviceCond .= ' OR `devices` LIKE "%[' . $d . ']%"';
  • prime-ads/trunk/prime-ads.php

    r1856247 r1856265  
    33    Plugin Name: Prime Ads
    44    Description: Вывод рекламы с сервиса Prime Ads
    5     Version: 2.2.2
     5    Version: 2.2.3
    66    Author: Proffit
    77    Author URI: http://proffit.guru/
     
    1919use AdsNS\SxGeo\SxGeo;
    2020
    21 define('ADS_VERSION', '2.2.2');
     21define('ADS_VERSION', '2.2.3');
    2222define('ADS_DB_VERSION', '2.2.2');
    2323define('ADS_PATH', realpath(__DIR__));
  • prime-ads/trunk/readme.txt

    r1856247 r1856265  
    77Requires at least: 4.0
    88Tested up to: 4.7
    9 Stable tag: 2.2.2
     9Stable tag: 2.2.3
    1010
    1111Ответная часть сервиса монитизации Prime Ads (http://primeads.ru)
Note: See TracChangeset for help on using the changeset viewer.