From 1dedd907aa59ab11b81470548c83d7273e24b436 Mon Sep 17 00:00:00 2001 From: Basil Suter Date: Mon, 5 Mar 2018 13:43:12 +0100 Subject: [PATCH] 1.0 release --- CHANGELOG.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a7eddf0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,7 @@ +# CHANGELOG + +All notable changes to this project will be documented in this file. This project make usage of the [Yii Versioning Strategy](https://github.com/yiisoft/yii2/blob/master/docs/internals/versions.md). In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md). + +## 1.0.0 (5. March 2018) + ++ First stable release \ No newline at end of file diff --git a/README.md b/README.md index 271fb63..cf2da79 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Provide TrackingCode implementation Widget and Admin-Dashboard object to see lat For the installation of modules Composer is required. ```sh -composer require luyadev/luya-module-matomo:dev-master +composer require luyadev/luya-module-matomo ``` In order to add the modules to your project go into the modules section of your config: