From 449c928ea7d68d39def611b2862084dfb042afa1 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Thu, 6 Dec 2018 20:07:21 +0700 Subject: [PATCH] exec bit and readmes --- CHANGELOG.md | 11 +++++++++++ README | 3 --- README.md | 14 +------------- VERSION | 0 clickheat_config.php | 0 plugin.json | 0 6 files changed, 12 insertions(+), 16 deletions(-) create mode 100644 CHANGELOG.md delete mode 100644 README mode change 100755 => 100644 README.md mode change 100755 => 100644 VERSION mode change 100755 => 100644 clickheat_config.php mode change 100755 => 100644 plugin.json diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..af6b81d --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ +## Changelog + +* 0.1.0 First beta +* 0.1.2 to append faq +* 0.1.3 to append faq +* 0.1.5 to add .htaccess +* 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 +* 0.1.9 fixed bug diff --git a/README b/README deleted file mode 100644 index 82d901e..0000000 --- a/README +++ /dev/null @@ -1,3 +0,0 @@ -Please read instructions on http://www.dugwood.com/clickheat/ - -This software is GPL Open Source. More info on rights linked to this software in the LICENSE file or on http://www.opensource.org/licenses/gpl-license.php diff --git a/README.md b/README.md old mode 100755 new mode 100644 index bd4c783..0b215b1 --- a/README.md +++ b/README.md @@ -66,20 +66,8 @@ debug=1 ``` You can see the log in yourpiwik/tmp/logs/piwik.log. -## Changelog - -* 0.1.0 First beta -* 0.1.2 to append faq -* 0.1.3 to append faq -* 0.1.5 to add .htaccess -* 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 -* 0.1.9 fixed bug - ## License GPL v3 or later ## Support -Please direct any feedback to [yamachan@piwikjapan.org](mailto:yamachan@piwikjapan.org). \ No newline at end of file +Please direct any feedback to [yamachan@piwikjapan.org](mailto:yamachan@piwikjapan.org). diff --git a/VERSION b/VERSION old mode 100755 new mode 100644 diff --git a/clickheat_config.php b/clickheat_config.php old mode 100755 new mode 100644 diff --git a/plugin.json b/plugin.json old mode 100755 new mode 100644