Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Latest commit

 

History

History
149 lines (105 loc) · 7.95 KB

CHANGELOG.md

File metadata and controls

149 lines (105 loc) · 7.95 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

v3.1.0 (2018-01-17)

Bug Fixes

  • Accounts: Resolves Warning on account creation. (4a712974)

Features

  • Orders: Adds item category argument into addItem() method. (749fa85e)

  • Accounts: Adds getPasswordLink() method. (fe2c4d6d)

  • Balances: Get balances of Moip Account. (37b085a8)

  • Transfers:

    • Create a transfer to a saved bank account. (749fa85e)
    • Adds set and get ownId to a transfer. (1c297d14)

(2018-01-04)

Bug Fixes

Features

  • Holder Add Holder resource and resolves Holder params. (9f84f793)
  • Order
    • map attributes on order creation (8f9755ef)
    • add attribute paid to order creation mock (2f01ad91)
    • remove shipping address attributes from populate (7eda9b6f)

Tests

  • Support PHPUnit 5 and 6 (5a316192)
  • Test against PHP 7.1 and 7.2 (c6983f63)
  • Order
    • add tests for the new mapped attributes (9c99d832)
    • add attribute paid to order creation mock (2f01ad91)

BREAKING CHANGES

The type Holder was added to be used on payment creation and on some other features linked on funding instrument.

(2017-11-01)

Bug Fixes

  • Prevent notice when tax document or receivers are not returned (6f6c10bd)
  • Transfers
    • Improved fix to issue #184 (a6e992f2)
    • Fix setHolder warning when called before setTransfers (#184). (33f9126d)

Features

  • BankAccount Created bank account get id, get list, delete, update (#185) (a4ac12d8)
  • Keys adds method to get public key from moip account (fc2143a2)
  • NotificationPreferences
    • added method to get a notification preference (d9f40623)
    • Added method to get a list of notifications (9be2ae45)
  • Payment
    • changed 'get' method to allow get a payment without get an order first (7874a7ed)
    • add method 'cancel' to cancel pre-authorized payments (858cece3)
    • changed 'capture' method to allow multipayments (32d70e76)
  • Transfers Added get list, get id, revert and getters (8c03c932)
  • account
    • added getCreatedAt function (98b1ff3b)
    • added missing properties to account (14256c08)

(2017-10-09)

Bug Fixes

  • Prevent notice when tax document or receivers are not returned (6f6c10b)

Features

  • Account: Create method to check if an account exists (17e6cd2)
  • Keys: adds method to get public key from moip account (fc2143a)
  • NotificationPreferences: Added method to get a list of notifications (9be2ae4)
  • NotificationPreferences: added method to get a notification preference (d9f4062)
  • Payment: add method 'cancel' to cancel pre-authorized payments (858cece)
  • Payment: changed 'capture' method to allow multipayments (32d70e7)
  • Payment: changed 'get' method to allow get a payment without get an order first (7874a7e)

2.0.0 (2017-09-29)

Features

  • Account: Create method to check if an account exists (17e6cd2)
  • Webhooks: Create method to get a list of webhooks(fa4a7d4)
  • added methods to get boleto print link and token from webhook(ab158a6)

BREAKING CHANGES

Method generateListPath from MoipResource changed last parameter to array instead string.

1.3.2 (2017-09-18)

Bug Fixes

  • MoipResource: Initializing variable to prevent E_NOTICE (42ee471)
  • Connect: Removing type declaration from methods to compatibility with PHP older versions (77abe58)

1.3.1 (2017-08-11)

Bug Fixes

  • Account: Fix account create without company set (#157) (4d7f4bc5)

1.3.0 (2017-08-08)

Bug Fixes

  • order:
    • fix adding of installments in checkout preferences (3dee9fa)
  • refund:
    • fix of bank account refund (d336f9f)
  • fix method to return HATEOAS links from API (025bfde)
  • fix method to get DateTime from resources (3d30cbb)

New Features

  • escrow: add escrow resource (ed99701),
  • notification preferences: add notification preferences resource (e553d8b)
  • customer credit card: add resource to add more credit cards to customer (d327f03)

BREAKING CHANGES

Now tests are run using OAuth authentication instead Basic Auth, because now there are tests to resources that only uses OAuth authentication.