Skip to content

Releases: CreunaFI/unique-media-file-folders

v3.0.1

17 May 11:15
Compare
Choose a tag to compare
  • Fix: Fix typo, fix add missing changelog item

v3.0.0

17 May 11:13
Compare
Choose a tag to compare
  • Breaking change: Changed how the unique folder name is generated, instead of converting a UUIDv4 to base36, we simply generate a base36-style random string character by character
  • Fix: Fix bug caused by a typo in the code
  • Fix: Changed Travis to GitHub actions

v2.0.0

13 Feb 19:32
Compare
Choose a tag to compare
  • Feature: Use base36 instead of base32 for a shorter folder name
  • Breaking: Because we are using a different library, the plugin now requires at least PHP 7.1

v1.1.2

02 Feb 01:12
Compare
Choose a tag to compare
  • Fix: Fix error where plugin did not sometimes load correct Composer autoloader

v1.1.1

02 Feb 00:19
Compare
Choose a tag to compare
  • Feature: Enable auto update for the plugin

v1.0.4

01 Feb 23:58
Compare
Choose a tag to compare
  • Fix: Deploy using Travis