docs: document VoidPortals 1.6.0#61
Open
tastybento wants to merge 2 commits into
Open
Conversation
Automated documentation update for new releases in BentoBoxWorld repos: BentoBox 3.17.0, Boxed 3.4.0, Border 4.8.4, Challenges 1.6.1, InvSwitcher 1.18.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
VoidPortals was missing from the update-docs tracker registry, so its first release since 2019 (1.6.0, modernised for Java 21 / Paper 1.21.11 / BentoBox 3.14.0) was never picked up by the automated run. - Expand the stub page: dimension routing, compatibility note, Flags section (VOID_WORLD_TELEPORT_FLAG, already present in flags.csv), and a "What's new in v1.6.0" breaking-changes changelog block. - Register VoidPortals in data/release-tracker.json at 1.6.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
VoidPortals was missing from the update-docs tracker registry, so its first release since 2019 — 1.6.0 (published 2026-06-01) — was never detected by the automated run. This PR documents it and registers the repo for future runs.
Changes
VoidPortals (→ 1.6.0)
addons/VoidPortals/index.md:{{ flags_source("VoidPortals", "WORLD_SETTING") }}—VOID_WORLD_TELEPORT_FLAGwas already present indata/flags.csv, no CSV change needed.??? warning "What's new in v1.6.0 — Breaking changes"changelog block (Java 21 / BentoBox 3.14.0 now required; locales rewritten in MiniMessage).VoidPortalsindata/release-tracker.jsonat1.6.0so the automation tracks it going forward.Verification
mkdocs build --strictpasses with exit code 0 (withGITHUB_TOKENset, as on the RTD build host). Locally without a token the build emits the usualtranslations(): GitHub 403rate-limit warnings, which are pre-existing and unrelated to this change.Note for maintainers
The
update-docsskill's hardcoded GraphQL repo list (in~/.claude/skills/update-docs) does not includeVoidPortals. Adding it to the tracker JSON alone is not enough — the skill's repo array must also be updated for future automated runs to query it.🤖 Generated with Claude Code using the `update-docs` skill