Skip to content

Commit

Permalink
Update to release v1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Feb 24, 2018
1 parent 28c6f00 commit 4a5f8a0
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 16 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, 2015 - 2018
* @package yii2-export
* @version 1.2.8
* @version 1.2.9
*/

namespace kartik\export;
Expand Down
4 changes: 2 additions & 2 deletions 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, 2015 - 2018
* @version 1.2.8
* @version 1.2.9
*/

namespace kartik\export;
Expand Down Expand Up @@ -2001,7 +2001,7 @@ protected function setOutCellValue($sheet, $index, $value)
*/
protected function cleanup($file, $config)
{
if ($this->raiseEvent('onGenerateFile', [$config['extension'], $this]) !== true) {
if ($this->raiseEvent('onGenerateFile', [$config['extension'], $this]) === false) {
return;
}
if ($this->stream || $this->deleteAfterSave) {
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, 2015 - 2018
* @package yii2-export
* @version 1.2.8
* @version 1.2.9
*/

namespace kartik\export;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The extension offers configurable user interfaces for advanced cases using view
You can see detailed [documentation](http://demos.krajee.com/export) and [demonstration](http://demos.krajee.com/export-demo) on usage of the extension.

## Latest Release
>NOTE: The latest version of the extension is v1.2.9 (_under development_). Refer the [CHANGE LOG](https://github.com/kartik-v/yii2-export/blob/master/CHANGE.md) for details.
>NOTE: The latest version of the extension is v1.2.9. Refer the [CHANGE LOG](https://github.com/kartik-v/yii2-export/blob/master/CHANGE.md) for details.
## Installation

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, 2015 - 2018
* @version 1.2.8
* @version 1.2.9
*
* 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, 2015 - 2018
* @version 1.2.8
* @version 1.2.9
*
* 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, 2015 - 2018
* @version 1.2.8
* @version 1.2.9
*
* 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, 2015 - 2018
* @version 1.2.8
* @version 1.2.9
*
* 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, 2015 - 2018
* @version 1.2.8
* @version 1.2.9
*
* 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, 2015 - 2018
* @version 1.2.8
* @version 1.2.9
*
* 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, 2015 - 2018
* @version 1.2.8
* @version 1.2.9
*
* 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, 2015 - 2018
* @version 1.2.8
* @version 1.2.9
*
* Column Selector View
*
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, 2015 - 2018
* @version 1.2.8
* @version 1.2.9
*
* Export Submission Form
*
Expand Down
2 changes: 1 addition & 1 deletion views/_view.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, 2015 - 2018
* @version 1.2.8
* @version 1.2.9
*
* Export Submission View
*
Expand Down

0 comments on commit 4a5f8a0

Please sign in to comment.