Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-MultiSafepay committed Feb 26, 2020
1 parent 213e405 commit c946013
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 1.4.0
Release date - January 15th, 2019
Release date - February 26th, 2020

### Added
+ PLGCSCS-88: Add "Kies uw Bank" as first issuer option
Expand Down Expand Up @@ -86,4 +86,4 @@ Release date - January 15th, 2019

## New plug-in ##
+ Supports all payment methodes including Pay After Delivery
+ Support minimum and maximum value-restricions for showing a gateway.
+ Support minimum and maximum value-restricions for showing a gateway.
4 changes: 2 additions & 2 deletions app/payments/multisafepay.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,10 +291,10 @@
$msp->transaction['items'] = $cart_items;
$msp->transaction['gateway'] = getGateway($processor_data['processor_params']['gateway']);
$msp->plugin_name = 'CS-Cart 4.x';
$msp->version = '1.4.0-RC1';
$msp->version = '1.4.0';
$msp->plugin['shop'] = 'CS-Cart';
$msp->plugin['shop_version'] = PRODUCT_VERSION;
$msp->plugin['plugin_version'] = '1.4.0-RC1';
$msp->plugin['plugin_version'] = '1.4.0';
$msp->plugin['partner'] = '';
$msp->plugin['shop_root_url'] = Registry::get('config.current_location');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ function fn_multisafepay_set_fastcheckout($payment_id, $order_id = 0, $order_inf
$msp->transaction['description'] = 'Order #' . $msp->transaction['id'];
$msp->transaction['items'] = $cart_items;
$msp->plugin_name = 'CS-Cart 4.x';
$msp->version = '1.4.0-RC1';
$msp->version = '1.4.0';

$msp->plugin['shop'] = 'CS-Cart';
$msp->plugin['shop_version'] = PRODUCT_VERSION;
$msp->plugin['plugin_version'] = '1.4.0-RC1';
$msp->plugin['plugin_version'] = '1.4.0';
$msp->plugin['partner'] = '';
$msp->plugin['shop_root_url'] = Registry::get('config.current_location');

Expand Down

0 comments on commit c946013

Please sign in to comment.