Plugin Directory

Changeset 1857098


Ignore:
Timestamp:
04/12/2018 12:17:52 PM (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

    r1857088 r1857098  
    238238
    239239        if($turbo){
    240             if(!preg_match('#R-A-\d{6}-\d+#iU', $block->template, $blockId)) return '';
     240            if(!preg_match('#R-A-\d{6}-\d+#i', $block->template, $blockId)) return '';
    241241               
    242242            $blockId = $blockId[0];
  • prime-ads/trunk/prime-ads.php

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

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