-
Notifications
You must be signed in to change notification settings - Fork 14
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
1 parent
06d57b6
commit 18425da
Showing
2 changed files
with
6 additions
and
4 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,2 +1,4 @@ | ||
- Добавление интерфейса работы через командную строку | ||
- Версия патформы теперь хранится в файле, облегчает работу при частой работе с дампами | ||
- Добработки административного интерфейса. Внедрены более понятные определения | ||
- Стабилизация автоматического сбора миграций | ||
- Командная строка. Улучшение интерфейса взаимодействия с пользователем | ||
- Сценарии миграций. Внедрение классов "строителей" данных |
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,6 +1,6 @@ | ||
<? | ||
$arModuleVersion = array( | ||
"VERSION" => "1.5.0", | ||
"VERSION_DATE" => "2015-12-23 11:00:00" | ||
"VERSION" => "1.6.0", | ||
"VERSION_DATE" => "2016-03-22 18:00:00" | ||
); | ||
?> |