Skip to content

Commit

Permalink
Merge pull request #85 from oc-shopaholic/develop
Browse files Browse the repository at this point in the history
Release version 1.28.0
  • Loading branch information
kharanenka authored Feb 14, 2020
2 parents 58432ca + 8f3efe8 commit 3b49ebe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion lang/en/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,17 @@
'priority' => 'Priority',
'group' => 'Group',
'count' => 'Count',
'length' => 'Length',
'amount' => 'Amount',
'author' => 'Author',
'link' => 'Link',
'view_count' => 'View count',
'is_default' => 'Is default',
'symbol' => 'Symbol',
'field' => 'Field',
'weight' => 'Weight',
'height' => 'Height',
'length' => 'Length',
'width' => 'Width',

'sort_order' => 'Sorting',
'created_at' => 'Created',
Expand Down
5 changes: 4 additions & 1 deletion lang/ru/lang.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,17 @@
'priority' => 'Приоритет',
'group' => 'Группа',
'count' => 'Количество',
'length' => 'Длинна',
'amount' => 'Сумма',
'author' => 'Автор',
'link' => 'Ссылка',
'view_count' => 'Количество просмотров',
'is_default' => 'По-умолчанию',
'symbol' => 'Символ',
'field' => 'Поле',
'weight' => 'Вес',
'height' => 'Высота',
'length' => 'Длина',
'width' => 'Ширина',

'sort_order' => 'Сортировка',
'created_at' => 'Создано',
Expand Down
4 changes: 3 additions & 1 deletion updates/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,4 +89,6 @@
1.26.2:
- 'Added validation widget context field in AbstractBackendFieldHandler class.'
1.27.0:
- 'Added redirect to error page, if result status is false and redirect URL is not empty.'
- 'Added redirect to error page, if result status is false and redirect URL is not empty.'
1.28.0:
- 'Added dimension fields to lang files'

0 comments on commit 3b49ebe

Please sign in to comment.