v1.2.1
[1.2.1] – 2025-05-12
Added
- Migration stubs now directly read the
bkash.database.table_prefixconfig when creating and dropping tables, ensuring prefix-aware schema generation/deletion.
Changed
-
BkashServiceProvider: introduced a helper method to generate timestamped migration file names when publishing stubs.
-
README.md:
- Added instructions on how to publish the new migration stubs and configure the event system.
- Included detailed listener-registration steps for the
PaymentSuccessfulevent.
-
Integration bootstrap: imported the
PaymentSuccessfulevent class in the main Bkash integration file to ensure it can be toggled and dispatched correctly.