Updates

Changelog & Version History

All notable changes, new features, updates, and fixes for each release are documented here. The latest version is always listed first.

8RELEASES
12FEATURES ADDED
19UPDATED
v2.0.0CURRENT VERSION
Legend:
ADDEDUPDATEDFIXEDREMOVED

v2.0.0

12 June 2026Latest
🛠️

Major App Redesign & Unified Transaction History

A major release redesigning the core money-movement flows (Add Money, Withdraw, Send Money, Make Payment), introducing a Unified Transaction History with PDF receipts, biometric login, and a refreshed module-aware navigation — alongside dependency upgrades and UI polish across the app.

  • ADDEDUnified Transaction History with search, type filters, detail view and PDF receipt download (covers all 21 transaction types)
  • ADDEDRedesigned Add Money flow — amount keypad with live fees/limits, gateway picker with logos and search, modern preview screen
  • ADDEDRedesigned Withdraw flow matching the new Add Money experience, with smart limit validation and preview
  • ADDEDRedesigned Send Money — linked currency conversion card with live exchange rate, searchable wallet pickers, instant recipient validation and preview
  • ADDEDRedesigned Make Payment matching the new Send Money experience
  • ADDEDRedesigned bottom navigation with quick Scan action and module-aware tabs (tabs follow admin module settings)
  • ADDEDBiometric login offer after sign-in on supported devices
  • ADDEDSmart amount validation — transaction buttons disable automatically when limits are exceeded
  • ADDEDSearchable selection sheets across the app (currencies, wallets, gateways)
  • UPDATEDUpdate Profile screen with new layout, profile photo editing and locked email field
  • UPDATEDVirtual card details with secure in-app card number and CVV reveal (Sudo)
  • UPDATEDLoading experience with skeleton shimmers across forms and lists
  • UPDATEDExchange rate display now accurate from first open in Send Money and Make Payment
  • UPDATEDPayment gateway logos now display correctly in Add Money and Withdraw
  • UPDATEDDropdown menus readable in all themes and brand colors (fixed across 17 screens)
  • UPDATEDGradle, Dart, Flutter and package versions to the latest stable releases
  • UPDATEDDocumentation this version

Update Commands

composer update && php artisan migrate php artisan db:seed --class=Database\Seeders\Update\VersionUpdateSeeder php artisan o:c
RedesignTransactionsAdd MoneySend MoneyBiometricFlutter

v1.5.0

12 May 2026
🛠️

Build Pipeline & Storage Refresh

Refreshed Composer autoload, storage symlinks, and added Nginx document-root guidance for production deployments.

  • UPDATEDComposer dependencies & autoload
  • UPDATEDStorage symlink re-generated
  • ADDEDNginx document-root configuration note

Update Commands

composer update && composer dumpautoload php artisan migrate php artisan db:seed --class=Database\Seeders\Update\VersionUpdateSeeder php artisan storage:link php artisan optimize:clear
ComposerStorageNginx
Nginx Server Configuration (Important)

If you are using Nginx, make sure the Document Root (entry point) is correctly set.

Correct:
{project_path}/public

v1.4.1

5 May 2026
🐛

Patch Release

Minor patch release with dependency refresh and database seeder updates.

  • UPDATEDComposer dependencies refreshed
  • UPDATEDVersion update seeder applied

Update Commands

composer update && php artisan migrate php artisan db:seed --class=Database\Seeders\Update\VersionUpdateSeeder php artisan o:c
PatchComposer

v1.4.0

1 May 2026
🔧

Maintenance Update

Routine maintenance release with database migration and dependency updates.

  • UPDATEDComposer dependencies refreshed
  • UPDATEDDatabase migration applied

Update Commands

composer update && php artisan migrate php artisan db:seed --class=Database\Seeders\Update\VersionUpdateSeeder php artisan o:c
MaintenanceMigration

v1.3.0

24 April 2026
🔁

Helpers Case-Sensitivity Fix

Renamed the helpers file to use a capitalized class-style name for cross-platform (Linux) compatibility.

  • FIXEDRenamed "app/Http/Helpers/Api/helpers.php" → "Helpers.php"
  • UPDATEDComposer dependencies & migrations

Update Commands

php artisan file:rename "app/Http/Helpers/Api/helpers.php" "app/Http/Helpers/Api/Helpers.php" composer update && php artisan migrate php artisan db:seed --class=Database\Seeders\Update\VersionUpdateSeeder php artisan o:c
FixHelpersLinux

v1.2.0

17 April 2026
🔧

Maintenance Update

Standard release with refreshed dependencies and seeded version update records.

  • UPDATEDComposer dependencies & migrations
  • UPDATEDVersion update seeder applied

Update Commands

composer update && php artisan migrate php artisan db:seed --class=Database\Seeders\Update\VersionUpdateSeeder
Maintenance

v1.1.0

10 April 2026
📦

First Post-Release Update

Initial post-launch update with dependency refresh, database migrations, and config cache clear.

  • UPDATEDComposer dependencies & migrations
  • UPDATEDOptimize cache cleared

Update Commands

composer update && php artisan migrate php artisan db:seed --class=Database\Seeders\Update\VersionUpdateSeeder php artisan o:c
UpdateCache

v1.0.0

3 April 2026
🚀

Initial Release

First public release of the fully functional platform — including Android App, iOS App, Website, and Admin Panel — built on Flutter, Laravel, and MySQL with a complete set of core features ready for production use.

  • ADDEDAndroid App, iOS App, Website, Admin Panel
  • ADDEDFlutter + Laravel + MySQL stack
Android AppiOS AppWebsiteAdmin PanelFlutterLaravel