Skip to content

Commit 402883f

Browse files
lane711claude
andcommitted
docs(www): add v2.14.0 to changelog and homepage
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9a2ca04 commit 402883f

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

www/src/app/changelog/page.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,13 @@ export const sections = [
6666
<div className="not-prose space-y-6 my-8">
6767

6868

69-
{/* Version 2.13.0 */}
69+
{/* Version 2.14.0 */}
7070
<div className="relative pl-8 pb-8 border-l-2 border-emerald-200 dark:border-emerald-800">
7171
<div className="absolute -left-3 top-0 w-6 h-6 rounded-full bg-emerald-500 border-4 border-white dark:border-gray-900 shadow-lg"></div>
7272

7373
<div className="bg-gradient-to-br from-emerald-50 to-teal-50 dark:from-emerald-900/20 dark:to-teal-900/20 rounded-xl p-6 border border-emerald-200 dark:border-emerald-800 shadow-md hover:shadow-xl transition-shadow">
7474
<div className="flex items-center gap-3 mb-4">
75-
<span className="px-3 py-1 bg-emerald-500 text-white text-sm font-bold rounded-lg">v2.13.0</span>
75+
<span className="px-3 py-1 bg-emerald-500 text-white text-sm font-bold rounded-lg">v2.14.0</span>
7676
<span className="text-sm text-gray-600 dark:text-gray-400">April 9, 2026</span>
7777
<span className="px-2 py-1 bg-gradient-to-r from-orange-100 to-red-100 dark:from-orange-900/30 dark:to-red-900/30 border border-orange-300 dark:border-orange-700 text-orange-800 dark:text-orange-300 text-xs font-bold rounded uppercase">Latest</span>
7878
</div>
@@ -83,7 +83,8 @@ export const sections = [
8383
<span>✨</span> Highlights
8484
</h4>
8585
<ul className="space-y-1.5 ml-6 text-sm text-gray-700 dark:text-gray-300">
86-
<li className="flex items-start gap-2"><span className="text-emerald-500">▸</span>Various improvements and bug fixes</li>
86+
<li className="flex items-start gap-2"><span className="text-emerald-500">▸</span><strong>Stripe Subscription Plugin</strong> — Webhook handling, checkout sessions, subscription gating middleware, admin dashboard</li>
87+
<li className="flex items-start gap-2"><span className="text-emerald-500">▸</span><strong>Migration fix</strong> — Detect and re-run migration 029 when forms tables are missing</li>
8788
</ul>
8889
</div>
8990
</div>

www/src/app/page.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -476,25 +476,29 @@ Join thousands of developers building the future of web APIs
476476
</div>
477477

478478
<div className="space-y-6">
479-
{/* v2.13.0 - Latest Release */}
479+
{/* v2.14.0 - Latest Release */}
480480
<div className="border-l-4 border-emerald-500 dark:border-emerald-400 pl-4 py-1">
481481
<div className="flex items-center gap-2 mb-2">
482-
<span className="text-xs font-bold px-2 py-1 rounded bg-emerald-100 dark:bg-emerald-900/30 text-emerald-700 dark:text-emerald-300">v2.13.0</span>
482+
<span className="text-xs font-bold px-2 py-1 rounded bg-emerald-100 dark:bg-emerald-900/30 text-emerald-700 dark:text-emerald-300">v2.14.0</span>
483483
<span className="text-xs px-2 py-1 rounded bg-gradient-to-r from-orange-100 to-red-100 dark:from-orange-900/30 dark:to-red-900/30 border border-orange-300 dark:border-orange-700 text-orange-800 dark:text-orange-300 font-bold">LATEST</span>
484484
<span className="text-sm text-gray-500 dark:text-gray-400">2026-04-09</span>
485485
</div>
486486
<div className="text-sm space-y-1">
487487
<div className="flex items-start gap-2">
488488
<span className="text-emerald-600 dark:text-emerald-400 mt-0.5">✓</span>
489-
<span className="text-gray-700 dark:text-gray-300">Various improvements and bug fixes</span>
489+
<span className="text-gray-700 dark:text-gray-300"><strong>Stripe Subscription Plugin</strong> - Webhooks, checkout sessions, subscription gating, admin dashboard</span>
490+
</div>
491+
<div className="flex items-start gap-2">
492+
<span className="text-emerald-600 dark:text-emerald-400 mt-0.5">✓</span>
493+
<span className="text-gray-700 dark:text-gray-300"><strong>Migration Fix</strong> - Detect and re-run migration 029 when forms tables are missing</span>
490494
</div>
491495
</div>
492496
</div>
493497

498+
{/* v2.13.0 */}
494499
<div className="border-l-4 border-blue-500 dark:border-blue-400 pl-4 py-1">
495500
<div className="flex items-center gap-2 mb-2">
496501
<span className="text-xs font-bold px-2 py-1 rounded bg-blue-100 dark:bg-blue-900/30 text-blue-700 dark:text-blue-300">v2.13.0</span>
497-
498502
<span className="text-sm text-gray-500 dark:text-gray-400">2026-04-09</span>
499503
</div>
500504
<div className="text-sm space-y-1">
@@ -506,10 +510,6 @@ Join thousands of developers building the future of web APIs
506510
<span className="text-blue-600 dark:text-blue-400 mt-0.5">✓</span>
507511
<span className="text-gray-700 dark:text-gray-300"><strong>User Profile Fixes</strong> - Select options, custom field saving, OTP auto-registration</span>
508512
</div>
509-
<div className="flex items-start gap-2">
510-
<span className="text-blue-600 dark:text-blue-400 mt-0.5">✓</span>
511-
<span className="text-gray-700 dark:text-gray-300"><strong>Comprehensive Docs</strong> - OAuth, Security Audit, Global Variables, webhooks docs</span>
512-
</div>
513513
</div>
514514
</div>
515515

0 commit comments

Comments
 (0)