Skip to content

Commit

Permalink
Version 0.2.8 - Add support for SUPEE-11155 and CE-1.9.4.2 - change t…
Browse files Browse the repository at this point in the history
…heme in 'Helper/Data.php'
  • Loading branch information
MaWoScha committed Jul 23, 2019
1 parent 18a0bec commit ec310e8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Uni/Fileuploader/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '<img src="' . $mediaIcon . '" alt="' . $ext . '" /></span>';
$mediaIconImage = '<img src="' . $mediaIcon . '" alt="' . $ext . '" />';
$wh = ($showTitle) ? '16' : '22';
if ($disposition) {
if ($ext == 'jpg' || $ext == 'jpeg' || $ext == 'gif' || $ext == 'png' || $ext == 'bmp') {
Expand Down
2 changes: 1 addition & 1 deletion app/code/community/Uni/Fileuploader/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<config>
<modules>
<Uni_Fileuploader>
<version>0.2.7</version>
<version>0.2.8</version>
</Uni_Fileuploader>
</modules>
<frontend>
Expand Down

0 comments on commit ec310e8

Please sign in to comment.