V1.8.4
This is a breaking change, src/Classes/Upload.php
and src/config.json
needs to be updated! Recommended to update entire Uguu.
Changes:
- Added LICENSE file.
- Updated copyright/license notice in files.
- Updated some function documentation in files.
- Updated how file extension & MIME type filtering is handled, you can now put it in whitelist or blacklist mode.
- Fixed a possible bug where rate limit and filtering rules might default to true even if config is set to false.
- Updated config.json, BLOCKED_MIME & BLOCKED_EXTENSIONS are now FILTER_MIME and FILTER_EXTENSIONS.
- Updated installation documentation