Skip to content

Commit 79b79fe

Browse files
authored
Merge pull request #9 from mbissonho/release/0.1.2
bump 0.1.2
2 parents e74dbe1 + 7928f47 commit 79b79fe

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "mbissonho/module-bancointer",
33
"description": "Magento 2 Module Banco Inter by mbissonho",
44
"type": "magento2-module",
5-
"version": "0.1.1",
5+
"version": "0.1.2",
66
"require": {
77
"guzzlehttp/guzzle": "7.5.*"
88
},

etc/module.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0"?>
22
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
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">
55
<sequence>
66
<module name="Magento_Sales"/>
77
<module name="Magento_Payment"/>

0 commit comments

Comments
 (0)