diff --git a/README.md b/README.md
index 0e32656..4c955bf 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,10 @@ Changelog
See also changelog in [Release Notes tab](https://github.com/MaWoScha/Unicode_FileUploader/releases).
+0.2.8
+* Add support for SUPEE-11155 and CE-1.9.4.2
+* change theme in 'Helper/Data.php' (Closing "span"-Tag)
+
0.2.7.2
* Fix typo in 'Block/Adminhtml/Fileuploader/Grid.php' (only localization issue)
diff --git a/app/code/community/Uni/Fileuploader/Helper/Data.php b/app/code/community/Uni/Fileuploader/Helper/Data.php
index 51bf350..a60c2b7 100644
--- a/app/code/community/Uni/Fileuploader/Helper/Data.php
+++ b/app/code/community/Uni/Fileuploader/Helper/Data.php
@@ -53,7 +53,7 @@ public function getFilesTyp($url) {
$mediaUrl = Mage::getBaseUrl('media');
$ext = $this->getFileExtension($url, 1); //"jpg","jpeg","gif","png","txt","csv","htm","html","xml","css","doc","docx","xls","rtf","ppt","pdf","swf","flv","avi","wmv","mov","wav","mp3","zip"
$mediaIcon = Mage::getBaseUrl('media') . 'custom/upload/icons/' . $ext . '.png';
- $mediaIconImage = '';
+ $mediaIconImage = '';
$wh = ($showTitle) ? '16' : '22';
if ($disposition) {
if ($ext == 'jpg' || $ext == 'jpeg' || $ext == 'gif' || $ext == 'png' || $ext == 'bmp') {
diff --git a/app/code/community/Uni/Fileuploader/etc/config.xml b/app/code/community/Uni/Fileuploader/etc/config.xml
index ca916d9..f4e4da1 100644
--- a/app/code/community/Uni/Fileuploader/etc/config.xml
+++ b/app/code/community/Uni/Fileuploader/etc/config.xml
@@ -11,7 +11,7 @@
- 0.2.7
+ 0.2.8