From 28e2039304b986bf5ad8b4bc38e65e5f07b4673b Mon Sep 17 00:00:00 2001 From: Chris Portscheller Date: Fri, 18 Sep 2026 12:30:52 -0500 Subject: [PATCH] chore: name WebDecoy LLC as author and copyright holder The owner formed a Texas LLC named "WebDecoy LLC". Record that name where the project states who owns it: the author entry in both composer manifests, the copyright line in the translation template, and the author field in the CDN plugin-info metadata together with the updater fallback that has to agree with it (the fallback renders on the "View details" screen whenever the CDN JSON is unreachable, so the two must not drift). Metadata only. No version bump, no release, no behavior change. The WordPress.org-visible surfaces are deliberately untouched: the "Author:" plugin header in webdecoy.php and "Contributors:" in readme.txt both change the live directory listing, and the owner wants to time that himself. --- cdn-files/plugin-info.json | 2 +- composer.json | 2 +- includes/class-webdecoy-updater.php | 2 +- languages/webdecoy.pot | 2 +- sdk/composer.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cdn-files/plugin-info.json b/cdn-files/plugin-info.json index 5d843a6..f1ec346 100644 --- a/cdn-files/plugin-info.json +++ b/cdn-files/plugin-info.json @@ -2,7 +2,7 @@ "name": "WebDecoy Bot Detection", "slug": "webdecoy", "version": "2.8.1", - "author": "WebDecoy", + "author": "WebDecoy LLC", "author_profile": "https://webdecoy.com", "requires": "6.1", "tested": "7.1", diff --git a/composer.json b/composer.json index 7246a77..16d0b55 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "homepage": "https://webdecoy.com", "authors": [ { - "name": "WebDecoy", + "name": "WebDecoy LLC", "email": "support@webdecoy.com", "homepage": "https://webdecoy.com" } diff --git a/includes/class-webdecoy-updater.php b/includes/class-webdecoy-updater.php index 2af60e9..d9d57cc 100644 --- a/includes/class-webdecoy-updater.php +++ b/includes/class-webdecoy-updater.php @@ -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'] ?? 'WebDecoy', + 'author' => $info['author'] ?? 'WebDecoy LLC', 'author_profile' => $info['author_profile'] ?? 'https://webdecoy.com', 'requires' => $info['requires'] ?? '5.6', 'tested' => $info['tested'] ?? '', diff --git a/languages/webdecoy.pot b/languages/webdecoy.pot index 1f0f9c6..67d852e 100644 --- a/languages/webdecoy.pot +++ b/languages/webdecoy.pot @@ -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 , 2026. # diff --git a/sdk/composer.json b/sdk/composer.json index 076a4ab..8227dcc 100644 --- a/sdk/composer.json +++ b/sdk/composer.json @@ -14,7 +14,7 @@ ], "authors": [ { - "name": "WebDecoy", + "name": "WebDecoy LLC", "email": "support@webdecoy.com", "homepage": "https://webdecoy.com" }