Initial Commit

Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
This commit is contained in:
Patrick Niebeling
2025-02-10 09:48:55 +01:00
parent 5368937ba0
commit 2bc2ce43ba
3 changed files with 337 additions and 2 deletions

View File

@ -1,3 +1,15 @@
# wordpres-uuid-file-renamer
# Description
Dieses Plugin benennt hochgeladene Dateien automatisch in eine UUID um.
Dieses Plugin benennt hochgeladene Dateien automatisch in eine UUID um.
# Installation
Go to your Wordpress plugin directory and run the following command.
```
git clone https://gitea.gnilebein.de/gnilebein/wordpres-uuid-file-renamer.git uuid-file-renamer
```
# Update
Go to plungin directory directory and run the following command.
```
```