From 8a814cbafa37ff062a26a129e5e832c5e17e1002 Mon Sep 17 00:00:00 2001 From: Patrick Niebeling Date: Mon, 10 Feb 2025 09:54:31 +0100 Subject: [PATCH] Adjustments Signed-off-by: Patrick Niebeling --- README.md | 2 +- uuid-file-renamer.php | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be9907a..1edd2c5 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,5 @@ git clone https://gitea.gnilebein.de/gnilebein/wordpres-uuid-file-renamer.git uu # Update Go to plungin directory directory and run the following command. ``` - +git pull ``` \ No newline at end of file diff --git a/uuid-file-renamer.php b/uuid-file-renamer.php index cde30fe..a6c5953 100644 --- a/uuid-file-renamer.php +++ b/uuid-file-renamer.php @@ -3,8 +3,11 @@ /** * Plugin Name: UUID File Renamer * 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 * Author: Patrick Niebeling + * Author URI: https://gnilebein.de + * Text Domain: uuid-file-renamer * License: GPL2 */