Skip to content

Commit

Permalink
chore: Add new version 7.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
emanuellopess committed May 3, 2024
1 parent e9347b1 commit 2eea108
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: mathieudutour/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
custom_tag: "7.3.5"
custom_tag: "7.3.6"

# Generate new release
- name: Generate new Release
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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).

## [7.3.6] - 2024-05-03
### Changed:
- Add obscurity for product fields.

## [7.3.5] - 2024-04-17
### Fixed:
- Checked field on checkout now validated.
Expand Down
2 changes: 1 addition & 1 deletion lkn-wc-mercadopago.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Mercado Pago by Link Nacional
* Plugin URI: https://github.com/mercadopago/cart-woocommerce
* Description: Configure as opções de pagamento e aceite pagamentos com cartões, boleto e dinheiro da conta Mercado Pago.
* Version: 7.3.5
* Version: 7.3.6
* Author: Mercado Pago
* Author URI: https://developers.mercadopago.com/
* Text Domain: lkn-woocommerce-mercadopago
Expand Down
2 changes: 1 addition & 1 deletion src/WoocommerceMercadoPago.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class WoocommerceMercadoPago
/**
* @const
*/
private const PLUGIN_VERSION = '7.3.5';
private const PLUGIN_VERSION = '7.3.6';

/**
* @const
Expand Down

0 comments on commit 2eea108

Please sign in to comment.