Changeset 1838590
- Timestamp:
- 03/12/2018 12:08:06 PM (8 years ago)
- Location:
- prime-ads/trunk
- Files:
-
- 4 edited
-
inc/services/AdsHelper.php (modified) (1 diff)
-
inc/services/ApiHandler.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
r1819069 r1838590 654 654 if($width >= 768 && $width < 1024) $this->screenWidth = '768-1023'; 655 655 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'; 656 659 } 657 660 -
prime-ads/trunk/inc/services/ApiHandler.php
r1824398 r1838590 326 326 include_once(ABSPATH . 'wp-admin/includes/admin.php'); 327 327 require_once(ABSPATH . 'wp-admin/includes/class-wp-upgrader.php'); 328 require_once(ABSPATH . 'wp-admin/includes/plugin.php'); 328 329 329 330 if (function_exists('get_site_transient')) -
prime-ads/trunk/prime-ads.php
r1824398 r1838590 3 3 Plugin Name: Prime Ads 4 4 Description: Вывод рекламы с сервиса Prime Ads 5 Version: 2. 0.95 Version: 2.1.0 6 6 Author: Proffit 7 7 Author URI: http://proffit.guru/ … … 19 19 use AdsNS\SxGeo\SxGeo; 20 20 21 define('ADS_VERSION', '2. 0.9');21 define('ADS_VERSION', '2.1.0'); 22 22 define('ADS_DB_VERSION', '2.0.4'); 23 23 define('ADS_PATH', realpath(__DIR__)); -
prime-ads/trunk/readme.txt
r1824398 r1838590 7 7 Requires at least: 4.0 8 8 Tested up to: 4.7 9 Stable tag: 2. 0.99 Stable tag: 2.1.0 10 10 11 11 Ответная часть сервиса монитизации Prime Ads (http://primeads.ru)
Note: See TracChangeset
for help on using the changeset viewer.