From 6f3bc0c104b26e925979957e88b337a035602120 Mon Sep 17 00:00:00 2001 From: Tim Wheeler <63284593+TimWheeler-SQUP@users.noreply.github.com> Date: Wed, 17 Jun 2026 12:31:18 +0100 Subject: [PATCH 1/2] docs: update WorldCup2026 README to remove stale sections Removes the 'What gets indexed', 'Configuration', and 'Known limitations' sections and corrects the data source URL reference. Co-Authored-By: Claude Sonnet 4.6 --- plugins/WorldCup2026/v1/docs/README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/plugins/WorldCup2026/v1/docs/README.md b/plugins/WorldCup2026/v1/docs/README.md index 59ec7482..9e22f02d 100644 --- a/plugins/WorldCup2026/v1/docs/README.md +++ b/plugins/WorldCup2026/v1/docs/README.md @@ -12,19 +12,3 @@ Indexes all 48 FIFA World Cup 2026 teams into SquaredUp, making them available f - Group stage standings - Knockout bracket fixtures - Per-team statistics (next match, last match, group points) - -## What gets indexed - -| Object type | Description | -|---|---| -| World Cup Team | All 48 participating national teams, including FIFA code, group, and flag | - -## Configuration - -No configuration fields are required. Add the plugin and it connects immediately. - -## Known limitations - -- Data is sourced from an unofficial community API (`worldcup26.ir`) and may be delayed, incomplete, or unavailable during high-traffic periods -- Knockout stage fixtures show placeholder labels (e.g. "Winner Group A") until the group stage is complete and teams are determined -- Match times are in local event time — no timezone conversion is applied From fc81d67edcfb701e38be95cad2a4a475d7a86020 Mon Sep 17 00:00:00 2001 From: Tim Wheeler <63284593+TimWheeler-SQUP@users.noreply.github.com> Date: Wed, 17 Jun 2026 16:26:38 +0100 Subject: [PATCH 2/2] chore: bump WorldCup2026 version to 1.2.1 Co-Authored-By: Claude Sonnet 4.6 --- plugins/WorldCup2026/v1/metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/WorldCup2026/v1/metadata.json b/plugins/WorldCup2026/v1/metadata.json index 3389fc4c..307afe0b 100644 --- a/plugins/WorldCup2026/v1/metadata.json +++ b/plugins/WorldCup2026/v1/metadata.json @@ -1,7 +1,7 @@ { "name": "worldcup2026", "displayName": "FIFA World Cup 2026", - "version": "1.2.0", + "version": "1.2.1", "author": { "name": "@TimWheeler-SQUP", "type": "community"