Plugin Directory

Changeset 1878325


Ignore:
Timestamp:
05/21/2018 10:39:11 AM (8 years ago)
Author:
devdmkr
Message:

update

Location:
prime-ads/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • prime-ads/trunk/prime-ads.php

    r1878235 r1878325  
    33    Plugin Name: Prime Ads
    44    Description: Вывод рекламы с сервиса Prime Ads
    5     Version: 2.3.3
     5    Version: 2.3.4
    66    Author: Proffit
    77    Author URI: http://proffit.guru/
     
    1919use AdsNS\SxGeo\SxGeo;
    2020
    21 define('ADS_VERSION', '2.3.3');
     21define('ADS_VERSION', '2.3.4');
    2222define('ADS_DB_VERSION', '2.3.3');
    2323define('ADS_PATH', realpath(__DIR__));
     
    279279    {
    280280        if(strpos($_SERVER['HTTP_REFERER'], 'iframe-toloka.com')){
    281             wp_die();
     281            return;
    282282        }
    283283        $this->_adsHelper->setScreenWidth(intVal($_POST['width']));
     
    300300    {
    301301        if(strpos($_SERVER['HTTP_REFERER'], 'iframe-toloka.com')){
    302             wp_die();
     302            return;
    303303        }
    304304        if(intVal($_POST['id']) > 0){
  • prime-ads/trunk/readme.txt

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