Changelog

v2.1

  • Update composer.lock; upgrade Symfony packages to version 7.2.2
  • Bump version to 2.0 in package.json
  • Remove migration for adding 'cost' column to 'class_lists' table
  • Update SSH user and server details in package.json; modify sync scriptFix default dialog label to use proper capitalization and format error
  • Add label column to payment_methods table and update related componen…
  • Add base-addon component and integrate it into LinksList and BaseItem…
  • Remove moduleName from AutoRenewal module.json and update managePermi…
  • Update permissions for modules directory and modules.json to improve…
  • Add translations for nickname, auto renewal, payment authorization...
  • Add method to convert exceptions to array with custom message
  • Update CENTRAL_DOMAINS in .env.example to include www subdomain
  • Update ProductPage.vue to use null instead of false for id and attrib...
  • Update middleware in class-lists route to use fully qualified model name
  • Enhance application configuration handling and improve loading logic
  • Update app.blade.php title to use application name from configuration
  • Update package.json description for clarity
  • Fix title replacement logic in webpack.quasar.mix.js to ensure proper…
  • Update PHP and development dependencies in composer.lock
  • Add script to automate merging from upstream/next into origin/dev
  • Merge remote-tracking branch 'upstream/next' into dev
  • Fix deleteRows method call in useAddonStore to remove payload directly
  • Add command and event for enabling addons; implement listener
  • Add changeUsages method to UserController and corresponding API
  • Set application language based on config and trigger menu fetch
  • Add LangParseCommand to automate language file updates and enhance
  • Refactor addon enabling process to use a consistent cache key and log