Skip to content

Commit

Permalink
Release of 4.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielcivit authored May 25, 2022
1 parent 1e97bd8 commit 25b7738
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 11 deletions.
21 changes: 16 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

***

## 4.15.0
Release date: May 25th, 2022

### Added
+ DAVAMS-470: Add terms and conditions checkbox to AfterPay

### Changed
+ PLGWOOS-805: Declare support for WordPress 6.0

***

## 4.14.0
Release date: May 19th, 2022

Expand All @@ -22,7 +33,7 @@ Release date: May 19th, 2022
Release date: Mar 23th, 2022

### Added
+ PLGWOOS-792: Declare support for Wordpress 5.9.2 and WooCommerce 6.3.1
+ PLGWOOS-792: Declare support for WordPress 5.9.2 and WooCommerce 6.3.1
+ PLGWOOS-790: Improvement on debug mode, logging the body of the POST notification request

### Fixed
Expand Down Expand Up @@ -91,7 +102,7 @@ Release date: Oct 18th, 2021

### Added
+ PLGWOOS-715: Add 2 "Generic Gateways" which include a flexible gateway code that allow any merchant to connect to almost every payment method we offer.
+ PLGWOOS-746: Declare support for Wordpress 5.8.1 and WooCommerce 5.8.0
+ PLGWOOS-746: Declare support for WordPress 5.8.1 and WooCommerce 5.8.0

### Changed
+ PLGWOOS-740: Improve the helper text of the Google Analytics ID setting field, adding a link to Documentation Center
Expand Down Expand Up @@ -131,7 +142,7 @@ Release date: Aug 9th, 2021
Release date: Aug 4th, 2021

### Added
+ PLGWOOS-723: Declare support for WooCommerce 5.5.2 and Wordpress 5.8
+ PLGWOOS-723: Declare support for WooCommerce 5.5.2 and WordPress 5.8
+ PLGWOOS-711: Add missing titles in setting pages

### Changed
Expand Down Expand Up @@ -246,7 +257,7 @@ Release date: Mar 11th, 2021
+ PLGWOOS-613: Fix error related with multiple forwarded IPs by updating the PHP-SDK to 5.0.1

### Added
+ PLGWOOS-398: Add support to change the data in the OrderRequest using Wordpress filters
+ PLGWOOS-398: Add support to change the data in the OrderRequest using WordPress filters

### Changed
+ PLGWOOS-614: Avoid changing order status if transaction is partially refunded
Expand Down Expand Up @@ -651,7 +662,7 @@ Release date: April 5th, 2017
## Improvements ##

+ Compatible with PHP-7
+ Installation by standard Wordpress method
+ Installation by standard WordPress method
+ Added Dutch language file
+ Added configuration option Karna Merchant-EID (for future use.)
+ Added Terms and Conditions for Klarna, Pay After Delivery and E-Invoicing.
Expand Down
6 changes: 3 additions & 3 deletions multisafepay.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
* Plugin Name: MultiSafepay
* Plugin URI: https://docs.multisafepay.com/integrations/woocommerce/
* Description: MultiSafepay Payment Plugin
* Version: 4.14.0
* Version: 4.15.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: 5.9.3
* Tested up to: 6.0
* WC requires at least: 4.2.0
* WC tested up to: 6.5.1
* Requires PHP: 7.2
Expand All @@ -26,7 +26,7 @@
/**
* Plugin version
*/
define( 'MULTISAFEPAY_PLUGIN_VERSION', '4.14.0' );
define( 'MULTISAFEPAY_PLUGIN_VERSION', '4.15.0' );

/**
* Plugin URL
Expand Down
13 changes: 10 additions & 3 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: 5.9.3
Tested up to: 6.0
Requires PHP: 7.2
Stable tag: 4.14.0
Stable tag: 4.15.0
License: MIT

MultiSafepay offers the most comprehensive payment solutions. Easily integrate the payment solutions of MultiSafepay into your webshop.
Expand Down Expand Up @@ -128,7 +128,7 @@ You can also refund from your [MultiSafepay Control](https://merchant.multisafep

== Upgrade Notice ==

= 4.14.0 =
= 4.15.0 =
4.x.x is a major upgrade from 3.x.x, a complete rewrite of the plugin. After upgrade, please navigate to MultiSafepay settings page and confirm the settings.

== Screenshots ==
Expand All @@ -144,6 +144,13 @@ You can also refund from your [MultiSafepay Control](https://merchant.multisafep
9. Embedded Credit Card form using MultiSafepay Payment Component

== Changelog ==
= Release Notes - WooCommerce 4.15.0 (May 25th, 2022) =

### Added
+ DAVAMS-470: Add terms and conditions checkbox to AfterPay

### Changed
+ PLGWOOS-805: Declare support for Wordpress 6.0

= Release Notes - WooCommerce 4.14.0 (May 19th, 2022) =

Expand Down

0 comments on commit 25b7738

Please sign in to comment.