- Update jQuery dependency.
- Added support for PHP 8.0.
- Fixed camera plugin.
- Fixed crop plugin.
- Fixed
script_url
.
- Detect https for the default
script_url
- Fixed bug introduced in the last update
- Fixed transparent PNG images
- Fixed url encoded filenames
- Fixed ajax method.
- Fixed merge options.
- Fixed orientate image.
- Fix file validation (
filepicker.js
). - Fix array syntax and scope for PHP 5.3 (
BaseUploader.php
).
In this version Filepicker has been rewritten from scratch. Now it has more options and events, it's easier to customize replace default functionality and integrate. Because of the major changes there is no upgrade guide.
The v1.0 will still have support for bugs and security.
- Added sort option.
- Added overwrite option.
- Added image_versions.raw
- Added image_versions.width
- Added image_versions.height
- Added files.fetch and files.filter events.
- Added more JavaScript events, options and methods.
- Added more file icons.
- The events don't use the
Event
class anymore. - Changed the
upload.fail
event toupload.error
. - Changed some messages.
- The DELETE in the REST API now returns
200
with an object. - Passing a request instance to the
Handler::handle
is optional. - The jQuery
.filePicker
plugin has been rewritten from scratch. - The
formData
option is nowdata
. - Separate the UI and Drop from the core (events and options).
- Changed assets and plugins.
- Changed the JavaScript templates.
- Renamed the Webcam plugin to Camera.
- Renamed JavaScript events.
- Switched to Cropper.
- Removed
files.get
andfile.get
events. Use files.fetch and files.filter. - Removed
Event
class to simplify the event system. - Removed
sorting_order
option. Use sort. - Removed
image_versions.crop
Use image_versions.width and image_versions.height. - Removed
debug
option in the jQuery plugin. - Removed Flash support for the Webcam (now Camera) plugin.
- Add
reject_file_types
option to reject certain file types.
- Fix method call.
- Pass quality param.
- Use PHP 5.3 array syntax.
- Fix autoload bug from the 1.0.1.
- Pass files array.
- Add
Handler::getUploader
method.
- Fix events array.
- Initial release.