Conversation
Finalizes the 6.0.0 stable release (Bootstrap 5.3.8): - extension.json: version 6.0.0-beta -> 6.0.0 - docs/release-notes.md: 6.0.0 entry finalized with release date - src/Hooks/SetupAfterCache.php: phpcs nit (missing space in array key) No functional or library changes; release prep only. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Significant work on the Bootstrap 5 upgrade. Mirrors how Chameleon credits the same contributor in skin.json. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Finalizes the 6.0.0 stable release.
This release ships the Bootstrap 5.3.8 upgrade (from 4.6.2) along with the raised minimum requirements. No functional or library changes are introduced here — this PR is purely release preparation:
extension.json: version6.0.0-beta→6.0.0docs/release-notes.md: 6.0.0 entry finalized (Under development.→Released on May 19, 2026.), matching the existing finalized-entry formatsrc/Hooks/SetupAfterCache.php: one-character phpcs nit — added the missing space in'scripts'=> []→'scripts' => []This matches the prior release-prep convention (
Prepare for release X.Y.Z, see 5.0.0 at 46defe1).Tagging a stable
6.0.0lets Chameleon depend on a real^6.0constraint instead of6.x-dev. See the Bootstrap 5 tracking issue #67.