Releases: payavel/orchestration
Releases · payavel/orchestration
v2.1.0
What's Changed
- [2.x] Merge config recursively. by @r-kujawa in #71
- [2.x] Add OrchestratesService trait. by @r-kujawa in #74
- [2.x] Reorganize tests for simplicity. by @r-kujawa in #76
- [2.x] Rename
recursivelyMergesConfigFrom
function torecursivelyMergeConfigFrom
. by @r-kujawa in #77
Full Changelog: v2.0.1...v2.1.0
v2.0.1
v2.0.0
What's Changed
- [2.x] Update PHP & Laravel support for
2.x
. by @r-kujawa in #45 - [2.x] Use Laravel Prompts by Jess Archer by @r-kujawa in #19
- [2.x] Rename Merchant to Account by @r-kujawa in #60
- [2.x] Prepare package for foundational usage. by @r-kujawa in #62
- [2.x] Update service stub override capabilities. by @r-kujawa in #63
- [2.x] Publish base migration when database driver is chosen. by @r-kujawa in #66
- [2.x] Use DIRECTORY_SEPARATOR to support unix and dos. by @r-kujawa in #67
- [2.x] Fix
orchestrate
commands not working on Windows. by @r-kujawa in #68 - [2.x] Rename
$additionalInformation
to$additionalData
. by @r-kujawa in #69
🔴 Lots of breaking changes. Although it is possible to upgrade, I would recommend treating this as a rewrite of v1
.
😉 Future versions will be made more upgradeable friendly.
Full Changelog: v1.1.0...v2.0.0
v1.1.0
v1.0.3
v1.0.2
v1.0.1
v1.0.0
This is the initial release for payavel/orchestration It is the extraction of the foundation of payavel/checkout with many additional features like support for service drivers including custom ones. It has also been adapted to be utilized to help integrate your Laravel application with any service you can imagine (not just payments related).