fixed a bug

This commit is contained in:
yamachan 2016-09-04 21:54:11 +09:00
parent 5ad1e061c2
commit 78e1e460c0
4 changed files with 4 additions and 4 deletions

View file

@ -76,7 +76,7 @@ You can see the log in yourpiwik/tmp/logs/piwik.log.
* security update
* rename clickheat.php to clickheat_config.php (Windows mixes up ClickHeat.php with clickheat.php)
* 0.1.7 fixed bug
* 0.1.8 fixed bug
* 0.1.9 fixed bug
## License
GPL v3 or later

View file

@ -1 +1 @@
0.1.8
0.1.9

View file

@ -19,5 +19,5 @@
'hideFlashes' => true,
'yesterday' => false,
'alpha' => 80,
'version' => '0.1.8',
'version' => '0.1.9',
);

2
plugin.json Normal file → Executable file
View file

@ -1,7 +1,7 @@
{
"name": "ClickHeat",
"homepage": "http://piwikjapan.org",
"version": "0.1.7",
"version": "0.1.9",
"description": "ClickHeat is a visual heatmap of clicks on a HTML page. This plugin based on Dugwood's ClickHeat version 1.14. Plugin not consider IIS. Sorry.",
"theme": false,
"keywords": ["clickheat", "heatmap", "dugwood", "piwikjapan", "YAMAMOTO Takashi"],