Skip to content

Releases: remp2020/crm-gifts-module

0.38.0

11 Feb 23:10
Compare
Choose a tag to compare
  • BREAKING: Disabled automatic email after the gift purchase. remp/crm#2199
    • See README for information how to enable it back or what to use instead.
  • Added option for admins to edit unactivated gift subscriptions (before the email is sent to target user). remp/crm#2096
  • Fixed displaying subscription type (subscription_type.name) of gifted subscription instead of gift (subscription_type.type). remp/crm#2096
  • Added OrderDonatedSubscriptionInfo widget showing payment gift coupons details. remp/crm#2140
  • Fixed directory names to follow PSR-4 standard. Namespaces weren't changed (no breaking change). remp/crm#2228

0.37.0

09 Dec 21:51
Compare
Choose a tag to compare
  • Added exception handling to prevent the termination of gifts:activate_purchased_gift_coupons command. remp/crm#2132
  • Added gift_starts_at variable with the date of the gift activation to the emitted NotificationEvent. remp/novydenik#844

0.35.0: Raise minimal supported PHP version to 7.4

25 Oct 12:04
Compare
Choose a tag to compare
  • BREAKING: Bump minimal PHP version to 7.4. remp/crm#2068

0.31.0

21 May 10:03
Compare
Choose a tag to compare
  • Fixed missing explicit exit code of gifts:activate_purchased_gift_coupons command. remp/crm#1814

0.29.0

02 Mar 13:39
Compare
Choose a tag to compare
  • BREAKING: Bump minimal PHP version to 7.3.

0.28.0

25 Jan 08:14
Compare
Choose a tag to compare
  • Fixed address change requests owner of gift_subscription address types after the activation. Change requests incorrectly remained on the person, who donated the subscription. remp/crm#1682

0.26.0

25 Jan 08:13
Compare
Choose a tag to compare
  • Added status change to delivered for processed orders containing gift subscription. remp/crm#1586

0.14.0

11 Jun 20:49
Compare
Choose a tag to compare
  • Added data provider to prevent delete address used by gift module. remp/crm#1259

0.13.0

29 May 20:32
Compare
Choose a tag to compare
  • Refactored use of email in module, using public_name where possible. remp/crm#1145

0.12.0

07 Apr 11:12
Compare
Choose a tag to compare
  • Added parameter donated_to_email passed to created_payment_gift_coupon notification. remp/novydenik#561