From 4957118afda31e54863958f6c3509a00a113112f Mon Sep 17 00:00:00 2001 From: "Beau Beauchamp, WebTigers" Date: Fri, 7 Aug 2026 18:15:43 -0400 Subject: [PATCH] Bump version to 0.52.0-beta MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit reCAPTCHA v3 now works across Tiger's AJAX form surface (login/forgot/reset/otp via the FormRecaptcha helper fix) and is newly enforced on public signup — a new protective capability, so a minor bump. Co-Authored-By: Claude Opus 4.8 (1M context) --- library/Tiger/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Tiger/Version.php b/library/Tiger/Version.php index f1ed674..e0655d5 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.51.1-beta'; + const VERSION = '0.52.0-beta'; }