github saleor/saleor 3.0.0-a.23

latest releases: 3.19.40, 3.19.39, 3.18.45...
pre-release3 years ago

Changelog

Breaking

  • Extend plugins manager to configure plugins for each plugins - #7198 by @korycins:
    • Introduce changes in API:
      • paymentInitialize - add channel parameter. Optional when only one channel exists.
      • pluginUpdate - add channel parameter.
      • availablePaymentGateways - add channel parameter.
      • storedPaymentSources - add channel parameter.
      • requestPasswordReset - add channel parameter.
      • requestEmailChange - add channel parameter.
      • confirmEmailChange - add channel parameter.
      • accountRequestDeletion - add channel parameter.
      • change structure of type Plugin:
        • add globalConfiguration field for storing configuration when a plugin is globally configured
        • add channelConfigurations field for storing plugin configuration for each channel
        • removed configuration field, use globalConfiguration and channelConfigurations instead
      • change structure of input PluginFilterInput:
        • add statusInChannels field
        • add type field
        • removed active field. Use statusInChannels instead

Other

  • Change the way of creating refund/return fulfillments - #7320 by @korycins

Don't miss a new saleor release

NewReleases is sending notifications on new releases.