Skip to content

Commit

Permalink
Merge pull request #149 from PluginAndPartners/feature/Changelog4.5.0
Browse files Browse the repository at this point in the history
updated changelog
  • Loading branch information
lira authored Oct 21, 2020
2 parents 3f3cb76 + fe8f5e9 commit d1b0529
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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).

## [4.5.0] - 2020-10-19
## [4.5.0] - 2020-10-26

### Added
- Improved security (added access token in the header for all calls to Mercado Livre and Mercado Pago endpoints)
Expand All @@ -14,6 +14,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Fixed conflict with wc-api webhook and Mercado Pago webhook/IPN.
- Fixed alert in currency conversion
- Fixed tranlate in currency conversion
- Bug fixed when updating orders that have two or more payments associated.

## [4.4.0] - 2020-09-21

Expand Down
5 changes: 4 additions & 1 deletion changelog.log
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
CHANGELOG:
== Changelog ==
= v4.5.0 (19/10/2020) =
= v4.5.0 (26/10/2020) =
* Features
- Improved security (added access token in the header for all calls to Mercado Livre and Mercado Pago endpoints)
- Add new endpoint to validate Access Token and Public key to substitute old process to validation
- Improved performance with CSS minification

* Bug fixes
- Fixed conflict with wc-api webhook and Mercado Pago webhook/IPN.
- Fixed alert in currency conversion
- Fixed tranlate in currency conversion
- Bug fixed when updating orders that have two or more payments associated.

= v4.4.0 (21/09/2020) =
* Features
Expand Down
8 changes: 7 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,18 @@ Set up both the plugin and the checkouts you want to activate on your payment av
Check out our <a href="https://www.mercadopago.com.br/developers/pt/plugins_sdks/plugins/official/woo-commerce/">official documentation</a> for more information on the specific fields to configure.

== Changelog ==
= v4.5.0 (19/10/2020) =
= v4.5.0 (26/10/2020) =
* Features
- Improved security (added access token in the header for all calls to Mercado Livre and Mercado Pago endpoints)
- Add new endpoint to validate Access Token and Public key to substitute old process to validation
- Improved performance with CSS minification

* Bug fixes
- Fixed conflict with wc-api webhook and Mercado Pago webhook/IPN.
- Fixed alert in currency conversion
- Fixed tranlate in currency conversion
- Bug fixed when updating orders that have two or more payments associated.

* Bug fixes
- Fixed conflict with wc-api webhook and Mercado Pago webhook/IPN.

Expand Down

0 comments on commit d1b0529

Please sign in to comment.