All notable changes to laravel-converge-api
will be documented in this file.
Minor release: cleanup and Pint run
- Update package to support Laravel 11 by @shcherse in #3
- @shcherse made their first contribution in #3
Full Changelog: https://github.com/treeStoneIT/laravel-converge-api/compare/v2.1.1...2.2.0
updated to support Laravel 10
- Removed
wwwroth/php-converge-api
from the dependencies, and brought Converge request code into the package. This allows us more control. And existingwwwroth/php-converge-api
package version was causing PSR4 errors.
Breaking changes in this release:
cccredit
,force
andavsOnly
were removed as Elavon recommends against their use.- Instead we have added a
custom
method where you can pass$transactionType
as your first parameter. This will allow you to use the deprecated methods if absolutely necessary.
- initial release