Skip to content

Commit

Permalink
NTR - Prepare plugin.xml for store update
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Jul 16, 2018
1 parent 940325b commit b51ab61
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
2 changes: 0 additions & 2 deletions Subscriber/ExpressCheckout.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,6 @@ private function getExpressCheckoutButtonLanguage()
{
$languageIso = $this->dependencyProvider->getShop()->getLocale()->getLocale();

// use english as default, use german if the locale is from german speaking country (de_DE, de_AT, etc)
// by now the PPP iFrame does not support other languages
if (strpos($languageIso, 'de_') === 0) {
$languageIso = 'de_DE';
}
Expand Down
2 changes: 0 additions & 2 deletions Subscriber/InContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ private function getExpressCheckoutButtonLanguage()
{
$languageIso = $this->dependencyProvider->getShop()->getLocale()->getLocale();

// use english as default, use german if the locale is from german speaking country (de_DE, de_AT, etc)
// by now the PPP iFrame does not support other languages
if (strpos($languageIso, 'de_') === 0) {
$languageIso = 'de_DE';
}
Expand Down
15 changes: 14 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,26 @@
<label lang="de">PayPal</label>
<label lang="en">PayPal</label>

<version>1.0.4</version>
<version>1.0.5</version>
<copyright>(c) by shopware AG</copyright>
<license>MIT</license>
<link>http://store.shopware.com</link>
<author>shopware AG</author>
<compatibility minVersion="5.2.0"/>

<changelog version="1.0.5">
<changes lang="de">
PT-9318 - Sprache der Buttons für Express Checkout und In-Context richtet sich nun nach der Shopsprache;
PT-9366 - Javascript Warnung korrigiert;
Datum in der Bestellübersicht korrigiert;
</changes>
<changes lang="en">
PT-9318 - The shop language is now considered for the language of the express checkout and in-context buttons;
PT-9366 - Fix Javascript warning;
Fix date in order overview;
</changes>
</changelog>

<changelog version="1.0.4">
<changes lang="de">PT-9241 - Optimierung von PayPal Bannern und Buttons;</changes>
<changes lang="en">PT-9241 - Optimize PayPal banners and buttons;</changes>
Expand Down

0 comments on commit b51ab61

Please sign in to comment.