From 4b13dc751d3b4c3d9df671ca82fd7e13372d3a73 Mon Sep 17 00:00:00 2001 From: Kartik Visweswaran Date: Tue, 20 Jan 2015 00:21:07 +0530 Subject: [PATCH] Update to release v1.2.1 fixes #34 --- CHANGE.md | 7 +++++++ ExportMenu.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGE.md b/CHANGE.md index 0a3a9be..d952d8b 100644 --- a/CHANGE.md +++ b/CHANGE.md @@ -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 @@ -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. diff --git a/ExportMenu.php b/ExportMenu.php index d368b2b..34ef3c9 100644 --- a/ExportMenu.php +++ b/ExportMenu.php @@ -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)