Skip to content

Commit 1e61389

Browse files
committed
prepare for release
1 parent 1c66fcb commit 1e61389

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

core/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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).
44

5-
## 1.0.11 (in progress)
5+
## 1.0.11 (5. September 2018)
66

77
+ [#1848](https://github.com/luyadev/luya/issues/1848) Fix issue where frontend rules have precedence over admin API rules.
88
+ [#1840](https://github.com/luyadev/luya/issues/1840) Convert mail message into alt body automatically.

core/components/Mail.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ public function body($body)
224224
* Also remove html head if there is any.
225225
*
226226
* @param string $message The message to convert into alt body format.
227-
* @return string
227+
* @return string Returns the alt body message compatible content
228+
* @since 1.0.11
228229
*/
229230
public function convertMessageToAltBody($message)
230231
{

core/composer.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)