Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
cinghie committed Oct 1, 2015
1 parent f7ee748 commit 81fb987
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ Changelog
-----------------

<ul>
<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>
Expand Down
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.0
* @version 1.4.2
*/

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.0
* @version 1.4.2
*/

namespace cinghie\cookieconsent\widgets;
Expand Down
2 changes: 1 addition & 1 deletion widgets/views/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.0
* @version 1.4.2
*/

use cinghie\cookieconsent\assets\CookieAsset;
Expand Down

0 comments on commit 81fb987

Please sign in to comment.