From 8cbb26ff351779f30cd0c0e9f3cbaa0dca8fa736 Mon Sep 17 00:00:00 2001 From: "Beau Beauchamp, WebTigers" Date: Fri, 17 Jul 2026 15:12:26 -0400 Subject: [PATCH] =?UTF-8?q?Release=20v0.19.0-beta=20=E2=80=94=20marketing?= =?UTF-8?q?=20pages=20+=20Solutions=20mega-menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump Tiger_Version::VERSION to 0.19.0-beta and promote the changelog. Ships the new home, /vibe, /agency marketing pages and the static Solutions mega-menu. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 11 +++++++++++ library/Tiger/Version.php | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cfa245..a5a8e3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ All notable changes to **Tiger Core** (`webtigers/tiger-core`). Format follows ## [Unreleased] +## [0.19.0-beta] — 2026-07-17 + +### Added +- **Marketing pages + Solutions mega-menu.** The shipped marketing surface is now audience-segmented, + all static (part of every download): a lean new **home** (`/`) that positions Tiger broadly and points + at three audience paths; **`/vibe`** (the former home, repositioned as the SaaS-startup / vibe-coding + pitch); and a new **`/agency`** page (one client or a hundred, white-label per tenant). The header's + first nav item is a static **Solutions mega-menu** — a 2×2 card panel linking to `/cms`, `/agency`, + `/vibe`, and a placeholder. Pretty routes `/vibe` + `/agency` are static aliases into the core + `IndexController` (`_initMarketingAliases`). + ## [0.18.0-beta] — 2026-07-17 ### Added diff --git a/library/Tiger/Version.php b/library/Tiger/Version.php index 7c0df04..7d62785 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.18.0-beta'; + const VERSION = '0.19.0-beta'; }