Skip to content

Releases: remp2020/crm-slsp-sporopay-module

3.0.0

22 Jan 20:56
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 (SlspMailDownloader) and moved logic directly to commands.
    • Replaced direct dependency on Tomaj\ImapMailDownloader\Downloader with MailDownloaderInterface in confirmation command.

2.0.0

26 Aug 14:07
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:46
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:13
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:07
Compare
Choose a tag to compare
  • BREAKING: Bump minimal PHP version to 7.4. remp/crm#2068

0.34.0

06 Oct 11:22
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:45
Compare
Choose a tag to compare
  • BREAKING: Bump minimal PHP version to 7.3.

0.21.0

01 Oct 14:13
Compare
Choose a tag to compare
  • Fixed invalid live mode validation in gateway initialization. remp/crm#1451

0.9.0

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