chore(release): LWT 3.2.1-fork#243
Merged
Merged
Conversation
Patch release bundling two fixes landed since 3.2.0: * #241 — SqlFileParser now normalizes CRLF/CR to LF, fixing the "database error / MySQL 1064" crash on first boot when baseline.sql has Windows line endings. * #240 — CSP emits upgrade-insecure-requests on HTTPS, fixing mixed-content asset blocking behind a TLS-terminating reverse proxy. Bumps ApplicationInfo::VERSION + RELEASE_DATE, package.json, and moves the [Unreleased] changelog items into a dated 3.2.1-fork section.
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.
Patch release prep for LWT 3.2.1-fork.
Included since 3.2.0
SqlFileParsernormalizes CRLF/CR → LF before splitting, fixing the "Internal Server Error - A database error occurred." (MySQL 1064) crash on first boot whenbaseline.sqlhas Windows line endings.upgrade-insecure-requestson HTTPS, fixing mixed-content asset blocking behind a TLS-terminating reverse proxy.Version bumps (per CLAUDE.md)
src/Shared/Infrastructure/ApplicationInfo.phpVERSION→3.2.1-fork,RELEASE_DATE→2026-06-30package.jsonversion→3.2.1CHANGELOG.md[Unreleased]items moved into dated[3.2.1-fork] - 2026-06-30Checks
phpunit tests/backend/Core/VersionTest.php— passpsalm --threads=1/phpcs --standard=PSR12onApplicationInfo.php— cleanCutting the release (after merge)
Tag
3.2.1(bare, matching existing tag convention) and publish a GitHub Release — this triggersdocker-to-release.ymlto build and push the versioned image toghcr.io/hugofara/lwt, which is how affected users pull the fix.