Bonumark Stream v0.3.12
Bonumark Stream v0.3.12, SEO Title Output Repair
This release fixes SEO title output across Bonumark Stream public pages.
The main issue was that browser-tab titles could be incomplete or duplicated. The homepage could show only the site title without the tagline, while some posts could output the site title more than once.
v0.3.12 centralizes SEO title generation so public titles are built consistently in one place.
What changed
- Fixed homepage title output
- Fixed single post title output
- Fixed page title output
- Fixed search, archive, profile, and account title output
- Prevented duplicate site-title parts from appearing in browser tabs
- Normalized Open Graph title output
- Added and normalized Twitter title output
- Added public head title cleanup so external themes cannot accidentally double-append the site title
- Preserved older saved SEO title data by cleaning duplicated title parts during rendering
- Added migration
0095_seo_title_output_repair.php - Updated version files, changelog, documentation, package metadata, and release manifest
Expected title behavior
Homepage:
Site Title | Tagline
Single posts:
Post Title | Site Title
Pages:
Page Title | Site Title
Search, archive, profile, and account pages now follow the same clean title pattern.
Audit status
The v0.3.12 release package was audited before release.
Checks completed:
- Version files aligned at
0.3.12 - Changelog top entry confirmed
- Package metadata confirmed
- Release manifest validated
- Manifest checksums passed
- ZIP integrity passed
- Built-in smoke test passed
No release-blocking docs, version, changelog, package metadata, or manifest issues were found.