From 167726414a593081e87a332eb75ebd299aa235b7 Mon Sep 17 00:00:00 2001 From: "Beau Beauchamp, WebTigers" Date: Wed, 23 Sep 2026 13:56:44 -0400 Subject: [PATCH] =?UTF-8?q?Release=201.15.0=20=E2=80=94=20manifest=20prote?= =?UTF-8?q?cted=20(always-on)=20module=20flag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump Tiger_Version to 1.15.0; move the protected-flag note from [Unreleased] to [1.15.0]. Content on main (#307). Enables TigerPanel's always-on requirement. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01ASauLLscjqdsNqBNsx2Typ --- CHANGELOG.md | 2 ++ library/Tiger/Version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3098d9f..937dac7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ All notable changes to **Tiger Core** (`webtigers/tiger-core`). Format follows ## [Unreleased] +## [1.15.0] — 2026-09-23 + ### Added - **Modules: manifest-driven `protected` (always-on) flag.** A module that declares `"protected": true` diff --git a/library/Tiger/Version.php b/library/Tiger/Version.php index 2f8f6e4..1b30815 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 = '1.14.0'; + const VERSION = '1.15.0'; }