Skip to content

Commit

Permalink
Merge branch 'pr697' into b-6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Sieg committed Mar 26, 2019
2 parents 4f548c0 + 12a1eaf commit 9cca87c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Split config parameter initialization from application initialization [PR-628](https://github.com/OXID-eSales/oxideshop_ce/pull/628)
- Increase default quantity of productimages to 12 (from 7) [PR-514](https://github.com/OXID-eSales/oxideshop_ce/pull/514)
- Make adding template blocks more fast andn reliable [PR-580](https://github.com/OXID-eSales/oxideshop_ce/pull/580)
- Change email encoding to base64 [0006468](https://bugs.oxid-esales.com/view.php?id=6468) [PR-697](https://github.com/OXID-eSales/oxideshop_ce/pull/697)
- Support PHP 7.2
- Modules will not be disabled on class loading errors anymore, Error is just logged [PR-661](https://github.com/OXID-eSales/oxideshop_ce/pull/661)
- Backwards compatibility break: `\OxidEsales\EshopCommunity\Application\Model\User::_dbLogin` will only called until the user successfully logs in the
Expand Down
2 changes: 2 additions & 0 deletions source/Core/Email.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ public function __construct()
$this->setLanguage("en", $myConfig->getConfigParam('sShopDir') . "/Core/phpmailer/language/");

$this->_getSmarty();

$this->Encoding='base64';
}

/**
Expand Down

0 comments on commit 9cca87c

Please sign in to comment.