Releases: remp2020/crm-slsp-sporopay-module
Releases · remp2020/crm-slsp-sporopay-module
3.0.0
- 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
- 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
- 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
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
- Fixed directory names to follow PSR-4 standard. Namespaces weren't changed (no breaking change). remp/crm#2228
0.35.0
- BREAKING: Bump minimal PHP version to 7.4. remp/crm#2068
0.34.0
- Changed command return codes to Symfony's Command return code. remp/crm#2007
0.29.0
- BREAKING: Bump minimal PHP version to 7.3.
0.21.0
- Fixed invalid live mode validation in gateway initialization. remp/crm#1451
0.9.0
- Added new module to process SLSP Sporopay payments.
- Added bank confirmation mail downloader, parser and command for SLSP bank. remp/crm#1061