Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
Bump version to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-MultiSafepay committed Dec 12, 2019
1 parent 289563f commit 057a0f0
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## 1.8.0 - RC1
Release date: November 5th, 2019
## 1.8.0
Release date: December 12th, 2019

### Added
+ PLGMAGTWOS-506: Enable fail save option for saving transactions.
Expand Down
2 changes: 1 addition & 1 deletion Model/Connect.php
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ public function transactionRequest($order, $resetGateway = false)
"plugin" => [
"shop" => $magentoInfo->getName() . ' ' . $magentoInfo->getVersion() . ' ' . $magentoInfo->getEdition(),
"shop_version" => $magentoInfo->getVersion(),
"plugin_version" => ' - Plugin 1.8.0-RC1',
"plugin_version" => ' - Plugin 1.8.0',
"partner" => "MultiSafepay",
],
"gateway_info" => [
Expand Down
2 changes: 1 addition & 1 deletion Model/Fastcheckout.php
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ public function transactionRequest($session, $resetGateway = false)
"plugin" => [
"shop" => $magentoInfo->getName() . ' ' . $magentoInfo->getVersion() . ' ' . $magentoInfo->getEdition(),
"shop_version" => $magentoInfo->getVersion(),
"plugin_version" => ' - Plugin 1.8.0-RC1',
"plugin_version" => ' - Plugin 1.8.0',
"partner" => "MultiSafepay",
],
"shopping_cart" => $shoppingCart,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The supported Payment Methods & Giftcards for this plugin can be found over here

## Requirements
- To use the plugin you need a MultiSafepay account. You can create a test account on https://testmerchant.multisafepay.com/signup
- Magento Open Source version 2.1.x, 2.2.x & 2.3.x
- Magento Open Source version 2.1.10, 2.2.x & 2.3.x

## Installation
You can install our plugin through Composer:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "multisafepay/magento2msp",
"description": "MultiSafepay module for Magento2",
"type": "magento2-module",
"version": "1.8.0-RC1",
"version": "1.8.0",
"license": [
"OSL-3.0"
],
Expand Down
2 changes: 1 addition & 1 deletion etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<tab id="multisafepay" translate="label" sortOrder="400">
<label>MultiSafepay (1.8.0 - RC1)</label>
<label>MultiSafepay (1.8.0)</label>
</tab>
<section id="multisafepay" translate="label" type="text" sortOrder="400" showInDefault="1" showInWebsite="1" showInStore="1">
<class>separator-top</class>
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MultiSafepay_Connect" setup_version="1.8.0-RC1">
<module name="MultiSafepay_Connect" setup_version="1.8.0">
<sequence>
<module name="Magento_Sales" />
</sequence>
Expand Down

0 comments on commit 057a0f0

Please sign in to comment.