Changeset 1747497
- Timestamp:
- 10/16/2017 09:51:34 PM (8 years ago)
- Location:
- prime-ads/trunk
- Files:
-
- 4 edited
-
inc/services/AdsHelper.php (modified) (1 diff)
-
inc/services/ApiHandler.php (modified) (1 diff)
-
prime-ads.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
prime-ads/trunk/inc/services/AdsHelper.php
r1747413 r1747497 270 270 271 271 if(count($links) > 0) 272 foreach ($links[ 1] as $key => $value){272 foreach ($links[0] as $key => $value){ 273 273 /*$template = preg_replace("#" . preg_quote($value,'#') . "#U", '/' . get_option('ads-link-hash') . '/' . md5('comment' . date('d.m.Y')) . '/' . $block->id . '_' .($key+1) . '.html', $template);*/ 274 274 $template = str_replace($value, '', $template); -
prime-ads/trunk/inc/services/ApiHandler.php
r1747413 r1747497 531 531 if(count($links) > 0){ 532 532 $js .= "var " . $comment->prefix . " = $('#" . $comment->prefix . "').find('span');"; 533 foreach ($links[1] as $key => $value){ 534 $js .= '$(' . $comment->prefix . "[" . $key . "]).on('click',{to:'" . $url . $comment->id . '_' .($key+1) . '.html' . "'}, linkOut);";533 foreach ($links[1] as $key => $value){ 534 $js .= "$('body').on('click', '#" . $comment->prefix . " span', {to:'" . $url . $comment->id . '_' .($key+1) . '.html' . "'}, linkOut);\n"; 535 535 } 536 536 } -
prime-ads/trunk/prime-ads.php
r1747413 r1747497 3 3 Plugin Name: Prime Ads 4 4 Description: Вывод рекламы с сервиса Prime Ads 5 Version: 1.8. 85 Version: 1.8.9 6 6 Author: Proffit 7 7 Author URI: http://proffit.guru/ … … 19 19 use AdsNS\SxGeo\SxGeo; 20 20 21 define('ADS_VERSION', '1.8. 8');21 define('ADS_VERSION', '1.8.9'); 22 22 define('ADS_DB_VERSION', '1.7.9'); 23 23 define('ADS_PATH', realpath(__DIR__)); -
prime-ads/trunk/readme.txt
r1747413 r1747497 7 7 Requires at least: 4.0 8 8 Tested up to: 4.6 9 Stable tag: 1.8. 89 Stable tag: 1.8.9 10 10 11 11 Ответная часть сервиса монитизации Prime Ads (http://primeads.ru)
Note: See TracChangeset
for help on using the changeset viewer.