Skip to content

Commit

Permalink
Merge pull request #656 from abhishek-webkul/changelog-1.6.0
Browse files Browse the repository at this point in the history
Update Changelog and installation version 1.6.0 release
  • Loading branch information
rohit053 authored Apr 17, 2023
2 parents ff410ed + a91aab5 commit ccace94
Show file tree
Hide file tree
Showing 115 changed files with 1,091 additions and 952 deletions.
333 changes: 333 additions & 0 deletions CHANGELOG.txt

Large diffs are not rendered by default.

418 changes: 0 additions & 418 deletions CONTRIBUTORS.md

This file was deleted.

2 changes: 1 addition & 1 deletion admin/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
if (!defined('_PS_ADMIN_DIR_')) {
define('_PS_ADMIN_DIR_', getcwd());
}
require_once(_PS_ADMIN_DIR_.'/../images.inc.php');

function bindDatepicker($id, $time)
{
if ($time) {
Expand Down
276 changes: 0 additions & 276 deletions architecture.md

This file was deleted.

1 change: 0 additions & 1 deletion classes/webservice/WebserviceSpecificManagementImages.php
Original file line number Diff line number Diff line change
Expand Up @@ -1127,7 +1127,6 @@ protected function writePostedImageOnDisk($reception_path, $dest_width = null, $
throw new WebserviceException(sprintf('The image size is too large (maximum allowed is %d KB)', ($this->imgMaxUploadSize / 1000)), array(72, 400));
}

require_once(_PS_CORE_DIR_.'/images.inc.php');
if ($error = ImageManager::validateUpload($file)) {
throw new WebserviceException('Image upload error : '.$error, array(76, 400));
}
Expand Down
Loading

0 comments on commit ccace94

Please sign in to comment.