From d9f0ef161722987e1c0fc473ee81a26c780c5137 Mon Sep 17 00:00:00 2001 From: Bryan Wall <5903057+BryanWall@users.noreply.github.com> Date: Thu, 16 Oct 2025 10:31:55 -0400 Subject: [PATCH] [TldrTechBridge] Rename Webdev and add new channels TLDR has renamed the 'Webdev' channel to 'Dev' and Webdev has stopped working in the bridge. This PR makes the applicable change. They have also added new channels for 'Fintech' and 'Data' and 'Coming Soon' channels for 'IT' and 'Hardware'. The URLs and signup pages for the 'Coming Soon' channels exist but they haven't started publishing articles yet. This PR adds options for all of these new channels. --- bridges/TldrTechBridge.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bridges/TldrTechBridge.php b/bridges/TldrTechBridge.php index 7813933f..4b0dacc2 100644 --- a/bridges/TldrTechBridge.php +++ b/bridges/TldrTechBridge.php @@ -22,7 +22,7 @@ class TldrTechBridge extends BridgeAbstract 'type' => 'list', 'values' => [ 'Tech' => 'tech', - 'Web Dev' => 'webdev', + 'Dev' => 'dev', 'AI' => 'ai', 'Information Security' => 'infosec', 'Product Management' => 'product', @@ -31,6 +31,10 @@ class TldrTechBridge extends BridgeAbstract 'Design' => 'design', 'Marketing' => 'marketing', 'Founders' => 'founders', + 'Fintech' => 'fintech', + 'Data' => 'data', + 'IT' => 'it', + 'Hardware' => 'hardware', ], 'defaultValue' => 'tech' ]