From 4e7999e8c2c0681650349f597d64c364046d9c4b Mon Sep 17 00:00:00 2001 From: dfinke Date: Wed, 28 Sep 2016 08:20:13 -0400 Subject: [PATCH] updated --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 960afc7..ad44251 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ iex (new-object System.Net.WebClient).DownloadString('https://raw.github.com/dfi # What's new +#### 9/28/2016 +[Fixed](https://github.com/dfinke/ImportExcel/pull/126) Powershell 3.0 compatibility. Thanks to [headsphere](https://github.com/headsphere). He used `$obj.PSObject.Methods[$target]` snytax to make it backward compatible. PS v4.0 and later allow `$obj.$target`. + +Thank you to [xelsirko](https://github.com/xelsirko) for fixing - *Import-module importexcel" gives version warning if started inside background job* + #### 8/12/2016 [Fixed](https://github.com/dfinke/ImportExcel/issues/115) reading the headers from cells, moved from using `Text` property to `Value` property.