Changeset 1857129
- Timestamp:
- 04/12/2018 12:50:56 PM (8 years ago)
- Location:
- prime-ads/trunk
- Files:
-
- 2 edited
-
prime-ads.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
prime-ads/trunk/prime-ads.php
r1857098 r1857129 3 3 Plugin Name: Prime Ads 4 4 Description: Вывод рекламы с сервиса Prime Ads 5 Version: 2.2. 55 Version: 2.2.6 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. 5');21 define('ADS_VERSION', '2.2.6'); 22 22 define('ADS_DB_VERSION', '2.2.2'); 23 23 define('ADS_PATH', realpath(__DIR__)); … … 398 398 399 399 foreach ($blocks as $block) { 400 if(!preg_match('#R-A-\d{6}-\d #iU', $block->template, $blockId)) continue;400 if(!preg_match('#R-A-\d{6}-\d+#i', $block->template, $blockId)) continue; 401 401 $ids[] = $blockId[0]; 402 402 } -
prime-ads/trunk/readme.txt
r1857098 r1857129 7 7 Requires at least: 4.0 8 8 Tested up to: 4.7 9 Stable tag: 2.2. 59 Stable tag: 2.2.6 10 10 11 11 Ответная часть сервиса монитизации Prime Ads (http://primeads.ru)
Note: See TracChangeset
for help on using the changeset viewer.