-
1.0.1
StableAll checks were successfulreleased this
2026-06-25 23:23:21 -07:00 | 15 commits to main since this releaseMulti-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 returnednull, blanking the content. The delimiter is
now~. URL rewriting in links, menus, and assets was unaffected.
Added a
ContentRewriterregression 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.zipand upload via
Plugins → Add New → Upload Plugin to replace 1.0.0.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Blank post and comment content. With the plugin active, post bodies