Skip to content

Releases: remp2020/crm-gifts-module

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

2.0.0

26 Aug 13:49
Compare
Choose a tag to compare
  • BREAKING: Changed PHP version requirement to 8.0. remp/crm#2519

1.0.0

31 Mar 08:39
Compare
Choose a tag to compare

Changelog

  • Changed translation files. remp/crm#2276
    • Switch tabs to 4 spaces. Weblate can parse only YAML format (doesn't support tabs).
    • Change extension from NEON to YML.

Nette 3.0

  • Changed Compiler::loadDefinitions() (deprecated) to CompilerExtension->loadDefinitionsFromConfig(). remp/crm#1979

Nette 3.1

  • Changed deprecated Nette\Caching\IStorage to Nette\Caching\Storage. remp/crm#1979
  • Changed deprecated Nette\Database\Context to Nette\Database\Explorer. remp/crm#1979
  • Changed deprecated Nette\Database classes. Nette\Database\IRow and Nette\Database\Table\IRow are deprecated. Using Nette\Database\Table\ActiveRow instead. remp/crm#1979
  • Changed deprecated Nette\Localization\ITranslator to Nette\Localization\Translator. remp/crm#1979