Releases: remp2020/crm-gifts-module
Releases · remp2020/crm-gifts-module
0.38.0
- 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
- 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
- BREAKING: Bump minimal PHP version to 7.4. remp/crm#2068
0.31.0
- Fixed missing explicit exit code of
gifts:activate_purchased_gift_coupons
command. remp/crm#1814
0.29.0
- BREAKING: Bump minimal PHP version to 7.3.
0.28.0
- 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
- Added status change to
delivered
for processed orders containing gift subscription. remp/crm#1586
0.14.0
- Added data provider to prevent delete address used by gift module. remp/crm#1259
0.13.0
- Refactored use of
email
in module, using public_name
where possible. remp/crm#1145
0.12.0
- Added parameter
donated_to_email
passed to created_payment_gift_coupon
notification. remp/novydenik#561