From c9ae52b42832624f02979103b48c224b42aabb30 Mon Sep 17 00:00:00 2001 From: "Beau Beauchamp, WebTigers" Date: Fri, 17 Jul 2026 12:51:41 -0400 Subject: [PATCH] =?UTF-8?q?Release=20v0.17.0-beta=20=E2=80=94=20Site=20Ide?= =?UTF-8?q?ntity=20admin=20screen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump Tiger_Version::VERSION to 0.17.0-beta and promote the Unreleased changelog. Ships the first-party identity module (Site Identity: name/tagline/logo/favicon/social), which lights up the favicon head links + the JSON-LD Organization logo/sameAs. 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 73fa512..639d737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to **Tiger Core** (`webtigers/tiger-core`). Format follows ## [Unreleased] +## [0.17.0-beta] — 2026-07-17 + ### Added - **Site Identity — an admin screen for the site's brand.** A new first-party `identity` module adds a **Site Identity** screen (under Settings) that finally surfaces the site **name** + **tagline** for diff --git a/library/Tiger/Version.php b/library/Tiger/Version.php index 76ee9b5..df106de 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.16.0-beta'; + const VERSION = '0.17.0-beta'; }