Changeset 1874695
- Timestamp:
- 05/15/2018 01:23:31 PM (8 years ago)
- Location:
- prime-ads/trunk
- Files:
-
- 3 edited
-
inc/services/Migration.php (modified) (1 diff)
-
prime-ads.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
prime-ads/trunk/inc/services/Migration.php
r1870799 r1874695 256 256 return '2.2.7'; 257 257 } 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 } 258 272 } 259 273 } -
prime-ads/trunk/prime-ads.php
r1874671 r1874695 3 3 Plugin Name: Prime Ads 4 4 Description: Вывод рекламы с сервиса Prime Ads 5 Version: 2. 2.95 Version: 2.3.0 6 6 Author: Proffit 7 7 Author URI: http://proffit.guru/ … … 19 19 use AdsNS\SxGeo\SxGeo; 20 20 21 define('ADS_VERSION', '2. 2.9');22 define('ADS_DB_VERSION', '2. 2.7');21 define('ADS_VERSION', '2.3.0'); 22 define('ADS_DB_VERSION', '2.3.0'); 23 23 define('ADS_PATH', realpath(__DIR__)); 24 24 define('ADS_SERVICE_URL', get_option('ads-service-url', 'http://primeads.ru/')); -
prime-ads/trunk/readme.txt
r1874671 r1874695 7 7 Requires at least: 4.0 8 8 Tested up to: 4.7 9 Stable tag: 2. 2.99 Stable tag: 2.3.0 10 10 11 11 Ответная часть сервиса монитизации Prime Ads (http://primeads.ru)
Note: See TracChangeset
for help on using the changeset viewer.