From 80fadd7f80abd4a1b1fb64a908496d35d0b29dc9 Mon Sep 17 00:00:00 2001 From: "Beau Beauchamp, WebTigers" Date: Tue, 4 Aug 2026 09:42:53 -0400 Subject: [PATCH] =?UTF-8?q?Release=20v0.50.0-beta=20=E2=80=94=20reposition?= =?UTF-8?q?=20the=20default=20landing=20+=20footer=20views=20(#101)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version bump + CHANGELOG. Closes the #99 gap: the built-in home landing + public footer still hardcoded the old "1-click SaaS platform on TigerZF" copy that renders on a fresh install; now outcome-first. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 9 +++++++++ library/Tiger/Version.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fafe110..077657b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ All notable changes to **Tiger Core** (`webtigers/tiger-core`). Format follows ## [Unreleased] +## [0.50.0-beta] — 2026-08-04 + +### Changed +- **Repositioned the default MVC views (the #99 gap).** The built-in home landing + (`core/views/scripts/index/index.phtml`) and the public footer still carried the old copy — + `` "a 1-click SaaS platform on TigerZF", the "One platform…" H1, and the footer tagline. + These render on a **fresh install** (before a CMS home page exists), so a new install's first-run + screen now leads with *"Stop building apps. Start shipping businesses — the AI-native SaaS platform."* + ## [0.49.0-beta] — 2026-08-04 ### Changed diff --git a/library/Tiger/Version.php b/library/Tiger/Version.php index d52f145..7d56d52 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.49.0-beta'; + const VERSION = '0.50.0-beta'; }