Skip to content

Commit

Permalink
Update to release v1.2.1 fixes #34
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Jan 19, 2015
1 parent 355a710 commit 4b13dc7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
version 1.2.1
=============
**Date:** 20-Jan-2015

- (bug #34): Set lastModifiedBy to default to username instead of datetime

version 1.2.0
=============
**Date:** 12-Jan-2015
Expand Down Expand Up @@ -25,6 +31,7 @@ version 1.2.0
- (enh #30): Create new jquery plugin for export columns selector.
- (enh #31): Configure separate `AssetBundle` for export columns selector.
- (enh #32): Add`columnBatchToggleSettings` to configure column toggle all checkbox.
- (enh #33): Updated Russian translations.
- Revamp to use new Krajee base Module and TranslationTrait.
- Code formatting updates as per Yii2 coding style.

Expand Down
2 changes: 1 addition & 1 deletion ExportMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,7 @@ public function initPHPExcel()
$manager = '';
$company = 'Krajee Solutions';
$created = date("Y-m-d H:i:s");
$lastModifiedBy = date("Y-m-d H:i:s");
$lastModifiedBy = 'krajee';
extract($this->docProperties);
$this->_objPHPExcel->getProperties()
->setCreator($creator)
Expand Down

0 comments on commit 4b13dc7

Please sign in to comment.