From 5337329c37c68b6fed049fba4b63f23d19aaaf5b Mon Sep 17 00:00:00 2001 From: "Beau Beauchamp, WebTigers" Date: Fri, 17 Jul 2026 13:03:59 -0400 Subject: [PATCH] =?UTF-8?q?Release=20v0.18.0-beta=20=E2=80=94=20Article=20?= =?UTF-8?q?+=20BreadcrumbList=20JSON-LD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump Tiger_Version::VERSION to 0.18.0-beta and promote the Unreleased changelog. Completes the structured-data track: CMS pages emit a BreadcrumbList, blog articles emit a BlogPosting + breadcrumb, cross-referencing the site identity graph. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 2 ++ library/Tiger/Version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25ebe02..7cfa245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to **Tiger Core** (`webtigers/tiger-core`). Format follows ## [Unreleased] +## [0.18.0-beta] — 2026-07-17 + ### Added - **TigerSEO — Article + BreadcrumbList JSON-LD (per-content rich results).** Completes the structured- data layer: every CMS page now emits a **BreadcrumbList** (Home → each path segment, the leaf labelled diff --git a/library/Tiger/Version.php b/library/Tiger/Version.php index df106de..7c0df04 100644 --- a/library/Tiger/Version.php +++ b/library/Tiger/Version.php @@ -9,5 +9,5 @@ class Tiger_Version { /** Current Tiger Core version. Keep in lockstep with the git tag cut for a release. */ - const VERSION = '0.17.0-beta'; + const VERSION = '0.18.0-beta'; }