Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 —
`<title>` "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
Expand Down
2 changes: 1 addition & 1 deletion library/Tiger/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
}
Loading