Skip to content

Releases: remp2020/crm-gifts-module

3.6.1

28 Nov 12:21
Compare
Choose a tag to compare
  • Fixed dependency issue causing GiftsModule to crash CRM if RempMailerModule wasn't present.

3.6.0

28 Nov 09:12
Compare
Choose a tag to compare
  • BREAKING: Updated frontend icons used in the module to Font Awesome v6. remp/crm#2936
    • If you have registered your own frontend layout, please update your font awesome to the latest v6 version.
  • Added generic event for scenarios allowing the gift donor to be notified in scenarios. remp/respekt#319

3.4.0

20 Sep 12:57
Compare
Choose a tag to compare
  • BREAKING: Changed GiftPaymentItem constructor - $vat variable is now of type float (previously int). remp/crm#3277
  • Added option to specify reference to subscription type item for GiftPaymentItem. remp/respekt#260

3.2.0

24 May 10:24
Compare
Choose a tag to compare
  • Added attach invoice to GiftPaymentStatusChangeHandler. remp/novydenik#1221
  • Fixed variable name in templates so it doesn't override $user (which holds currently logged-in user).

3.1.0

13 Mar 11:15
Compare
Choose a tag to compare
  • Added SubscriptionFormDataProvider to validate update of start time for gifted subscriptions. remp/crm#3076
    • For accounting reasons, the subscription must not start before the payment confirmation date.

3.0.0: [PSR4] ApplicationModule - (Rector) Fix uses of changed classes

22 Jan 20:54
Compare
Choose a tag to compare
  • BREAKING: Fixed class namespaces to follow PSR4 specification. remp/crm#2228
    • Use package remp/crm-rector:^3.0 to automatically fix these renames.
  • Added use statements for classes where we used FQN. remp/crm#2228

2.10.0

03 Oct 10:57
Compare
Choose a tag to compare
  • Fixed possibility of activation of gifted subscription to inactive account. remp/crm#2947
    • Any inactive account gets reactivated when processing activation of gift subscription.
  • Changed the registration of events - module now uses LazyEventEmitter which supports lazy event listeners registration. remp/crm#2116

2.9.0

24 Aug 15:30
Compare
Choose a tag to compare
  • Added payment ID and better message into errors logged by ActivatePurchasedGiftCouponsCommand. remp/novydenik#1116

2.2.0

27 Jan 12:35
Compare
Choose a tag to compare
  • Fixed overriding existing gift address for payment. remp/helpdesk#1632

2.1.0

25 Nov 14:05
Compare
Choose a tag to compare
  • Changed the registration of widgets - module now uses improved LazyWidgetManager and all widgets extend BaseLazyWidget class. remp/crm#2075