Skip to content

Releases: CreunaFI/unique-media-file-folders

v3.0.1

Choose a tag to compare

@github-actions github-actions released this 17 May 11:15
  • Fix: Fix typo, fix add missing changelog item

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 17 May 11:13
  • 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

Choose a tag to compare

@joppuyo joppuyo released this 13 Feb 19:32
  • 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

Choose a tag to compare

@joppuyo joppuyo released this 02 Feb 01:12
  • Fix: Fix error where plugin did not sometimes load correct Composer autoloader

v1.1.1

Choose a tag to compare

@joppuyo joppuyo released this 02 Feb 00:19
  • Feature: Enable auto update for the plugin

v1.0.4

Choose a tag to compare

@joppuyo joppuyo released this 01 Feb 23:58
  • Fix: Deploy using Travis