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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ All notable changes to **Tiger Core** (`webtigers/tiger-core`). Format follows

## [Unreleased]

## [0.39.1-beta] — 2026-07-22

### Added
- **"Why Tiger" in the public nav.** The PUMA public header now leads with a `/why-tiger` link
(before the Solutions mega-menu), pointing at the Why Tiger marketing page.

## [0.39.0-beta] — 2026-07-22

### 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.39.0-beta';
const VERSION = '0.39.1-beta';
}
1 change: 1 addition & 0 deletions themes/puma/views/scripts/_partials/public-header.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ $mega = [

<div class="collapse navbar-collapse" id="tigerNav">
<ul class="navbar-nav mb-2 mb-lg-0">
<li class="nav-item"><a class="nav-link" href="/why-tiger">Why Tiger</a></li>
<!-- Solutions: a static mega-menu — HTML injected into the first dropdown. -->
<li class="nav-item dropdown tiger-mega">
<a class="nav-link dropdown-toggle" href="#" id="tigerSolutions" role="button" data-bs-toggle="dropdown" data-bs-display="static" aria-expanded="false">Solutions</a>
Expand Down
Loading