CKFinder 3.6.0 for PHP released
We are happy to announce that a new version of CKFinder 3 for PHP has just been released. While this is a maintenance release, a big part of the server-side code has been refactored to work properly with the newest versions of libraries and frameworks.
Upgrade of Flysystem
Flysystem is the core library used by the server-side connector of the PHP version of CKFinder. It provides an abstraction layer of various underlying filesystems, such as Amazon S3, Microsoft Azure, FTP, Dropbox, etc. The previous version of CKFinder for PHP used version 1 of Flysystem, which become quite dated and is no longer actively maintained, except for the critical bug fixes. Additionally, this outdated version of Flysystem was a limiting factor considering integrations with the newest versions of popular PHP frameworks.
In CKFinder 3.6.0 for PHP, Flysystem has been updated to the latest version, providing the best developer experience and better compatibility on the code level.
Backwards incompatible change
In CKFinder 3 it is fairly easy to create your own custom storage adapter, so the files can be physically stored any place you wish. Due to a change in the key filesystem abstraction layer library, any custom storage adapters need to be upgraded to use the Flysystem v3 API. To find out more about upgrading the adapter from version 1 to version 3 and learn about the differences between these two Flysystem versions, please have a look at the excellent Upgrade from 1.x article in the Flysystem documentation.
Frameworks integrations
With the newest version of CKFinder 3 for PHP we have updated also two official integrations for popular PHP frameworks: the Symfony bundle and the Laravel package. We have added support for Laravel 9 and Symfony 6. Both these integrations follow the semantic versioning, so due to breaking changes in the custom storage API, the major versions of these libraries have been incremented to 4.0.0. Thanks to this the new version will be properly placed in the upgrade chain without the risk of breaking existing installations based on Flysystem v1.
Localization updates
This release provides an update of CKFinder localizations, too. The most important update adds full support for Arabic language.
Changelog
See the release notes for a full list of changes.
Download
Download CKFinder for PHP now!
Also available as a CKFinder Symfony bundle and CKFinder Laravel package.