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'; }