Changeset 1843499
- Timestamp:
- 03/20/2018 01:43:15 PM (8 years ago)
- Location:
- prime-ads/trunk
- Files:
-
- 3 edited
-
inc/views/admin/index.phtml (modified) (2 diffs)
-
prime-ads.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
prime-ads/trunk/inc/views/admin/index.phtml
r1842691 r1843499 256 256 <?php endif;?> 257 257 258 <?php if($tizers): print_r($groups);?>258 <?php if($tizers):?> 259 259 <h4>Тизеры</h4> 260 260 <table class="table table-striped table-bordered"> … … 391 391 </td> 392 392 </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> 394 394 <?endforeach;?> 395 395 </table> -
prime-ads/trunk/prime-ads.php
r1842691 r1843499 3 3 Plugin Name: Prime Ads 4 4 Description: Вывод рекламы с сервиса Prime Ads 5 Version: 2.1. 65 Version: 2.1.7 6 6 Author: Proffit 7 7 Author URI: http://proffit.guru/ … … 19 19 use AdsNS\SxGeo\SxGeo; 20 20 21 define('ADS_VERSION', '2.1. 6');21 define('ADS_VERSION', '2.1.7'); 22 22 define('ADS_DB_VERSION', '2.1.4'); 23 23 define('ADS_PATH', realpath(__DIR__)); -
prime-ads/trunk/readme.txt
r1842691 r1843499 7 7 Requires at least: 4.0 8 8 Tested up to: 4.7 9 Stable tag: 2.1. 69 Stable tag: 2.1.7 10 10 11 11 Ответная часть сервиса монитизации Prime Ads (http://primeads.ru)
Note: See TracChangeset
for help on using the changeset viewer.