From 5780c702332d70c2718dfcd505adabbfadce28d6 Mon Sep 17 00:00:00 2001 From: "Beau Beauchamp, WebTigers" Date: Sun, 2 Aug 2026 13:37:43 -0400 Subject: [PATCH] =?UTF-8?q?Release=20v0.47.0-beta=20=E2=80=94=20the=20acco?= =?UTF-8?q?unt=20surface=20(dedicated=20"My=20Account"=20menu)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Version bump + CHANGELOG. Ships the Tiger_Account_Nav registry + the Tiger_Controller_Account_Action base, /account's own sidebar (menu follows the surface not the role, ACL-gated Admin escape hatch), and the profile screens moved onto the account surface (#93). Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 2 ++ library/Tiger/Version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d53dc2..33529c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to **Tiger Core** (`webtigers/tiger-core`). Format follows ## [Unreleased] +## [0.47.0-beta] — 2026-08-02 + ### Added - **A dedicated "My Account" menu — the account surface is now first-class.** `/account` gets its own sidebar (`Tiger_Account_Nav`) instead of the admin menu filtered down: the menu follows the *surface*, diff --git a/library/Tiger/Version.php b/library/Tiger/Version.php index 845c448..db03d77 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.46.0-beta'; + const VERSION = '0.47.0-beta'; }