-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
47 lines (34 loc) · 1.39 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
=== Unique Media File Folders ===
Contributors: joppuyo
Tags: uuid, media, gallery, folder, directory, upload, image
Requires at least: 4.9
Tested up to: 5.9
Requires PHP: 7.1
License: License: GPLv2 or later
Stable tag: 3.0.1
Change the default WordPress upload folder structure to a randomly generated one.
== Description ==
Change the default WordPress upload folder structure to a randomly generated one. Each image and its thumbnails will be given an unique folder with a randomly generated name.
== Installation ==
1. Install this plugin into **wp-content/plugins**
2. Enable **Unique Media File Folders** on your Plugins page
== Changelog ==
= 3.0.1 =
* Fix: Fix typo, fix add missing changelog item
= 3.0.0 =
* 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
= 2.0.0 =
* 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
= 1.1.2 =
* Fix: Fix error where plugin did not sometimes load correct Composer autoloader
= 1.1.1 =
* Feature: Enable auto update for the plugin
= 1.0.4 =
* Fix: Deploy using Travis
= 1.0.1 =
* Fix: Update PHP requirement to 7.0
= 1.0.0 =
* Initial release