From 2eea1083a705153634295344ebf4819e82d58606 Mon Sep 17 00:00:00 2001 From: Emanuel Lopes Date: Fri, 3 May 2024 10:30:18 -0300 Subject: [PATCH] chore: Add new version 7.3.6 --- .github/workflows/main.yml | 2 +- CHANGELOG.md | 4 ++++ lkn-wc-mercadopago.php | 2 +- src/WoocommerceMercadoPago.php | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 07037d98..6c4c41fe 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: uses: mathieudutour/github-tag-action@v6.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} - custom_tag: "7.3.5" + custom_tag: "7.3.6" # Generate new release - name: Generate new Release diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ec7bab6..cdd4361f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/lkn-wc-mercadopago.php b/lkn-wc-mercadopago.php index 1efdac56..1202aecd 100644 --- a/lkn-wc-mercadopago.php +++ b/lkn-wc-mercadopago.php @@ -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 diff --git a/src/WoocommerceMercadoPago.php b/src/WoocommerceMercadoPago.php index c23742ac..15f23549 100644 --- a/src/WoocommerceMercadoPago.php +++ b/src/WoocommerceMercadoPago.php @@ -31,7 +31,7 @@ class WoocommerceMercadoPago /** * @const */ - private const PLUGIN_VERSION = '7.3.5'; + private const PLUGIN_VERSION = '7.3.6'; /** * @const