Skip to content

Releases: spryker/gift-card

1.9.5

06 May 14:04
Compare
Choose a tag to compare

Included commits: 1.9.4...1.9.5

Improvements

  • Added PHPStan 1.10.* support.

1.9.4

27 Nov 15:23
Compare
Choose a tag to compare

Included commits: 1.9.3...1.9.4

Fixes

  • Adjusted GiftCardFacade::recalculate() so it updates available amount field of the gift card payment, instead of updating the amount field.
  • Impacted GiftCardCalculatorPlugin with facade changes.

1.9.3

07 Jun 08:13
Compare
Choose a tag to compare

Included commits: 1.9.2...1.9.3

Adjustments

  • Adjusted codeception.yml config to use ShipmentMethodDataHelper and ShipmentCarrierDataHelper helpers.

1.9.2

05 May 23:46
Compare
Choose a tag to compare

Included commits: 1.9.1...1.9.2

Adjustments

  • Updated databuilder definition

1.9.1

03 Apr 08:35
Compare
Choose a tag to compare

Included commits: 1.9.0...1.9.1

Improvements

  • Added compatibility with Dynamic Store.

1.9.0

10 Mar 14:48
Compare
Choose a tag to compare

Included commits: 1.8.0...1.9.0

Improvements

  • Added AclMerchantPortalExtension module to dependencies.
  • Introduced GiftCardAclEntityConfigurationExpanderPlugin plugin to expand provided AclEntityMetadataConfig transfer object with giftCard composite data.
  • Introduced AclEntityMetadataConfig transfer.
  • Introduced AclEntityMetadata transfer.
  • Introduced AclEntityParentMetadata transfer.
  • Introduced AclEntityMetadataCollection transfer.

1.8.0

08 Feb 15:18
Compare
Choose a tag to compare

Included commits: 1.7.0...1.8.0

Improvements

  • Introduced GiftCardPaymentMapKeyBuilderStrategyPlugin plugin to build payment map key considering Gift Card data.
  • Introduced GiftCardFacadeInterface::buildPaymentMapKey() to build payment map key considering Gift Card data.

Adjustments

  • Added Transfer module to dependencies.
  • Added SalesPaymentExtension module to dependencies.

1.7.0

24 Jan 19:53
Compare
Choose a tag to compare

Included commits: 1.6.1...1.7.0

Improvements

  • Adjusted Spryker\Zed\GiftCard\Communication\Controller\SalesController to use serializedOrderTransfer from request instead of orderTransfer.

1.6.1

29 Dec 12:37
Compare
Choose a tag to compare

Included commits: 1.6.0...1.6.1

Fixes

  • Adjusted gift_card.databuilder.xml in order to fix CI errors.

1.6.0

25 May 07:49
Compare
Choose a tag to compare

Included commits: 1.5.4...1.6.0

Improvements

  • Introduced GiftCardFacade::saveOrderGiftCards() to save gift cards data from order items into DB.
  • Introduced GiftCardCheckoutDoSaveOrderPlugin to save information of the order to DB.
  • Introduced GiftCardCheckoutPreConditionPlugin to validate the quote before saving the order to DB.
  • Introduced SaveOrder transfer.

Deprecations

  • Deprecated GiftCardFacade::saveGiftCardPayments().
  • Deprecated GiftCardFacade::saveSalesOrderGiftCardItems().
  • Deprecated GiftCardOrderItemSaverPlugin.
  • Deprecated GiftCardOrderSaverPlugin.
  • Deprecated GiftCardPreCheckPlugin.

Adjustments

  • Added CheckoutExtension module to dependencies.
  • Added PaymentExtension module to dependencies.