@@ -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