Plugin Directory

Changeset 1738302


Ignore:
Timestamp:
09/29/2017 10:09:06 AM (9 years ago)
Author:
devdmkr
Message:

update

Location:
prime-ads/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • prime-ads/trunk/jci/functions.js

    r1622865 r1738302  
    3838    prma_window_width = $(window).width();
    3939    checkMobileBlockHeight();
    40     $('body').on('mouseup', '.prma-count', function(event) {
     40    $('body').on('mouseup', 'div[data-group] a', function(event) {
    4141        linkCount($(this));
    4242    });
  • prime-ads/trunk/prime-ads.php

    r1635390 r1738302  
    33    Plugin Name: Prime Ads
    44    Description: Вывод рекламы с сервиса Prime Ads
    5     Version: 1.8.6
     5    Version: 1.8.7
    66    Author: Proffit
    77    Author URI: http://proffit.guru/
     
    2020
    2121$upload_dir = wp_upload_dir ();
    22 define('ADS_VERSION', '1.8.6');
     22define('ADS_VERSION', '1.8.7');
    2323define('ADS_DB_VERSION', '1.7.8');
    2424define('ADS_PATH', realpath(__DIR__));
  • prime-ads/trunk/readme.txt

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