Skip to content

Commit

Permalink
1.1.1 Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
klimashkin committed Mar 31, 2014
1 parent 73177cf commit e989fb0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion controllers/mail.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports.send = function send(options, callback) {
}
var smtpobject = {
from: sender[options.sender] || sender.noreply,
to: (options.receiver.alias ? options.receiver.alias + ' ' : '') + '<' + options.receiver.email + '>',
to: (options.receiver.alias ? options.receiver.alias.replace(/:/g, '') + ' ' : '') + '<' + options.receiver.email + '>',
subject: options.subject,
headers: {
'X-Laziness-level': 1000
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pastvu",
"version": "1.1.1-dev",
"version": "1.1.1",
"description": "Retrospective topography of media content",
"homepage": "https://github.com/klimashkin/pastvu",
"keywords": ["oldmos", "pastvu"],
Expand Down
2 changes: 1 addition & 1 deletion public/history.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
1.1.1 / 2014-03-31
==================

* (added) Посветка изменения текста в истории комментария с возможностью переключения на просмотр результата
* (added) Подсветка изменения текста в истории комментария с возможностью переключения на просмотр результата
* (added) Комментарии ограничены 12т символами
* (fixed) Ошибка записи региона глобальных модераторов при редактировании комментария
* (fixed) Относительное время в комментариях
Expand Down

0 comments on commit e989fb0

Please sign in to comment.