Skip to content

Commit

Permalink
Updates to release v1.2.5 fixes #118 & fixes #133
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Apr 18, 2016
1 parent b040d1f commit 8b60570
Show file tree
Hide file tree
Showing 16 changed files with 31 additions and 18 deletions.
15 changes: 14 additions & 1 deletion CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,24 @@
Change Log: `yii2-export`
=========================

## version 1.2.5 (under development)

**Date:** 18-Apr-2016

- (enh #115): Add Polish translations.
- (enh #118): Validation for empty value.
- (enh #117): Add German translations.
- (enh #119): Add Hungarian translations.
- (enh #121): Add Dutch translations.
- (enh #123): Allow the exported filename to have spaces.
- (enh #124): Add Italian translations.
- (enh #133): Modify default `pdfLibrary` setting for mPDF.

## version 1.2.4

**Date:** 04-Feb-2016

- (enh #78): Add Portugese Brazilian transactions.
- (enh #78): Add Portugese Brazilian translations.
- (enh #87): Cache dataProvider total count (for performance).
- (enh #89): New property `onInitExcel` as an event for `initPHPExcel` method.
- (enh #98): More correct models count for generateBody.
Expand Down
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 - 2016
* @package yii2-export
* @version 1.2.4
* @version 1.2.5
*/

namespace kartik\export;
Expand Down
6 changes: 3 additions & 3 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 - 2016
* @version 1.2.4
* @version 1.2.5
*/

namespace kartik\export;
Expand Down Expand Up @@ -441,7 +441,7 @@ class ExportMenu extends GridView
/**
* @var string the alias for the pdf library path to export to PDF
*/
public $pdfLibraryPath = '@vendor/kartik-v/mpdf';
public $pdfLibraryPath = '@vendor/mpdf/mpdf';

/**
* @var array the internalization configuration for this widget
Expand Down Expand Up @@ -1371,7 +1371,7 @@ public function generateRow($model, $key, $index)
$this->_endCol++;
$cell = $this->_objPHPExcelSheet->setCellValue(
self::columnName($this->_endCol) . ($index + $this->_beginRow + 1),
strip_tags($value),
empty($value) ? '' : strip_tags($value),
true
);
$this->raiseEvent('onRenderDataCell', [$cell, $value, $model, $key, $index, $this]);
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 - 2016
* @package yii2-export
* @version 1.2.4
* @version 1.2.5
*/

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.4. 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.5. 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 - 2016
* @version 1.2.4
* @version 1.2.5
*
* 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 - 2016
* @version 1.2.4
* @version 1.2.5
*
* 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 - 2016
* @version 1.2.4
* @version 1.2.5
*
* 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 - 2016
* @version 1.2.4
* @version 1.2.5
*
* 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 - 2016
* @version 1.2.4
* @version 1.2.5
*
* 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 - 2016
* @version 1.2.4
* @version 1.2.5
*
* 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 - 2016
* @version 1.2.4
* @version 1.2.5
*
* 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 - 2016
* @version 1.2.4
* @version 1.2.5
*/

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, 2015 - 2016
* @version 1.2.4
* @version 1.2.5
*
* 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 - 2016
* @version 1.2.4
* @version 1.2.5
*
* Export Submission View
*
Expand Down

0 comments on commit 8b60570

Please sign in to comment.