Skip to content

Releases: jomweb/billplz

v3.0.1

02 Mar 10:26
Compare
Choose a tag to compare

Changes

  • Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.

v3.0.0

13 Dec 10:59
Compare
Choose a tag to compare

Added

  • Add Billplz\Contracts interfaces for easier integration.

Changes

  • Update Laravie Codex to v4.0+.
  • Change Billplz\Base\Bank to Billplz\Base\BankAccount.
  • Rename Billplz\Base\Bank::checkAccount() to Billplz\Base\BankAccount::check().

Removed

  • Remove Billplz\Client::check(), use Billplz\Client::bank()->check() instead.
  • Remove Billplz\Base\Check, use Billplz\Base\BankAccount.

v2.0.4

06 Nov 11:59
Compare
Choose a tag to compare

Changes

  • Add ability to proxy activating and deactivating Collection via v3 when using v4.
  • Use multipart request when creating bill and open collection.

v2.0.3

31 Jul 01:52
Compare
Choose a tag to compare

Added

  • Added Billplz\Four\Webhook to allow querying Webhook Ranking from Billplz API.

v2.0.2

24 Jun 04:11
Compare
Choose a tag to compare

Fixes

  • Fixes call via $billplz->openCollection() to resolve proper instance.

v2.0.1

31 May 14:41
Compare
Choose a tag to compare

Changes

  • Allows to install jomweb/ringgit v2.0+.

Deprecated

  • Deprecate Billplz\Base\Bill\Transaction::show(), use get() instead.

v2.0.0

06 May 02:06
Compare
Choose a tag to compare

Added

  • Added Billplz\Base\OpenCollection which can be accessed via $client->openCollection().

Changes

  • Bump minimum stability to PHP 7.1 and above, and introduce scalar typehint and scalar return type.
  • Bump laravie/codex to v3.0.+.
  • Use jomweb/ringgit instead of money/money to parse money with Malaysia currency.

Removed

  • Remove Billplz\Base\Collection::index(), use all() instead.
  • Remove Billplz\Base\Bill::show(), use get() instead.
  • Remove handling Open Collection using Billplz\Base\Collection, use Billplz\Base\OpenCollection instead. You can also use $client->openCollection() helper.
  • Remove nesbot/carbon suggested dependency.

v1.3.3

04 May 06:24
Compare
Choose a tag to compare

Added

  • Add creating verification bank account.
  • Add getting verification status for a bank account.

v1.3.2

25 Apr 14:37
Compare
Choose a tag to compare

Added

  • Added Billplz\Base\Bill::get() as alternative to show().
  • Added Billplz\Base\Collection::all() as alternative to index().
  • Added Billplz\Base\OpenCollection to handle Open Collection resource.
  • Added Billplz\Base\Collection\PaymentMethod to handle Payment Method resource.

Changes

  • Move redirect() and webhook() methods to Billplz\Base\PaymentCompletion trait.

v1.3.1

02 Apr 12:57
Compare
Choose a tag to compare

Fixes

  • Fixes X-Signature validation for redirected URL.