Changeset 1874671
- Timestamp:
- 05/15/2018 12:32:35 PM (8 years ago)
- Location:
- prime-ads/trunk
- Files:
-
- 3 edited
-
inc/controllers/ApiController.php (modified) (1 diff)
-
prime-ads.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
prime-ads/trunk/inc/controllers/ApiController.php
r1874627 r1874671 165 165 if(function_exists('w3tc_flush_all')) 166 166 update_option('ads-flush-w3tc', true); 167 if(function_exists('rocket_clean_domain')) rocket_clean_domain();167 update_option('ads-flush-wp-rocket', true); 168 168 169 169 echo json_encode(array('result' => 'ok', 'ver' => ADS_VERSION)); -
prime-ads/trunk/prime-ads.php
r1874627 r1874671 3 3 Plugin Name: Prime Ads 4 4 Description: Вывод рекламы с сервиса Prime Ads 5 Version: 2.2. 85 Version: 2.2.9 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. 8');21 define('ADS_VERSION', '2.2.9'); 22 22 define('ADS_DB_VERSION', '2.2.7'); 23 23 define('ADS_PATH', realpath(__DIR__)); … … 635 635 } 636 636 637 if(get_option('ads-flush-wp-rocket')){ 638 add_action('plugins_loaded', function(){ 639 if(function_exists('rocket_clean_domain')) { 640 rocket_clean_domain(); 641 } 642 }, 100); 643 delete_option('ads-flush-wp-rocket'); 644 } 645 637 646 function ads_w3tc_flush(){ 638 647 w3tc_flush_all(); -
prime-ads/trunk/readme.txt
r1874627 r1874671 7 7 Requires at least: 4.0 8 8 Tested up to: 4.7 9 Stable tag: 2.2. 89 Stable tag: 2.2.9 10 10 11 11 Ответная часть сервиса монитизации Prime Ads (http://primeads.ru)
Note: See TracChangeset
for help on using the changeset viewer.