Commit 9ddccc4a authored by Vadim's avatar Vadim

Версия 0.4.2

Небольшие исправления
parent 5313c751
......@@ -38,7 +38,7 @@ if ( !defined('ABSPATH') ) {
die( 'Sorry, you are not allowed to access this page directly.' );
}
define('BG_COUNTER_VERSION', '0.4.1');
define('BG_COUNTER_VERSION', '0.4.2');
define('BG_COUNTER_LOG', dirname(__FILE__ ).'/bg_counter.log');
define('BG_COUNTER_STAT_COUNTERS','https://stat.azbyka.ru/counters');
define('BG_COUNTER_STAT_RAITING','https://stat.azbyka.ru/rating');
......@@ -55,6 +55,7 @@ function bg_counter_deinstall() {
delete_option('bg_counter_options');
delete_option('bg_wppp_loaded');
delete_option('bg_archive_status');
delete_option('bg_counter_period');
}
if (!isset($project)) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment