From ef2dd8d72efa52f46aac7591b753047293d112ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20J=C3=B3=C5=BAwiak?= Date: Thu, 27 Dec 2018 11:31:54 +0100 Subject: [PATCH] Composer and readme update --- README.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d1d850..41cebe0 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,9 @@ $language->setLang('pl'); for setting language $language->l('pay'); to echo translated key ``` +##Logs +This library provides automatic logging mechanism. The log files are created for each day separately under 'Logs' directory. + ## License This library is released under the [MIT License](http://www.opensource.org/licenses/MIT) diff --git a/composer.json b/composer.json index 6288e84..58d1953 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "type": "library", "license": "LGPL-3.0", "description": "tpay.com library", - "version": "2.0.7", + "version": "2.1.0", "extra": [ { "engine": "PHP SDK"