Changelog

v2.6

Features
  • Added provider column to subscriptions table migration.
  • Implemented theme deletion and updated routes to use Tenant namespace.
  • Added File system Tenancy Bootstrapper and tenancy_asset helper function.
  • Replaced logo images with base-logo component for consistency across layouts.
Improvements & Refactoring
  • Refactored gym branding to use dynamic application name and logo across various views.
  • Refactored page layout and styles in 1000013.blade.php for improved readability and performance.
  • Refactored code to remove file copy operation from tenant migration for improved clarity.
  • Updated page controller references to use Tenant namespace.
  • Updated loginAs method to use tenant routing for login-as URL.
Fixes
  • Used realpath to construct the thumbnail path for accurate file existence check.
  • Updated home link title to use dynamic application name.
  • Updated theme cloning logic to correctly set asset paths.
  • Handled potential null user in attendance logging and updated seeder to include missing classes.