Skip to content

1.0.0

Compare
Choose a tag to compare
@rootpd rootpd released this 31 Mar 08:44
· 79 commits to master since this release

Changelog

  • BREAKING: Dropped support for utm_* variants when tracking subscribes/unsubscribes.
    • The support was deprecated more than a year ago and by now all of your REMP tools should already have rtm_* params support anyway. If you've updated Mailer within the last year, no action is necessary.
  • Fixed possibly incorrectly built request to Mailer when unsubscribing user with rtm_variant parameter. remp/crm#2277
  • 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.
  • Removed forgotten flag for disabling extension (do not install extension if you don't want to use it). remp/crm#2312
  • 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
  • Removed calling parent constructor from widgets. Constructor was removed from Nette\ComponentModel\Component. remp/crm#1979
  • Fixed use of Nette\Utils\Json::decode() - second parameter should be Nette\Utils\Json::FORCE_ARRAY, not true. remp/crm#1979

Nette 3.1

  • 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
  • Changed DataRow (which extended deprecated Nette\Database\Table\IRow) to ActiveRowFactory (which returns ActiveRow. remp/crm#1979