Releases: jomweb/billplz
Releases · jomweb/billplz
v5.2.0
Added
- Added support for
PaymentOrderCollection
and PaymentOrder
by @ameershah48 #55.
- Added support for PHP 8.3.
v5.1.0
Changes
- Bump
laravel/codex
dependencies to ^6.1
.
v5.0.0
Changes
- Bump
laravel/codex
dependencies to ^6.0
.
- Bump
laravel/codex-filter
dependencies to ^2.0
.
- Bump
jomweb/ringgit
dependencies to ^3.0
.
Removed
- Remove support for PHP 7.x.
v4.5.1
Changes
- Add
php-http/discovery
to allowed plugin.
v4.5.0
Changes
- Added support for payments with Extra Payment Completion Info by @adimixx in #52
New Contributors
Full Changelog: v4.4.0...v4.5.0
v4.4.0
Changes
- Improves generic type hint.
Fixes
- Fixes
Laravie\Codex\Request::getApiEndpoint()
usage.
v4.2.0
Changes
- Merge
$optional['redirect_url']
when constructing Billplz\PaymentCompletion
for Bill
resource.
- Update sandbox API endpoint to
https://www.billplz-sandbox.com/api
.
v4.1.0
Added
- Added
Billplz\Signature::create()
method.
- Add
WEBHOOK_PARAMETERS
and REDIRECT_PARAMETERS
to Billplz\Signature
.