• 1.0.1 c44d8f96e4

    1.0.1
    All checks were successful
    CI / Lint + Static Analysis (push) Successful in 48s
    CI / Unit Tests (PHP 8.2) (push) Successful in 46s
    CI / Unit Tests (PHP 8.3) (push) Successful in 1m6s
    CI / Unit Tests (PHP 8.4) (push) Successful in 1m8s
    CI / Unit Tests (PHP 8.5) (push) Successful in 1m8s
    Stable

    eric released this 2026-06-25 23:23:21 -07:00 | 15 commits to main since this release

    Multi-Domain Redux 1.0.1

    Patch release. Upgrade immediately if running 1.0.0.

    Fixed

    • Blank post and comment content. With the plugin active, post bodies
      rendered empty and comment pages returned a server error. ContentRewriter's
      inline-URL regex used # as its delimiter while the boundary character class
      also contained a literal #, which closed the pattern early — preg_replace()
      failed to compile and returned null, blanking the content. The delimiter is
      now ~. URL rewriting in links, menus, and assets was unaffected.

    Added a ContentRewriter regression test covering this case, the
    protocol-relative form, and suffix-domain boundaries (example.com.evil.com
    stays untouched).

    No configuration changes. Download multi-domain-redux.1.0.1.zip and upload via
    Plugins → Add New → Upload Plugin to replace 1.0.0.

    Downloads