Skip to content

Commit

Permalink
Merge pull request #9 from mbissonho/release/0.1.2
Browse files Browse the repository at this point in the history
bump 0.1.2
  • Loading branch information
mbissonho committed Apr 24, 2023
2 parents e74dbe1 + 7928f47 commit 79b79fe
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.2] - 2023-04-24

### Fixed
- State that should be used to filter orders on UpdatePaymentStatus cron job
### Changed
- Use order_increment_id as your number when issue a new boleto
- Improve admin ui user experience by displaying the exact extension of credentials files
- Improve the way to display payment identifier on admin panel
### Removed
- 'Your number' config text input on admin panel
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mbissonho/module-bancointer",
"description": "Magento 2 Module Banco Inter by mbissonho",
"type": "magento2-module",
"version": "0.1.1",
"version": "0.1.2",
"require": {
"guzzlehttp/guzzle": "7.5.*"
},
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?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="Mbissonho_BancoInter" setup_version="0.1.1">
<module name="Mbissonho_BancoInter" setup_version="0.1.2">
<sequence>
<module name="Magento_Sales"/>
<module name="Magento_Payment"/>
Expand Down

0 comments on commit 79b79fe

Please sign in to comment.