Skip to content

Releases: remp2020/crm-privatbankar-module

3.0.0

22 Jan 20:55
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.
  • Fixed return types of PrivatbankarRecurrent after interface changed. remp/crm#2988

2.1.0

25 Nov 14:07
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 14:03
Compare
Choose a tag to compare
  • BREAKING: Changed PHP version requirement to 8.0. remp/crm#2519
  • BREAKING: Changed Latte version from v2 to v3. remp/crm#2519

1.0.0

31 Mar 08:43
Compare
Choose a tag to compare

Changelog

  • Changed translation files. remp/crm#2276
    • Fix EOF newlines.
    • Add Slovak translation file (it is used as source for Weblate).
    • Switch tabs to 4 spaces. Weblate can parse only YAML format (doesn't support tabs).
    • Change extension from NEON to YML.
  • 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\Localization\ITranslator to Nette\Localization\Translator. remp/crm#1979

0.35.0: Raise minimal supported PHP version to 7.4

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

0.34.0

06 Oct 11:20
Compare
Choose a tag to compare
  • Added exception to PrivatbankarRecurrent->checkValid(). It doesn't validate token. remp/crm#2007

0.29.0

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

0.14

19 Jun 13:19
Compare
Choose a tag to compare
  • Added missing dependency to rootpd/omnipay-privatbankar library.
  • Added nicer error handling if gateway is not able to initialize the payment.