Skip to content

3.1.0

Compare
Choose a tag to compare
@rootpd rootpd released this 13 Mar 11:14
· 25 commits to master since this release
  • BREAKING: Added provideSubscriptionTypeItemPriceOptions method to RequestFormDataProviderInterface. remp/crm#3028
    • You need to add provideSubscriptionTypeItemPriceOptions method, to all of your implementations of RequestFormDataProviderInterface. Method should return at least empty array. For more information on usage, consult: RequestFormDataProviderInterface->provideSubscriptionTypeItemPriceOptions phpdoc.
  • Added new event FamilyRequestAcceptedEvent emitted after the request donation. remp/respekt#133