Changeset 1738302
- Timestamp:
- 09/29/2017 10:09:06 AM (9 years ago)
- Location:
- prime-ads/trunk
- Files:
-
- 3 edited
-
jci/functions.js (modified) (1 diff)
-
prime-ads.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
prime-ads/trunk/jci/functions.js
r1622865 r1738302 38 38 prma_window_width = $(window).width(); 39 39 checkMobileBlockHeight(); 40 $('body').on('mouseup', ' .prma-count', function(event) {40 $('body').on('mouseup', 'div[data-group] a', function(event) { 41 41 linkCount($(this)); 42 42 }); -
prime-ads/trunk/prime-ads.php
r1635390 r1738302 3 3 Plugin Name: Prime Ads 4 4 Description: Вывод рекламы с сервиса Prime Ads 5 Version: 1.8. 65 Version: 1.8.7 6 6 Author: Proffit 7 7 Author URI: http://proffit.guru/ … … 20 20 21 21 $upload_dir = wp_upload_dir (); 22 define('ADS_VERSION', '1.8. 6');22 define('ADS_VERSION', '1.8.7'); 23 23 define('ADS_DB_VERSION', '1.7.8'); 24 24 define('ADS_PATH', realpath(__DIR__)); -
prime-ads/trunk/readme.txt
r1635390 r1738302 7 7 Requires at least: 4.0 8 8 Tested up to: 4.6 9 Stable tag: 1.8. 69 Stable tag: 1.8.7 10 10 11 11 Ответная часть сервиса монитизации Prime Ads (http://primeads.ru)
Note: See TracChangeset
for help on using the changeset viewer.