Releases: remp2020/crm-gifts-module
Releases · remp2020/crm-gifts-module
3.6.1
3.6.0
- 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
3.2.0
3.1.0
3.0.0: [PSR4] ApplicationModule - (Rector) Fix uses of changed classes
- BREAKING: Fixed class namespaces to follow PSR4 specification. remp/crm#2228
- Use package
remp/crm-rector:^3.0
to automatically fix these renames.
- Use package
- Added use statements for classes where we used FQN. remp/crm#2228
2.10.0
- 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