Skip to content

Releases: payavel/orchestration

v2.1.0

11 Jun 12:33
Compare
Choose a tag to compare

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 to recursivelyMergeConfigFrom. by @r-kujawa in #77

Full Changelog: v2.0.1...v2.1.0

v2.0.1

06 May 13:41
Compare
Choose a tag to compare

What's Changed

  • [2.x] Fix test mode with config driver. by @r-kujawa in #70

Full Changelog: v2.0.0...v2.0.1

v2.0.0

30 Apr 12:22
Compare
Choose a tag to compare

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

26 Mar 04:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.3...v1.1.0

v1.0.3

19 Mar 02:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.3

v1.0.2

05 Mar 12:24
Compare
Choose a tag to compare

What's Changed

  • [1.x] Fix error when calling the orchestrate:provider command after generating service via the orchestrate:service command. by @r-kujawa in #47

Full Changelog: v1.0.1...v1.0.2

v1.0.1

08 Feb 12:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.0.1

v1.0.0

07 Feb 11:59
Compare
Choose a tag to compare

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).