File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.1.3] - 2023-06-12
9
+
10
+ ### Added
11
+ - Add initial MFTF and integration tests
12
+
8
13
## [ 0.1.2] - 2023-04-24
9
14
10
15
### Fixed
Original file line number Diff line number Diff line change 2
2
"name" : " mbissonho/module-bancointer" ,
3
3
"description" : " Magento 2 Module Banco Inter by mbissonho" ,
4
4
"type" : " magento2-module" ,
5
- "version" : " 0.1.2 " ,
5
+ "version" : " 0.1.3 " ,
6
6
"require" : {
7
7
"guzzlehttp/guzzle" : " 7.5.*"
8
8
},
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<config xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
3
xsi : noNamespaceSchemaLocation =" urn:magento:framework:Module/etc/module.xsd" >
4
- <module name =" Mbissonho_BancoInter" setup_version =" 0.1.2 " >
4
+ <module name =" Mbissonho_BancoInter" setup_version =" 0.1.3 " >
5
5
<sequence >
6
6
<module name =" Magento_Sales" />
7
7
<module name =" Magento_Payment" />
You can’t perform that action at this time.
0 commit comments