Skip to content
This repository was archived by the owner on Jan 31, 2024. It is now read-only.

Commit c3d2998

Browse files
committed
Release 1.1.12
1 parent bcfea4a commit c3d2998

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This repository contains the Magento 1 extension that enables to process payment
1212

1313
## Documentation
1414

15-
* [Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/magento-1/1.1.11/docs/en/documentation.html)
15+
* [Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/magento-1/1.1.12/docs/en/documentation.html)
1616

1717
## Support
1818

@@ -34,4 +34,4 @@ For Magento 1.6.x you need to install the [Magento compatibility module](https:/
3434

3535
## License
3636

37-
Please see the [license file](https://github.com/pfpayments/magento-1/blob/1.1.11/LICENSE) for more information.
37+
Please see the [license file](https://github.com/pfpayments/magento-1/blob/1.1.12/LICENSE) for more information.

app/code/community/PostFinanceCheckout/Payment/Model/Service/LineItem.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ protected function getProductLineItem($productItem, $currency)
238238

239239
$attribute = new \PostFinanceCheckout\Sdk\Model\LineItemAttributeCreate();
240240
$attribute->setLabel($this->fixLength($this->getFirstLine($option['label']), 512));
241-
$attribute->setValue($this->fixLength($this->getFirstLine($value), 512));
241+
$attribute->setValue($this->fixLength(strip_tags($this->getFirstLine($value)), 512));
242242
$attributes[$this->getAttributeKey($option)] = $attribute;
243243
}
244244

@@ -619,4 +619,4 @@ protected function processLineItemName($name) {
619619
}
620620
return $name;
621621
}
622-
}
622+
}

app/code/community/PostFinanceCheckout/Payment/etc/config.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<config>
1414
<modules>
1515
<PostFinanceCheckout_Payment>
16-
<version>1.1.11</version>
16+
<version>1.1.12</version>
1717
</PostFinanceCheckout_Payment>
1818
</modules>
1919
<global>
@@ -357,7 +357,7 @@
357357
<default>
358358
<postfinancecheckout_payment>
359359
<information>
360-
<version>1.1.11</version>
360+
<version>1.1.12</version>
361361
<sdk_version>2.1.5</sdk_version>
362362
</information>
363363
<general>

app/code/community/PostFinanceCheckout/Payment/etc/system.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<show_in_default>1</show_in_default>
3131
<show_in_website>1</show_in_website>
3232
<show_in_store>1</show_in_store>
33-
<comment><![CDATA[If you need help setting up the PostFinance Checkout extension, check out the <a href="https://plugin-documentation.postfinance-checkout.ch/pfpayments/magento-1/1.1.11/docs/en/documentation.html" target="_blank">documentation</a>.]]></comment>
33+
<comment><![CDATA[If you need help setting up the PostFinance Checkout extension, check out the <a href="https://plugin-documentation.postfinance-checkout.ch/pfpayments/magento-1/1.1.12/docs/en/documentation.html" target="_blank">documentation</a>.]]></comment>
3434
<fields>
3535
<version translate="label">
3636
<label>Module Version</label>

app/locale/de_DE/PostFinanceCheckout_Payment.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"Giftcard (%s)","Geschenkkarte (%s)"
3737
"Giftcard","Geschenkkarte"
3838
"Hold Delivery","Lieferung halten"
39-
"If you need help setting up the PostFinance Checkout extension, check out the <a href=""https://plugin-documentation.postfinance-checkout.ch/pfpayments/magento-1/1.1.11/docs/en/documentation.html"" target=""_blank"">documentation</a>.","Falls Sie Hilfe benötigen beim Einrichten der PostFinance Checkout-Erweiterung, sehen Sie sich die <a href=""https://plugin-documentation.postfinance-checkout.ch/pfpayments/magento-1/1.1.11/docs/en/documentation.html"" target=""_blank"">Dokumentation</a> an."
39+
"If you need help setting up the PostFinance Checkout extension, check out the <a href=""https://plugin-documentation.postfinance-checkout.ch/pfpayments/magento-1/1.1.12/docs/en/documentation.html"" target=""_blank"">documentation</a>.","Falls Sie Hilfe benötigen beim Einrichten der PostFinance Checkout-Erweiterung, sehen Sie sich die <a href=""https://plugin-documentation.postfinance-checkout.ch/pfpayments/magento-1/1.1.12/docs/en/documentation.html"" target=""_blank"">Dokumentation</a> an."
4040
"Inactive","Inaktiv"
4141
"Information","Informationen"
4242
"Line Items","Positionen"

app/locale/en_US/PostFinanceCheckout_Payment.csv

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"Giftcard (%s)","Giftcard (%s)"
3737
"Giftcard","Giftcard"
3838
"Hold Delivery","Hold Delivery"
39-
"If you need help setting up the PostFinance Checkout extension, check out the <a href=""https://plugin-documentation.postfinance-checkout.ch/pfpayments/magento-1/1.1.11/docs/en/documentation.html"" target=""_blank"">documentation</a>.","If you need help setting up the PostFinance Checkout extension, check out the <a href=""https://plugin-documentation.postfinance-checkout.ch/pfpayments/magento-1/1.1.11/docs/en/documentation.html"" target=""_blank"">documentation</a>."
39+
"If you need help setting up the PostFinance Checkout extension, check out the <a href=""https://plugin-documentation.postfinance-checkout.ch/pfpayments/magento-1/1.1.12/docs/en/documentation.html"" target=""_blank"">documentation</a>.","If you need help setting up the PostFinance Checkout extension, check out the <a href=""https://plugin-documentation.postfinance-checkout.ch/pfpayments/magento-1/1.1.12/docs/en/documentation.html"" target=""_blank"">documentation</a>."
4040
"Inactive","Inactive"
4141
"Information","Information"
4242
"Line Items","Line Items"

docs/en/documentation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2>Documentation</h2> </div>
2222
</a>
2323
</li>
2424
<li>
25-
<a href="https://github.com/pfpayments/magento-1/releases/tag/1.1.11/">
25+
<a href="https://github.com/pfpayments/magento-1/releases/tag/1.1.12/">
2626
Source
2727
</a>
2828
</li>
@@ -51,7 +51,7 @@ <h1>
5151
<div class="olist arabic">
5252
<ol class="arabic">
5353
<li>
54-
<p><a href="https://github.com/pfpayments/magento-1/releases/tag/1.1.11/">Download</a> the extension.</p>
54+
<p><a href="https://github.com/pfpayments/magento-1/releases/tag/1.1.12/">Download</a> the extension.</p>
5555
</li>
5656
<li>
5757
<p>Extract the files and upload them to the root directory of your store using FTP/SSH.</p>
0 Bytes
Loading
0 Bytes
Loading

0 commit comments

Comments
 (0)