Skip to content

Releases: spryker/shipment-extension

1.2.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 01 Aug 09:41

Included commits: 1.1.0...1.2.0

Improvements

  • Introduced ShipmentMethodCollectionExpanderPluginInterface plugin interface to expand the ShipmentMethodCollectionTransfer with additional data.
  • Introduced ShipmentMethodCollection transfer.

Adjustments

  • Added Transfer module to dependencies.

1.1.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 20 Mar 10:09

Included commits: 1.0.0...1.1.0

Improvements

  • Introduced ShipmentExpenseExpanderPluginInterface to provide the ability to expand shipment expense before storing it into the database.
  • Introduced Expense transfer.

1.0.0

Choose a tag to compare

@spryker-release-bot spryker-release-bot released this 13 Sep 08:17

Included commits: https://github.com/spryker/shipment-extension/tree/1.0.0

Initial Release

  • Introduced ShipmentMethodAvailabilityPluginInterface to check shipment method availability for a shipment group.
  • Introduced ShipmentMethodDeliveryTimePluginInterface to return delivery time for a shipment group.
  • Introduced ShipmentMethodFilterPluginInterface to filter available shipment methods for a shipment group.
  • Introduced ShipmentMethodPricePluginInterface to return the shipment method price for a shipment group.
  • Introduced ShipmentGroupsSanitizerPluginInterface to sanitize shipment group collection.