Plugin Directory

Changeset 1838590


Ignore:
Timestamp:
03/12/2018 12:08:06 PM (8 years ago)
Author:
devdmkr
Message:

update

Location:
prime-ads/trunk
Files:
4 edited

Legend:

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

    r1819069 r1838590  
    654654        if($width >= 768 && $width < 1024) $this->screenWidth = '768-1023';
    655655        if($width >= 1024) $this->screenWidth = '>1024';
     656        if($width >= 1280) $this->screenWidth = '>1280';
     657        if($width >= 1440) $this->screenWidth = '>1440';
     658        if($width >= 1920) $this->screenWidth = '>1920';
    656659    }
    657660
  • prime-ads/trunk/inc/services/ApiHandler.php

    r1824398 r1838590  
    326326        include_once(ABSPATH . 'wp-admin/includes/admin.php');
    327327        require_once(ABSPATH . 'wp-admin/includes/class-wp-upgrader.php');
     328        require_once(ABSPATH . 'wp-admin/includes/plugin.php');
    328329
    329330        if (function_exists('get_site_transient'))
  • prime-ads/trunk/prime-ads.php

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

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