Ducktales
Forum Replies Created
-
@rawrly This is not a potential threat directly related to the Simple History plugin. You should remove this fake ‘vulnerability’ from your database. It is very misleading for website admins.
Same alert in Plesk WP Toolkit. It comes from Patchstack:
Forum: Plugins
In reply to: [Apocalypse Meow] Uncaught ValueError: Unknown format specifier “t”Thank you
Forum: Plugins
In reply to: [User Switching] PHP warning on switch_to_olduserThank you!
Forum: Plugins
In reply to: [Apocalypse Meow] Deprecated: Required parameter follows optional parameter@blobfolio Thanks a lot!
You are so quick with fixes. Really cool.
Forum: Plugins
In reply to: [Two Factor Authentication] Fix for noticeThanks!
Forum: Plugins
In reply to: [Apocalypse Meow] Bug: IPv6 subnet on the whitelist is stored malformedIt’s fixed!
Wow that was quick! Thanks a lot!!
Forum: Plugins
In reply to: [Plugins Garbage Collector (Database Cleanup)] Tables Won't DeleteWorks fine for me on WP v4.5.3 and plugin v0.10.2
Forum: Plugins
In reply to: [Auto Upload Images] Add support for HTTPS base URLIt would be better to include the protocol directly from the base url setting. Actually, I don’t understand why you are altering the value of that setting in ImageUploader.php
getHostUrl()
. It should be used as provided.ImageUploader.php – getHostUrl()
return $url ?: WpAutoUpload::getOption('base_url');
wp-auto-upload.php – save()
$base_url = $uploader->getHostUrl() ?: null;
Ah ok, thanks.