Skip to content

Commit

Permalink
v. 2.22.5
Browse files Browse the repository at this point in the history
- Agora dropdown de parcelas do cartão diz que é preciso digitar os dados do cartão para ver as parcelas. Antes vinha vazio e isso ocasionava confusão em usuários e lojistas.
- Desde a versão 2.22.0 o módulo não é mais suportado em PHP inferior a 7.4. Atualizamos estas dependências no README e composer.json
  • Loading branch information
r-martins committed Sep 20, 2023
1 parent bd79aa0 commit bc6a6e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Magento 2 Transparent Payment Module / PagSeguro Transparente para Magento 2",
"type": "magento2-module",
"license": "GPL-3.0-or-later",
"version": "2.22.4",
"version": "2.22.5",
"autoload": {
"files": [
"registration.php"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="RicardoMartins_PagSeguro" setup_version="2.22.4">
<module name="RicardoMartins_PagSeguro" setup_version="2.22.5">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Payment"/>
Expand Down

0 comments on commit bc6a6e9

Please sign in to comment.