Skip to content

Commit

Permalink
Merge pull request #56 from ckfinder/3.6.1
Browse files Browse the repository at this point in the history
Changed version of connector to 3.6.1
  • Loading branch information
zaak committed Oct 2, 2023
2 parents 7233e2a + 4452141 commit 57a75d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Authentication/Authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class Authentication implements AuthenticationInterface
/**
* {@inheritdoc}
*/
public function authenticate()
public function authenticate(): bool
{
return false;
}
Expand Down
2 changes: 1 addition & 1 deletion Command/CKFinderDownloadCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
class CKFinderDownloadCommand extends Command
{
const LATEST_VERSION = '3.6.0';
const LATEST_VERSION = '3.6.1';

/**
* {@inheritdoc}
Expand Down

0 comments on commit 57a75d1

Please sign in to comment.