Skip to content

Commit

Permalink
Release of 5.3.0 (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcivit authored Aug 10, 2023
1 parent 1d822ff commit cf63838
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@ 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).

## [Unreleased]
## 5.3.0
Release Date: Aug 10th, 2023

### Added
+ DAVAMS-636: Add Zinia payment method

### Changed
+ DAVAMS-640: Refactor of the Payment Component

***

## 5.2.2
Release Date: Jun 19th, 2023
Expand All @@ -16,6 +25,8 @@ Release Date: Jun 19th, 2023
+ DAVAMS-621: Rename "Credit Card" payment method as "Card payment"
+ PLGWOOS-844: Change API Keys settings field to password type

***

## 5.2.1
Release Date: Feb 22nd, 2023

Expand Down
8 changes: 4 additions & 4 deletions multisafepay.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
* Plugin Name: MultiSafepay
* Plugin URI: https://docs.multisafepay.com/docs/woocommerce
* Description: MultiSafepay Payment Plugin
* Version: 5.2.2
* Version: 5.3.0
* Author: MultiSafepay
* Author URI: https://www.multisafepay.com
* Copyright: Copyright (c) MultiSafepay, Inc. (https://www.multisafepay.com)
* License: GNU General Public License v3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Requires at least: 5.0
* Tested up to: 6.2.2
* Tested up to: 6.3
* WC requires at least: 4.2.0
* WC tested up to: 7.8.0
* WC tested up to: 8.0.1
* Requires PHP: 7.3
* Text Domain: multisafepay
* Domain Path: /languages
Expand All @@ -26,7 +26,7 @@
/**
* Plugin version
*/
define( 'MULTISAFEPAY_PLUGIN_VERSION', '5.2.2' );
define( 'MULTISAFEPAY_PLUGIN_VERSION', '5.3.0' );

/**
* Plugin URL
Expand Down
12 changes: 10 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
Contributors: multisafepayplugin
Tags: multisafepay, credit card, credit cards, gateway, payments, woocommerce, ideal, bancontact, klarna, sofort, giropay, sepa direct debit
Requires at least: 5.0
Tested up to: 6.2.2
Tested up to: 6.3
Requires PHP: 7.3
Stable tag: 5.2.2
Stable tag: 5.3.0
License: MIT

MultiSafepay offers the most comprehensive payment solutions. Easily integrate the payment solutions of MultiSafepay into your webshop.
Expand Down Expand Up @@ -138,6 +138,14 @@ You can also refund from your [MultiSafepay Control](https://merchant.multisafep
9. Embedded Credit Card form using MultiSafepay Payment Component

== Changelog ==
= Release Notes - WooCommerce 5.3.0 (Aug 10th, 2023) =

### Added
+ DAVAMS-636: Add Zinia payment method

### Changed
+ DAVAMS-640: Refactor of the Payment Component

= Release Notes - WooCommerce 5.2.2 (Jun 19th, 2023) =

### Fixed
Expand Down

0 comments on commit cf63838

Please sign in to comment.