Skip to content

Commit

Permalink
Update to release v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jan 19, 2015
1 parent 4b13dc7 commit 4e57207
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion ExportColumnAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright © Kartik Visweswaran, Krajee.com, 2014
* @package yii2-export
* @version 1.2.0
* @version 1.2.1
*/

namespace kartik\export;
Expand Down
2 changes: 1 addition & 1 deletion ExportMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @package yii2-export
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @version 1.2.0
* @version 1.2.1
*/

namespace kartik\export;
Expand Down
2 changes: 1 addition & 1 deletion ExportMenuAsset.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
/**
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @package yii2-export
* @version 1.2.0
* @version 1.2.1
*/

namespace kartik\export;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/kv-export-columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @package yii2-export
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @version 1.2.0
* @version 1.2.1
*
* Export Columns Selector Style Sheet
*
Expand Down
2 changes: 1 addition & 1 deletion assets/css/kv-export-columns.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @package yii2-export
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @version 1.2.0
* @version 1.2.1
*
* Export Columns Selector Style Sheet
*
Expand Down
2 changes: 1 addition & 1 deletion assets/css/kv-export-data.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @package yii2-export
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @version 1.2.0
* @version 1.2.1
*
* Export Menu Style Sheet
*
Expand Down
2 changes: 1 addition & 1 deletion assets/css/kv-export-data.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @package yii2-export
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @version 1.2.0
* @version 1.2.1
*
* Export Menu Style Sheet
*
Expand Down
2 changes: 1 addition & 1 deletion assets/js/kv-export-columns.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @package yii2-export
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @version 1.2.0
* @version 1.2.1
*
* Export Columns Selector Validation Module.
*
Expand Down
2 changes: 1 addition & 1 deletion assets/js/kv-export-columns.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @package yii2-export
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @version 1.2.0
* @version 1.2.1
*
* Export Columns Selector Validation Module.
*
Expand Down
2 changes: 1 addition & 1 deletion assets/js/kv-export-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @package yii2-export
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @version 1.2.0
* @version 1.2.1
*
* Export Data Validation Module.
*
Expand Down
2 changes: 1 addition & 1 deletion assets/js/kv-export-data.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion views/_columns.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @package yii2-export
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @version 1.2.0
* @version 1.2.1
*/

use yii\helpers\Html;
Expand Down
2 changes: 1 addition & 1 deletion views/_form.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* @package yii2-export
* @author Kartik Visweswaran <[email protected]>
* @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014
* @version 1.2.0
* @version 1.2.1
*
* Export Submission Form
*
Expand Down

0 comments on commit 4e57207

Please sign in to comment.