Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cdn-files/plugin-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "WebDecoy Bot Detection",
"slug": "webdecoy",
"version": "2.8.1",
"author": "<a href=\"https://webdecoy.com\">WebDecoy</a>",
"author": "<a href=\"https://webdecoy.com\">WebDecoy LLC</a>",
"author_profile": "https://webdecoy.com",
"requires": "6.1",
"tested": "7.1",
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"homepage": "https://webdecoy.com",
"authors": [
{
"name": "WebDecoy",
"name": "WebDecoy LLC",
"email": "support@webdecoy.com",
"homepage": "https://webdecoy.com"
}
Expand Down
2 changes: 1 addition & 1 deletion includes/class-webdecoy-updater.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ public function plugin_info($result, $action, $args)
'name' => $info['name'] ?? 'WebDecoy Bot Detection',
'slug' => 'webdecoy',
'version' => $info['version'] ?? WEBDECOY_VERSION,
'author' => $info['author'] ?? '<a href="https://webdecoy.com">WebDecoy</a>',
'author' => $info['author'] ?? '<a href="https://webdecoy.com">WebDecoy LLC</a>',
'author_profile' => $info['author_profile'] ?? 'https://webdecoy.com',
'requires' => $info['requires'] ?? '5.6',
'tested' => $info['tested'] ?? '',
Expand Down
2 changes: 1 addition & 1 deletion languages/webdecoy.pot
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# WebDecoy Bot Detection.
# Copyright (C) 2026 WebDecoy
# Copyright (C) 2026 WebDecoy LLC
# This file is distributed under the same license as the WebDecoy Bot Detection package.
# WebDecoy <support@webdecoy.com>, 2026.
#
Expand Down
2 changes: 1 addition & 1 deletion sdk/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"authors": [
{
"name": "WebDecoy",
"name": "WebDecoy LLC",
"email": "support@webdecoy.com",
"homepage": "https://webdecoy.com"
}
Expand Down
Loading