new

improved

fixed

v6.0.1

New Features
  • Support Ticket System:
    Implemented a comprehensive support ticket management system including CRUD operations, dynamic user selection, and administrator rebinding.
  • PayU Payment Provider:
    Integrated
    PayU
    payment provider support into the checkout flow with dedicated logo assets and callbacks.
  • Custom Domains:
    Added a custom domain management module featuring DNS verification and fallback settings.
  • Localization:
    Added full multi-language support across the platform with automatic English fallbacks and tenant-specific translation loaders.
  • Unified Auth Flow:
    Implemented tenant-specific authentication logic and unified authentication routes via a single composable.
  • Enhanced Billing:
    Added support for managing multiple payment methods,
    3D Secure
    confirmations, and admin oversight.
  • Plain Text Notifications:
    Added support for plain text notification templates alongside HTML emails.
Improvements
  • Security & Permissions:
    Standardized granular permissions using wildcard syntax across modules to simplify access control.
  • Email Layouts:
    Optimized email layouts and style formatting across all notification templates using inline table styling.
  • PageBuilder:
    Unified PageBuilder authentication checks to utilize Sanctum guards across central and tenant contexts.
  • Design Consistency:
    Standardized UI components with a global border-radius of 12px and cleaner card styling.
  • Menu Routing:
    Centralized menu processing and notification routing inside a dedicated MenuService.
  • Events & Routing:
    Migrated central routing and welcome notifications to event-driven systems.
Fixes
  • Localization:
    Fixed locale-specific translation loading issues and standardized TransService logic.
  • UI & Layout:
    Resolved styling anomalies on domain list cards and subscription hover layouts.
  • Access Control:
    Fixed product menu permission restrictions by consolidating requirements to wildcard values.
  • Stability:
    Cleaned up obsolete templates and unified configuration loaders for improved dashboard stability.