Commit b62314f2 authored by Vadim's avatar Vadim

Version 2.6.1

Худо
parent e6f5bde3
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
Plugin Name: Bg Az-Counter Plugin Name: Bg Az-Counter
Plugin URI: https://bogaiskov.ru Plugin URI: https://bogaiskov.ru
Description: Подсчет количества посещений страниц на базе stat.azbyka.ru Description: Подсчет количества посещений страниц на базе stat.azbyka.ru
Version: 2.6 Version: 2.6.1
Author: VBog Author: VBog
Author URI: https://bogaiskov.ru Author URI: https://bogaiskov.ru
License: GPL2 License: GPL2
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
if ( !defined('ABSPATH') ) { if ( !defined('ABSPATH') ) {
die( 'Sorry, you are not allowed to access this page directly.' ); die( 'Sorry, you are not allowed to access this page directly.' );
} }
define('BG_COUNTER_VERSION', '2.6'); define('BG_COUNTER_VERSION', '2.6.1');
define('BG_COUNTER_LOG', dirname(__FILE__ ).'/bg_counter.log'); define('BG_COUNTER_LOG', dirname(__FILE__ ).'/bg_counter.log');
define('BG_COUNTER_STAT_COUNTERS','https://stat.azbyka.ru/counters'); define('BG_COUNTER_STAT_COUNTERS','https://stat.azbyka.ru/counters');
...@@ -124,7 +124,7 @@ function bg_counter_enqueue_frontend_scripts () { ...@@ -124,7 +124,7 @@ function bg_counter_enqueue_frontend_scripts () {
'votes2' => 'голоcа', 'votes2' => 'голоcа',
'vote1' => 'голос', 'vote1' => 'голос',
'voted' => 'Вы уже проголосовали', 'voted' => 'Вы уже проголосовали',
'price' => array("тяжко", "слабо", "сносно", "достойно", "чудесно"), 'price' => array("худо", "слабо", "сносно", "достойно", "чудесно"),
'debug' => ((int) $option['debug'])?true:false // Выводить или нет инфу в консоль 'debug' => ((int) $option['debug'])?true:false // Выводить или нет инфу в консоль
) )
); );
......
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