From 371dbc47a1554f5b1646d2460475251a865e8a6b Mon Sep 17 00:00:00 2001 From: Giando Date: Tue, 6 Nov 2018 09:25:18 +0100 Subject: [PATCH] Update version --- README.md | 27 +++------------------------ assets/CookieAsset.php | 2 +- widgets/CookieWidget.php | 2 +- 3 files changed, 5 insertions(+), 26 deletions(-) diff --git a/README.md b/README.md index db10cbc..9b79584 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ Yii2 Cookie Consent =================== -Yii2 Cookie Consent to alerting users about the use of cookies on your Yii2 website, -using Cookie Consent Script: https://github.com/insites/cookieconsent/tree/2.0.0 +Yii2 Cookie Consent to alerting users about the use of cookies on your Yii2 website, using Cookie Consent Script: https://github.com/insites/cookieconsent/tree/2.0.0 Installation Using Composer ----------------- @@ -12,13 +11,13 @@ The preferred way to install this extension is through [composer](http://getcomp Either run ``` -$ php composer.phar require cinghie/yii2-cookie-consent "*" +$ php composer.phar require cinghie/yii2-cookie-consent "^1.5.0" ``` or add in composer.json ``` -"cinghie/yii2-cookie-consent": "*" +"cinghie/yii2-cookie-consent": "^1.5.0" ``` Insert Widget @@ -45,23 +44,3 @@ Theme Options
  • All Options at https://silktide.com/tools/cookie-consent/docs/installation/
  • If you don't want a link for more info set learnMore to null
  • - -Changelog ------------------ - - diff --git a/assets/CookieAsset.php b/assets/CookieAsset.php index 99e06d1..1ba577e 100644 --- a/assets/CookieAsset.php +++ b/assets/CookieAsset.php @@ -7,7 +7,7 @@ * @github https://github.com/cinghie/yii2-cookie-consent * @license GNU GENERAL PUBLIC LICENSE VERSION 3 * @package yii2-cookie-consent -* @version 1.4.6 +* @version 1.5.0 */ namespace cinghie\cookieconsent\assets; diff --git a/widgets/CookieWidget.php b/widgets/CookieWidget.php index 8a5b39e..388c217 100644 --- a/widgets/CookieWidget.php +++ b/widgets/CookieWidget.php @@ -7,7 +7,7 @@ * @github https://github.com/cinghie/yii2-cookie-consent * @license GNU GENERAL PUBLIC LICENSE VERSION 3 * @package yii2-cookie-consent -* @version 1.4.6 +* @version 1.5.0 */ namespace cinghie\cookieconsent\widgets;