Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Sep 5, 2018
1 parent 1c66fcb commit 1e61389
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion core/CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

All notable changes to this project will be documented in this file. This project make usage of the [Yii Versioning Strategy](https://github.com/yiisoft/yii2/blob/master/docs/internals/versions.md). In order to read more about upgrading and BC breaks have a look at the [UPGRADE Document](UPGRADE.md).

## 1.0.11 (in progress)
## 1.0.11 (5. September 2018)

+ [#1848](https://github.com/luyadev/luya/issues/1848) Fix issue where frontend rules have precedence over admin API rules.
+ [#1840](https://github.com/luyadev/luya/issues/1840) Convert mail message into alt body automatically.
Expand Down
3 changes: 2 additions & 1 deletion core/components/Mail.php
Expand Up @@ -224,7 +224,8 @@ public function body($body)
* Also remove html head if there is any.
*
* @param string $message The message to convert into alt body format.
* @return string
* @return string Returns the alt body message compatible content
* @since 1.0.11
*/
public function convertMessageToAltBody($message)
{
Expand Down
22 changes: 11 additions & 11 deletions core/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1e61389

Please sign in to comment.