-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
davydovct
committed
Oct 22, 2020
1 parent
5a4e7fb
commit 68a9b39
Showing
2 changed files
with
6 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
Fix: Correct username for register form. | ||
Fix: Namespace usage. | ||
Fix: Restoring error.html file. | ||
Fix: Collecting email in form test. | ||
Fix: Template modification. | ||
Fix: Increase async curl timeout to 1000ms. | ||
Fix: Missing UTF-8 func, correct sender_email handler in comments. | ||
Fix: Skip adding js code if admin. | ||
Fix: Encoding issues. | ||
Fix: Skip global hook on comments. | ||
Fix: Empty message field for custom forms. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,3 @@ | ||
Исправление: Корректная передача имени пользователя в регистрациях. | ||
Исправление: Использование пространтсв имен. | ||
Исправление: Восстановление файла error.html. | ||
Исправление: Передача e-mail в контактных формах. | ||
Исправление: Модификация шаблонов. | ||
Исправление: Увеличение CURL таймаута при асинхронном вызове. | ||
Исправление: Добавление UTF-8 функции в базовом классе, корректная передача e-mail в комментариях. | ||
Исправление: Добавление JS кода для администратора. | ||
Исправлено: Проблемы с кодировками. | ||
Исправлено: Хук обработки комментариев. | ||
Исправлено: Пустое сообщение в кастомных формах. |