Releases: remp2020/crm-gopay-module
Releases · remp2020/crm-gopay-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.
- Use package
- Fixed errors reported by PHPStan (level 3). remp/crm#2988
- Fixed return types of
GoPayRecurrent
after interface changed. remp/crm#2988 - Added use statements for classes where we used FQN. remp/crm#2228
2.1.0
1.2.3
2.0.0
1.0.0
Changelog
- Changed translation files. remp/crm#2276
- Fix EOF newlines.
- 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()
fromCrm\ApiModule\Response\ApiResponseInterface
toTomaj\NetteApi\Response\ResponseInterface
. - Changed deprecated
Crm\ApiModule\Api\JsonResponse
toTomaj\NetteApi\Response\JsonApiResponse
.
- Changed return type of
Nette 3.0
- Changed
Compiler::loadDefinitions()
(deprecated) toCompilerExtension->loadDefinitionsFromConfig()
. remp/crm#1979
Nette 3.1
- Changed deprecated
Nette\Application\IResponse
toNette\Application\Response
. remp/crm#1979 - Changed deprecated
Nette\Database
classes.Nette\Database\IRow
andNette\Database\Table\IRow
are deprecated. UsingNette\Database\Table\ActiveRow
instead. remp/crm#1979 - Changed deprecated
Nette\Localization\ITranslator
toNette\Localization\Translator
. remp/crm#1979
0.38.0
0.37.0
0.35.0
0.31.0
- Fixed possible error in charge processing if
state
parameter is not provided by Gopay (for not obvious reson). remp2020/crm-gopay-module!10
0.30.0
- Fixed possibly incorrect handling of
PAYMENT_METHOD_CHOSEN
state. If it appeared within recurrent charge process, payment was incorrectly labeled as failed. #8 - Moved Gopay notification handler to the base class, so it can be utilized by other Gopay implementations extending the base class. #9
- Changed Gopay notification API handler to determine gateway based on the provided payment instead of using hardcoded gateway. This is necessary for correct notification processing if one extends
BaseGoPay
and implements own gateway. #9