Skip to content

V1.8.4

Compare
Choose a tag to compare
@nokonoko nokonoko released this 31 Dec 15:22
· 11 commits to master since this release

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