This commit is contained in:
yamachan 2016-08-30 19:32:40 +09:00
parent b5614febd2
commit 86f5797387
5 changed files with 5 additions and 6 deletions

1
Controller.php Normal file → Executable file
View file

@ -16,7 +16,6 @@ use Piwik\Translate;
use Piwik\Piwik;
use Piwik\Common;
use Piwik\View;
ёё
class Controller extends \Piwik\Plugin\Controller
{

4
README.md Normal file → Executable file
View file

@ -75,10 +75,10 @@ You can see the log in yourpiwik/tmp/logs/piwik.log.
* 0.1.6
* security update
* rename clickheat.php to clickheat_config.php (Windows mixes up ClickHeat.php with clickheat.php)
* 0.1.7 fixed bug
## License
GPL v3 or later
## Support
Please direct any feedback to [yamachan@piwikjapan.org](mailto:yamachan@piwikjapan.org).
ё
Please direct any feedback to [yamachan@piwikjapan.org](mailto:yamachan@piwikjapan.org).

2
VERSION Normal file → Executable file
View file

@ -1 +1 @@
0.1.6
0.1.7

2
clickheat_config.php Normal file → Executable file
View file

@ -19,5 +19,5 @@
'hideFlashes' => true,
'yesterday' => false,
'alpha' => 80,
'version' => '0.1.6',
'version' => '0.1.7',
); ?>

2
plugin.json Normal file → Executable file
View file

@ -1,7 +1,7 @@
{
"name": "ClickHeat",
"homepage": "http://piwikjapan.org",
"version": "0.1.6",
"version": "0.1.7",
"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"],