Skip to content

Releases: remp2020/crm-clv-module

3.0.0

22 Jan 20:53
Compare
Choose a tag to compare
  • Added use statements for classes where we used FQN. remp/crm#2228

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:42
Compare
Choose a tag to compare
  • BREAKING: Changed PHP version requirement to 8.0. remp/crm#2519

1.0.0

31 Mar 08:37
Compare
Choose a tag to compare

Changelog

  • Changed translation files. remp/crm#2276
    • Fix EOF newlines.
    • Use double quotes around one single quote.
    • 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\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

0.35.0: Raise minimal supported PHP version to 7.4

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

0.34.0

06 Oct 11:17
Compare
Choose a tag to compare
  • Changed command return codes to Symfony's Command return code. remp/crm#2007

0.29.0

02 Mar 13:38
Compare
Choose a tag to compare
  • Added scenario criteria to determine user's CLV performance within scenario. remp/crm#1694

0.18.0

10 Aug 20:58
Compare
Choose a tag to compare
  • Improved computation of CLV by grouping selected user values into bins. remp/crm#1370

0.17.0

10 Aug 20:59
Compare
Choose a tag to compare
  • Initial module release providing Customer Lifetime Value information in administration.