Changelog & Version History
All notable changes, new features, updates, and fixes for each AdFund release are documented here. The latest version is always listed first.
v3.6.0
4 January 2026LatestMajor Mobile App Redesign & Paystack Donations
A major release refining the AdFund mobile experience with a refreshed blue design system, Paystack donations, backend-driven force-update handling, shimmer loading states, lazy image caching, and numerous crash fixes across the app.
- ADDEDPaystack donations with two-step submit and confirm checkout flow
- ADDEDForce update flow based on backend required app version
- ADDEDShimmer loading states for dashboard, campaigns, events, and favourites
- ADDEDLazy image loading with caching and fade-in effect for remote images
- ADDEDPull-to-refresh support for campaigns, events, and favourites
- ADDEDRemember Me and auto-login flow for returning users
- UPDATEDMobile app UI with refined AdFund blue design system
- UPDATEDDashboard, campaign cards, campaign details, authentication, onboarding, profile, drawer, history, events, donate, wallet, and settings screens
- UPDATEDError handling with reusable Something Went Wrong screen and Try Again action
- UPDATEDFlutter 3.44.2, Dart 3.12.2, AGP, Font Awesome and package versions
- UPDATEDiOS permissions and mobile app configuration files
- FIXEDDashboard, wallet, and donate screen crashes caused by null API responses
- FIXEDWallet add money crash caused by string and number JSON values
- FIXEDGuest dashboard loading and carousel empty gap issue
- FIXEDForce update dialog appearing unexpectedly after version bump
Update Commands
composer update && php artisan migrate
php artisan db:seed --class=Database\Seeders\Update\VersionUpdateSeeder
php artisan o:cv3.5.0
4 January 2026Security & Storage Enhancements
Added Google reCAPTCHA, flexible local/AWS S3 storage, and a security rate limiter, plus an improved project entry point and refreshed documentation.
- ADDEDGoogle reCAPTCHA integration for enhanced form security
- ADDEDStorage settings option to switch between local and AWS S3
- ADDEDSecurity rate limiter to prevent abuse and brute-force attacks
- ADDEDUpdated project entry point for better routing and bootstrapping
- UPDATEDGradle, Dart, Flutter and package versions
- UPDATEDDocumentation with all new settings and integration guides
Update Commands
composer update && php artisan migrate
php artisan db:seed --class=Database\Seeders\Update\VersionUpdateSeeder
php artisan o:cv3.4.0
24 August 2025Admin Controls & Feature Expansion
Expanded admin capabilities with user creation, section configuration, campaign search & sharing, Google sign-in, Authorize.net, dedicated notifications, and a dynamic admin URL.
- ADDEDAdmin can add users from project registration data
- ADDEDSection order configuration
- ADDEDSection enable/disable option
- ADDEDAll pages display implemented
- ADDEDCampaign search, saved campaigns, and sharing options
- ADDEDSign in with Google
- ADDEDAuthorize.net payment gateway integration
- ADDEDAdmin can create support tickets for specific users
- ADDEDDedicated page for all notifications
- ADDEDError log in admin panel
- ADDEDDynamic admin URL access
- UPDATEDRole & permission system
- UPDATEDGradle, Dart, Flutter, and package versions
- UPDATEDDocumentation
- FIXEDIssue in support ticket deletion
- FIXEDSupport ticket filtering for same-page tickets
- FIXEDUI bugs and performance optimization
Update Commands
composer update && php artisan migrate
php artisan db:seed --class=Database\Seeders\Update\VersionUpdateSeeder
php artisan o:cv3.3.0
19 November 2024Maintenance Mode & New Gateways
Introduced system maintenance mode, the PayStack payment gateway, and two new languages (French and Hindi).
- ADDEDSystem Maintenance Mode
- ADDEDPayStack payment gateway
- ADDEDTwo new languages (French, Hindi)
- UPDATEDGradle, Dart, Flutter and package versions
- UPDATEDDocumentation
Update Commands
composer update && php artisan migrate
php artisan db:seed --class=Database\Seeders\Update\VersionUpdateSeeder
php artisan o:cv3.2.0
28 July 2024User Management & Bug Fixes
Added a user delete option along with bug fixes and dependency version updates.
- ADDEDUser delete option
- UPDATEDFixed some bugs
- UPDATEDGradle, Dart and Flutter version
- UPDATEDDocumentation
Update Commands
composer update && php artisan migrate
php artisan db:seed --class=Database\Seeders\Update\VersionUpdateSeeder
php artisan o:cv3.1.1
12 June 2024Security & Stability Patch
Patch release improving security and the installer, resolving CDN and image upload issues, and updating dependency versions.
- FIXEDBug improvement
- UPDATEDSecurity and installer
- UPDATEDCDN and image uploading issues
- UPDATEDGradle, Dart and Flutter version
- UPDATEDDocumentation
Update Commands
composer update && php artisan migrate
php artisan db:seed --class=Database\Seeders\Update\VersionUpdateSeeder
php artisan o:cv3.1.0
7 April 2024Payment Gateway Improvements
Improved Razorpay and Perfect Money gateways, refined language translation and cookie policy, and updated dependency versions.
- FIXEDBug improvement
- UPDATEDRazorpay payment gateway
- UPDATEDPerfect Money payment gateway
- UPDATEDLanguage translation
- UPDATEDCookie policy
- UPDATEDGradle, Dart and Flutter version
- UPDATEDDocumentation
Update Commands
composer update && php artisan migrate
php artisan db:seed --class=Database\Seeders\Update\VersionUpdateSeeder
php artisan o:cv3.0.0
22 January 2024New Payment Gateways
Added Coingate, Pagadito, and Tatum payment gateways, updated Razorpay and SSLCommerz, and fixed the register page issue.
- ADDEDCoingate payment gateway
- ADDEDPagadito payment gateway
- ADDEDTatum payment gateway
- FIXEDRegister page issue
- UPDATEDRazorpay payment gateway
- UPDATEDSSLCommerz payment gateway
- UPDATEDFlutter and Dart version
- UPDATEDDocumentation
Update Commands
composer update && php artisan migrate
php artisan db:seed --class=Database\Seeders\Update\VersionUpdateSeeder
php artisan o:cv2.0.0
11 November 2023Multi-Language & RTL Support
Major update adding Razorpay, SSLCommerz, and QRPay gateways alongside full multi-language and RTL support.
- ADDEDRazorpay payment gateway
- ADDEDSSLCommerz payment gateway
- ADDEDQRPay payment gateway
- ADDEDMultiple language support
- ADDEDRTL support
- UPDATEDStripe payment gateway
- UPDATEDDocumentation
Update Commands
composer update && php artisan migrate
php artisan db:seed --class=Database\Seeders\Update\VersionUpdateSeeder
php artisan o:cv1.3.0
3 September 2023Design Refresh & Multi-Currency
Added Flutterwave multi-currency support and email broadcasts, refreshed campaign and page designs, and fixed version updating issues.
- ADDEDFlutterwave multiple currency
- ADDEDEmail sent successfully to all users
- UPDATEDRegister policy checkbox
- UPDATEDCampaign page design
- UPDATEDPages shape design
- UPDATEDDocumentation
- FIXEDVersion updating issues
Update Commands
composer update && php artisan migrate
php artisan db:seed --class=Database\Seeders\Update\VersionUpdateSeeder
php artisan o:cv1.2.0
21 July 2023Wallet & App UI Improvements
Added admin wallet balance controls, dynamic payment gateway mode, and multi-language keywords, with UI polish and bug fixes.
- ADDEDAdd/subtract balance by admin to user wallet
- ADDEDDynamic payment gateway mode
- ADDEDMulti-language keyword
- UPDATEDUser care
- UPDATEDApp UI
- UPDATEDDart and Flutter latest version
- UPDATEDDocumentation
- FIXEDFetch API issues
- FIXEDMinor bugs and more code optimisation
Update Commands
composer update && php artisan migrate
php artisan db:seed --class=Database\Seeders\Update\VersionUpdateSeeder
php artisan o:cv1.1.0
10 May 2023Flutterwave & Demo Mode
Added the Flutterwave payment gateway and a demo version mode, with profile, validation, and currency-exchange fixes.
- ADDEDFlutterwave payment gateway
- ADDEDDemo version mode
- UPDATEDDocumentation
- FIXEDUser profile update
- FIXEDInput form validation
- FIXEDCurrency exchange calculation
- FIXEDMinor bugs and more code optimisation
Update Commands
composer update && php artisan migrate
php artisan db:seed --class=Database\Seeders\Update\VersionUpdateSeeder
php artisan o:cv1.0.0
6 May 2023Initial Release
Initial release of the fully functional AdFund platform — including the Android App, iOS App, Website, and Admin Panel.
- ADDEDAndroid App, iOS App, Website, Admin Panel
- ADDEDFlutter + Laravel + MySQL stack