Skip to content

Commit

Permalink
release: 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiano-mallmann committed Sep 11, 2024
1 parent 5f2f057 commit 83c2229
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ composer require pagarme/pagarme-magento2-module

## Requirements
* PHP >= 7.1
* Magento2 >= 2.3 & <= 2.4.5
* Magento2 >= 2.3 & <= 2.4.6

## Configuration

Expand All @@ -36,3 +36,9 @@ Open a new Issue following our issue template [ISSUE-TEMPLATE](ISSUE-TEMPLATE.md

## Changelog
See in [releases](https://github.com/pagarme/magento2-module/releases)


## Contributors
| ![robsoned avatar](https://avatars.githubusercontent.com/u/18008565?v=4) |
|--------------------------------------------------------------------------------------
| [robsoned](https://github.com/robsoned) |
5 changes: 2 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"name": "pagarme/pagarme-magento2-module",
"license": "MIT",
"version": "2.5.0",
"version": "2.6.0",
"type": "magento2-module",
"description": "Magento 2 Module Pagar.me",
"minimum-stability": "dev",
"require": {
"php": ">=7.1",
"pagarme/ecommerce-module-core": "dev-develop"
"pagarme/ecommerce-module-core": "2.6.*"
},
"require-dev": {
"phpunit/phpunit": "^5 | ^6 | ^7 | ^8 | ^9",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Pagarme_Pagarme" setup_version="2.5.0">
<module name="Pagarme_Pagarme" setup_version="2.6.0">
<sequence>
<module name="Magento_Sales" />
<module name="Magento_Payment" />
Expand Down

0 comments on commit 83c2229

Please sign in to comment.