Compare commits

6 Commits

Author SHA1 Message Date
Patrick Niebeling
41bb7f855e Merge tag 'v1.5' of ssh://gitea.gnilebein.de:22222/gnilebein/wordpres-uuid-file-renamer into v1.5 2025-02-12 21:25:11 +01:00
Patrick Niebeling
a30032f1ca v1.5.1
Signed-off-by: Patrick Niebeling <patrick.niebeling@adacor.com>
2025-02-12 21:24:57 +01:00
0fbd2be3e6 Merge pull request 'v1.5' (#4) from v1.5 into main
Reviewed-on: #4
2025-02-12 20:22:34 +00:00
bbdd20c0f5 Merge pull request 'v1.4' (#3) from v1.4 into main
Reviewed-on: #3
2025-02-12 20:18:38 +00:00
111b72ee1c Merge pull request 'Adjustments' (#2) from Description-and-README.md into main
Reviewed-on: #2
2025-02-10 08:54:50 +00:00
5d429a890e Merge pull request 'Initial Commit' (#1) from INIT into main
Reviewed-on: #1
2025-02-10 08:49:20 +00:00

View File

@@ -123,7 +123,7 @@ function uuid_renamer_js() {
var attachmentId = button.data("id");
$.post(ajaxurl, { action: "rename_media_to_uuid", attachment_id: attachmentId }, function(response) {
if (response.success) {
alert(response.data);
// alert(response.data);
location.reload();
} else {
alert(response.data);