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
------------------
-
-
- - Version 1.4.6 - Fix Bower Asset version, Fix bug on some browser
- - Version 1.4.5 - Fix #4 Bower Asset version
- - Version 1.4.4 - Update Bower Asset
- - Version 1.4.3 - Fix #2 403 forbidden css
- - Version 1.4.2 - Updated version
- - Version 1.4.1 - Fixed composer bug
- - Version 1.4.0 - Added Cookie Consent Bower Asset
- - Version 1.3.0 - Update JS to 1.0.6 version and added new params
- - Version 1.2.0 - Update JS to 1.0.4 version and ordered after Bootstrap
- - Version 1.1.2 - Fixing error to extends yii Widget problem
- - Version 1.1.1 - Added link null option
- - Version 1.1.0 - Added Message & Dismiss Value
- - Version 1.0.1 - Updated README
- - Version 1.0.0 - Initial Release
-
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;