Back to History

v1.11.2

Released January 22, 2026

Summary

This update introduces a robust mechanism to conditionally hide pricing and subscription-related features. This allows the application to operate in a "no-payments" mode, suitable for beta testing or specific deployment environments where monetization is disabled.

Key Changes

Environment Control

  • Introduced NEXT_PUBLIC_ACCEPT_PAYMENTS environment variable.
  • When set to false, all payment-related UI and logic are disabled.

Routing & Security

  • Implemented middleware redirects in proxy.ts to block access to /pricing when payments are disabled.
  • Users attempting to access pricing pages are redirected to /auth/login.

UI Adaptations

  • Conditionally hidden "Pricing" link in the global Footer.
  • Removed "View Pricing" buttons and "Quick Pricing" cards from the Features page.
  • Hidden "Subscription" settings tabs for both Employer and Recruiter dashboards.