Skip to content

Commit

Permalink
Merge pull request #5 from ylabio/release-0.5.1
Browse files Browse the repository at this point in the history
Release 0.5.1
  • Loading branch information
shvykov authored Jun 25, 2018
2 parents fd3ae03 + 7a5d310 commit 0d40d12
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Released]

## [0.5.1] - 2018-06-25
### Fix
- ArgumentCountError Exception (php7.1)

## [0.5.0] - 2018-06-13
### Added
- Стандартный загрузчик битрикс
Expand Down
1 change: 0 additions & 1 deletion _config.yml

This file was deleted.

2 changes: 1 addition & 1 deletion admin/entity_profile_edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
$oGenDataClass = new DeleteDataClass();
$arGenData = $oGenDataClass::getGenData($iProfileID);
} else {
$oEntity = new $arEntity['CLASS']();
$oEntity = new $arEntity['CLASS'](false);
}

$arEntityFields = $oEntity->getFields($request);
Expand Down
4 changes: 2 additions & 2 deletions install/version.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

$arModuleVersion = array(
'VERSION' => '0.5.0',
'VERSION_DATE' => '2018-06-13'
'VERSION' => '0.5.1',
'VERSION_DATE' => '2018-06-25'
);

0 comments on commit 0d40d12

Please sign in to comment.