Compare commits
13 Commits
5d429a890e
...
main
Author | SHA1 | Date | |
---|---|---|---|
894cf1c0c1 | |||
365f6edb55 | |||
084c92b9e1 | |||
226fe6ae43 | |||
5614f47939 | |||
41bb7f855e | |||
a30032f1ca | |||
0fbd2be3e6 | |||
af2e4cbdd6 | |||
bbdd20c0f5 | |||
2c9040fa81 | |||
111b72ee1c | |||
8a814cbafa |
@ -11,5 +11,5 @@ git clone https://gitea.gnilebein.de/gnilebein/wordpres-uuid-file-renamer.git uu
|
|||||||
# Update
|
# Update
|
||||||
Go to plungin directory directory and run the following command.
|
Go to plungin directory directory and run the following command.
|
||||||
```
|
```
|
||||||
|
git pull
|
||||||
```
|
```
|
@ -3,8 +3,11 @@
|
|||||||
/**
|
/**
|
||||||
* Plugin Name: UUID File Renamer
|
* Plugin Name: UUID File Renamer
|
||||||
* Description: Dieses Plugin benennt hochgeladene Dateien automatisch in eine UUID um.
|
* Description: Dieses Plugin benennt hochgeladene Dateien automatisch in eine UUID um.
|
||||||
|
* Plugin URI: https://gitea.gnilebein.de/gnilebein/wordpres-uuid-file-renamer
|
||||||
* Version: 1.1
|
* Version: 1.1
|
||||||
* Author: Patrick Niebeling <patrick@niebel.ing>
|
* Author: Patrick Niebeling <patrick@niebel.ing>
|
||||||
|
* Author URI: https://gnilebein.de
|
||||||
|
* Text Domain: uuid-file-renamer
|
||||||
* License: GPL2
|
* License: GPL2
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -24,4 +27,4 @@ function rename_file_to_uuid($file)
|
|||||||
$file['name'] = $uuid . $extension;
|
$file['name'] = $uuid . $extension;
|
||||||
|
|
||||||
return $file;
|
return $file;
|
||||||
}
|
}
|
Reference in New Issue
Block a user