File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
+
8
+ ## [ 0.1.2] - 2023-04-24
9
+
10
+ ### Fixed
11
+ - State that should be used to filter orders on UpdatePaymentStatus cron job
12
+ ### Changed
13
+ - Use order_increment_id as your number when issue a new boleto
14
+ - Improve admin ui user experience by displaying the exact extension of credentials files
15
+ - Improve the way to display payment identifier on admin panel
16
+ ### Removed
17
+ - 'Your number' config text input on admin panel
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.1 " ,
5
+ "version" : " 0.1.2 " ,
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.1 " >
4
+ <module name =" Mbissonho_BancoInter" setup_version =" 0.1.2 " >
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