Skip to content

V2.13.3 Security Updates#134

Merged
jasperf merged 5 commits into
mainfrom
v2.13.3
May 29, 2026
Merged

V2.13.3 Security Updates#134
jasperf merged 5 commits into
mainfrom
v2.13.3

Conversation

@jasperf

@jasperf jasperf commented May 29, 2026

Copy link
Copy Markdown
Contributor

This release bumps the theme to version 2.13.3 and addresses a Laravel Pint code style CI failure that was blocking the automated linting pipeline. The root cause was a formatting violation in functions.php that Pint's strict ruleset flagged; the fix brings the file into compliance without altering runtime behavior. Composer dependencies have also been updated to their latest patch versions, keeping the PHP dependency tree current with upstream security and maintenance releases. All changes are accompanied by updated changelog and readme documentation reflecting the version, the CI fix, and the dependency refresh.

Bug Fix and Code Quality:

  • Resolved a Laravel Pint CI failure in functions.php by correcting a code style violation that caused the linting step to exit non-zero; no functional logic was changed.
  • The fix ensures the automated Pint check passes cleanly on subsequent CI runs, unblocking the quality gate for future contributions.

Dependency Maintenance:

  • Updated Composer dependencies to their latest patch versions, as reflected in composer.lock; this targets bug fixes and security patches within the existing minor version constraints.
  • Patch-level updates carry low regression risk and keep the dependency tree aligned with upstream maintenance releases.

Documentation and Versioning:

  • style.css version header, CHANGELOG.md, and readme.txt have all been updated to 2.13.3, ensuring that WordPress theme version detection, admin UI display, and developer-facing release notes are consistent.
  • The changelog entry documents both the Pint CI fix and the dependency updates to provide an accurate audit trail for this maintenance release.

Files Changed:

Dependency lock files updated: composer.lock,

@jasperf jasperf changed the title V2.13.3 V2.13.3 Security Updates May 29, 2026
jasperf added 2 commits May 29, 2026 10:09
Added 'use App\Providers\ThemeServiceProvider' import, replaced
fully-qualified class reference with short form, and resolved
unary/not-operator spacing rule violations.
@jasperf jasperf merged commit 4dbfeb6 into main May 29, 2026
3 checks passed
@jasperf jasperf deleted the v2.13.3 branch May 29, 2026 03:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant