Skip to content

Releases: remp2020/crm-remp-campaign-module

3.2.0

24 May 10:25
Compare
Choose a tag to compare
  • Moved campaign api segment cache calls to Hermes task, because of missing calls on downtime. remp/crm#2983

2.10.0

03 Oct 10:59
Compare
Choose a tag to compare
  • Changed the registration of events - module now uses LazyEventEmitter which supports lazy event listeners registration. remp/crm#2116

2.0.0

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

1.0.0

31 Mar 08:44
Compare
Choose a tag to compare

Changelog

  • Removed empty, unused translation files. remp/crm#2276
  • Changed API handlers (non breaking). remp/crm#2342
    • Changed return type of handle() from Crm\ApiModule\Response\ApiResponseInterface to Tomaj\NetteApi\Response\ResponseInterface.
    • Changed deprecated Crm\ApiModule\Api\JsonResponse to Tomaj\NetteApi\Response\JsonApiResponse.

Nette 3.0

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

Nette 3.1

  • Changed deprecated Nette\Application\IResponse to Nette\Application\Response. remp/crm#1979

0.38.0

11 Feb 23:12
Compare
Choose a tag to compare
  • Fixed directory names to follow PSR-4 standard. Namespaces weren't changed (no breaking change). remp/crm#2228

0.37.0

09 Dec 21:52
Compare
Choose a tag to compare
  • Remove Api::setNow() which duplicates NowTrait::setNow(). Functionality is same. remp/crm#2111

0.35.0

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

0.29.0

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