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

Releases: commercetools/commercetools-paypal-plus-integration

v0.11.1

14 Feb 06:33
6eca80d
Compare
Choose a tag to compare

Patch

  • Add architectural diagram in README.md and its descriptions (#207)

v0.11.0

06 Oct 10:58
2c3df59
Compare
Choose a tag to compare

Change

  • Add usage tracking (#206)

v0.10.0

21 Sep 13:02
c9eb0d4
Compare
Choose a tag to compare

v0.9.1

21 Sep 07:48
d4fc0fc
Compare
Choose a tag to compare

Bugfix

  • Moved dockerfile to correct location (#202)

v0.9.0

20 Sep 08:12
65775c1
Compare
Choose a tag to compare

Change

  • Migrate the build pipeline to git actions (#201)

v0.8.0

30 Mar 12:45
7b0e803
Compare
Choose a tag to compare

New feature

  • New configuration prefixProductNameWithAttr which can prefix the product name that will be passed to paypal_plus (#166)

v0.7.0

25 Nov 17:43
90a4939
Compare
Choose a tag to compare

Improvement

  • execute payment only if there are no successful transactions of type "Charge"(#149)

v0.6.0

29 Apr 14:16
dd52b02
Compare
Choose a tag to compare

Improvements/Re-factoring

  • Added tenant name when an error occurred while communicating with paypal service endpoint(#144)
  • Write interface interaction response on any error produced by paypal sdk call(#145)

v0.4.0

17 May 09:55
v0.4.0
aa0be5d
Compare
Choose a tag to compare

Features

  • apply custom payment description, if provided as a custom field, otherwise fall back to description with reference number (#132 #137)

Improvements/Re-factoring

  • re-factor caching of CacheableSphereClientFactoryImpl using self-wired beans (#118 #119)
  • fixed incorrect service/library name from commercetools-paypal-plus-integration-java to commercetools-paypal-plus-integration (#114 #115)
  • update/re-factor documentation about payment edge cases, shop integration (add references to the documentations)

Release process

  • from now we publish only 2 types of docker tags:

    • [dev-version-name]-[git_commit_hash] - for WIP builds
    • vX.Y.Z (git tag version) if new stable version is published.

    Docker tags like latest, master, [branch-name], [travis-build-num] are not published any more (#122 #124)

v0.3.0

22 Jan 13:37
208f537
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Sync

Features:

  • sync commercetools custom Types required by the service on startup. (#40)
  • don't call Sphere API if update actions list is empty (ce0b6bf)

Migration notes:

  • successUrl and cancelUrl field definitions must be ensure to be mandatory (required). See Migration Guide#To v0.3+ for details