Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
cinghie committed Nov 6, 2018
1 parent c6b9e06 commit 371dbc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 26 deletions.
27 changes: 3 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
-----------------
Expand All @@ -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
Expand All @@ -45,23 +44,3 @@ Theme Options
<li>All Options at https://silktide.com/tools/cookie-consent/docs/installation/</li>
<li>If you don't want a link for more info set learnMore to null</li>
</ul>

Changelog
-----------------

<ul>
<li>Version 1.4.6 - Fix Bower Asset version, Fix bug on some browser</li>
<li>Version 1.4.5 - Fix #4 Bower Asset version</li>
<li>Version 1.4.4 - Update Bower Asset</li>
<li>Version 1.4.3 - Fix #2 403 forbidden css</li>
<li>Version 1.4.2 - Updated version</li>
<li>Version 1.4.1 - Fixed composer bug</li>
<li>Version 1.4.0 - Added Cookie Consent Bower Asset</li>
<li>Version 1.3.0 - Update JS to 1.0.6 version and added new params</li>
<li>Version 1.2.0 - Update JS to 1.0.4 version and ordered after Bootstrap</li>
<li>Version 1.1.2 - Fixing error to extends yii Widget problem</li>
<li>Version 1.1.1 - Added link null option</li>
<li>Version 1.1.0 - Added Message & Dismiss Value</li>
<li>Version 1.0.1 - Updated README</li>
<li>Version 1.0.0 - Initial Release</li>
</ul>
2 changes: 1 addition & 1 deletion assets/CookieAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion widgets/CookieWidget.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 371dbc4

Please sign in to comment.