Skip to content

Commit 53b5578

Browse files
authored
v3.5.2
1 parent 6bbd079 commit 53b5578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Command/CKFinderDownloadCommand.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
*/
2727
class CKFinderDownloadCommand extends Command
2828
{
29-
const LATEST_VERSION = '3.5.1.2';
29+
const LATEST_VERSION = '3.5.2';
3030
const FALLBACK_VERSION = '3.5.1';
3131

3232
/**
@@ -102,7 +102,7 @@ function ($notificationCode, $severity, $message, $messageCode, $bytesTransferre
102102
}
103103
));
104104

105-
$output->writeln('<info>Downlading the CKFinder 3 distribution package.</info>');
105+
$output->writeln('<info>Downloading the CKFinder 3 distribution package.</info>');
106106

107107
$zipContents = @file_get_contents($this->buildPackageUrl(), false, $ctx);
108108

0 commit comments

Comments
 (0)