Skip to content

Releases: remp2020/crm-vub-eplatby-module

3.0.0

22 Jan 20:57
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.

2.10.0

03 Oct 11:00
Compare
Choose a tag to compare
  • BREAKING: Refactored payment confirmation command. remp/crm#2878
    • Removed redundant mail downloader class (VubMailDownloader) and moved logic directly to commands.
    • Replaced direct dependency on Tomaj\ImapMailDownloader\Downloader with MailDownloaderInterface in confirmation command.

2.0.0

26 Aug 14:11
Compare
Choose a tag to compare
  • BREAKING: Changed PHP version requirement to 8.0. remp/crm#2519
  • Changed mail parsers to fulfil parameter and return types added to Tomaj\BankMailsParser\Parser\ParserInterface. remp/crm#1029

1.0.0

31 Mar 08:48
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

0.38.0

11 Feb 23:14
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.35.0

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

0.34.0

06 Oct 11:23
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:47
Compare
Choose a tag to compare
  • BREAKING: Bump minimal PHP version to 7.3.
  • Added rem parameter to the configuration to enable email notifications to the selected email. remp/crm#1751

0.21.0

01 Oct 14:14
Compare
Choose a tag to compare
  • Fixed missing required cs parameter for purchase request. Constant symbol is now configurable in CRM admin, using defaul value of 0308. remp/crm#1462

0.9.0

21 Feb 11:17
Compare
Choose a tag to compare
  • Added new module to process VUB ePlatby payments.
  • Added bank confirmation mail downloader, parser and command for VUB bank. remp/crm#1061