From 78e1e460c054f14f9131fb2cdae93d85a4096c49 Mon Sep 17 00:00:00 2001 From: yamachan Date: Sun, 4 Sep 2016 21:54:11 +0900 Subject: [PATCH] fixed a bug --- README.md | 2 +- VERSION | 2 +- clickheat_config.php | 2 +- plugin.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 plugin.json diff --git a/README.md b/README.md index a9c565d..bd4c783 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/VERSION b/VERSION index 84aa3a7..82551ad 100755 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.8 \ No newline at end of file +0.1.9 \ No newline at end of file diff --git a/clickheat_config.php b/clickheat_config.php index dddc7a9..8dc3b2d 100755 --- a/clickheat_config.php +++ b/clickheat_config.php @@ -19,5 +19,5 @@ 'hideFlashes' => true, 'yesterday' => false, 'alpha' => 80, - 'version' => '0.1.8', + 'version' => '0.1.9', ); \ No newline at end of file diff --git a/plugin.json b/plugin.json old mode 100644 new mode 100755 index e759452..15b7aea --- a/plugin.json +++ b/plugin.json @@ -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"],