Plugin Directory

Changeset 1843499


Ignore:
Timestamp:
03/20/2018 01:43:15 PM (8 years ago)
Author:
devdmkr
Message:

update

Location:
prime-ads/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • prime-ads/trunk/inc/views/admin/index.phtml

    r1842691 r1843499  
    256256        <?php endif;?>
    257257
    258         <?php if($tizers):print_r($groups);?>
     258        <?php if($tizers):?>
    259259            <h4>Тизеры</h4>
    260260            <table class="table table-striped table-bordered">
     
    391391                        </td>
    392392                    </tr>
    393                     <tr><td colspan="6"><?php echo '<style>' . $comment->css . '</style>'; echo $template;?></td>
     393                    <tr><td colspan="6"><?php echo '<style>' . $comment->css . '</style>'; echo str_replace('{{time}}','',$template);?></td>
    394394                <?endforeach;?>
    395395            </table>
  • prime-ads/trunk/prime-ads.php

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

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