Skip to content

pH7Builder v18.3 Released 🎈

Latest

Choose a tag to compare

@pH-7 pH-7 released this 12 Jun 19:29
· 5 commits to 18.x since this release

pH7 Social Dating Builder, v18.3.0 🎉

General Improvements & SEO/LLM Optimisation

  • Several general minor improvements.
  • General code maintenance cleanups and refactoring following our core principles.
  • Few specific optimisations for SEO & LLMs.

Security & Hardening

Developer & Maintainer Tooling

  • Add CLI command for GitHub issue resolution

    New Symfony Console command to inspect, comment, and close GitHub issues from the CLI.

    ([4fdf4cd16](4fdf4cd16))

  • Simplify GitHub issue resolution flow

    Refactored the CLI issue resolver for maintainability and safety.

    ([8d269736d](8d269736d))

  • Document safer GitHub token usage

    Updated CLI docs to recommend environment variables for authentication, reducing accidental token leaks.

    ([bc853adf1](bc853adf1))


Performance & Code Quality

  • Remove redundant emoticon parsing from note content

    Improved performance by moving emoticon logic into the controller.

    ([012173fd3](012173fd3))

  • Refactor and clarify file path validation

    Boolean conditions in file editors are now encapsulated in clear, self-descriptive functions.

    ([5aa6f489a](5aa6f489a), [f457eb220](f457eb220))