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"