Skip to content

v1.2.1

Choose a tag to compare

@theihasan theihasan released this 12 May 18:08
· 9 commits to main since this release

[1.2.1] – 2025-05-12

Added

  • Migration stubs now directly read the bkash.database.table_prefix config 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 PaymentSuccessful event.
  • Integration bootstrap: imported the PaymentSuccessful event class in the main Bkash integration file to ensure it can be toggled and dispatched correctly.