This file contains the upgrade notes for MyInvois SDK for PHP. These notes highlight changes that could break your application when you upgrade from one version to another.
Upgrade process is as simple as updating your dependency in your composer.json by
running composer update
. After upgrade, you may need to check whether your application still works as expected and no tests are broken.
See the following notes on which changes to consider when upgrade from one version to another.
Note: If you want to upgrade from version A to version C and there is version B between A and C, you need to follow the guides for both A and B.
- The
getNotifications()
function inKlsheng\Myinvois\Service\Notification\NotificationService
has been updated, and thechannel
parameter has been removed. - The
searchDocuments()
function inKlsheng\Myinvois\Service\Document\DocumentService
has removed thecontinuationToken
parameter and introduced thepageNo
parameter.