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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.18.0-beta';
const VERSION = '0.19.0-beta';
}
Loading