From 9c2bdf99996cd07e2768316c92fad2dc281674b0 Mon Sep 17 00:00:00 2001 From: Antonio Carlos Ribeiro Date: Tue, 23 Aug 2016 17:59:01 +0000 Subject: [PATCH] Update docs --- changelog.md | 7 +++++++ readme.md | 6 ++++++ upgrading.md | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index ae6ad1d1..c9bee3a1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.9] - 2016-08-23 +### Added +- Support for multiple authentication drivers +### Fixed +- Migrations for languages +- Query log for Laravel 5.2 and Laravel 5.3 + ## [2.0.6] - 2016-08-23 ### Added - Changed to PSR-2 using StyleCI diff --git a/readme.md b/readme.md index 3c6ab1d9..b47e3984 100644 --- a/readme.md +++ b/readme.md @@ -572,6 +572,12 @@ Tracker has a lot of logging options, but you need to decide what you want to lo It is responsible for logging page hits and sessions, basically the client IP address. +## Multiple authentication drivers + +You just have to all your auth IOC bidings to the array: + + 'authentication_ioc_binding' => ['auth', 'admin'], + ## Stats Panel To use the stats panel on your website you'll need to download the sb-admin 2 sources to your public folder: diff --git a/upgrading.md b/upgrading.md index 0f8b6723..ca502fda 100644 --- a/upgrading.md +++ b/upgrading.md @@ -1,6 +1,6 @@ # Laravel Stats Tracker Upgrading Guide -## to 2.0.4 +## from 2.0.x to 2.0.4 or 2.0.9 ####Run Artisan tracker:tables command