Plugin Directory

Changeset 1874695


Ignore:
Timestamp:
05/15/2018 01:23:31 PM (8 years ago)
Author:
devdmkr
Message:

update

Location:
prime-ads/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • prime-ads/trunk/inc/services/Migration.php

    r1870799 r1874695  
    256256            return '2.2.7';
    257257        }
     258
     259        if($ver == '2.2.7'){
     260            add_action('plugins_loaded', function(){
     261                global $wp_cache_config_file;
     262                if(function_exists('wp_cache_replace_line')){
     263                    wp_cache_replace_line('^ *\$wp_super_cache_late_init', "\$wp_super_cache_late_init = 0;", $wp_cache_config_file);
     264
     265                    wp_cache_replace_line('^ *\$wp_cache_mfunc_enabled', "\$wp_cache_mfunc_enabled = 0;", $wp_cache_config_file);
     266                }
     267            });
     268
     269            update_option('ads-db-verison', '2.3.0');
     270            return '2.3.0';
     271        }
    258272    }
    259273}
  • prime-ads/trunk/prime-ads.php

    r1874671 r1874695  
    33    Plugin Name: Prime Ads
    44    Description: Вывод рекламы с сервиса Prime Ads
    5     Version: 2.2.9
     5    Version: 2.3.0
    66    Author: Proffit
    77    Author URI: http://proffit.guru/
     
    1919use AdsNS\SxGeo\SxGeo;
    2020
    21 define('ADS_VERSION', '2.2.9');
    22 define('ADS_DB_VERSION', '2.2.7');
     21define('ADS_VERSION', '2.3.0');
     22define('ADS_DB_VERSION', '2.3.0');
    2323define('ADS_PATH', realpath(__DIR__));
    2424define('ADS_SERVICE_URL', get_option('ads-service-url', 'http://primeads.ru/'));
  • prime-ads/trunk/readme.txt

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