From b6177b6d9ed32ec9c23bf80c0b500a8ccaff3c9d Mon Sep 17 00:00:00 2001 From: Vinod Sowdagar <53818758+Vinod-MultiSafepay@users.noreply.github.com> Date: Tue, 5 Sep 2023 13:18:00 +0200 Subject: [PATCH] PLGMAG2V2-697: Release version 3.1.3 (#246) --- CHANGELOG.md | 3 +++ composer.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e33dc82..2bc3ba3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ 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). ## [Unreleased] +## [2.1.2] - 2023-09-04 +### Added +- PLGMAG2V2-681: Added translations for title and placeholder HTML attributes ## [2.1.1] - 2023-07-17 ### Fixed diff --git a/composer.json b/composer.json index 21589bf..4d33ea0 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "multisafepay/magento2-frontend", "description": "MultiSafepay frontend module for Magento 2", - "version": "2.1.1", + "version": "2.1.2", "require": { "multisafepay/magento2-core": "^3.1", "multisafepay/magento2-adminhtml": "^1.23",