Skip to content

Commit ec6af07

Browse files
committed
minor
1 parent 087d61f commit ec6af07

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ coverage.clover
2828
# PHARs
2929
composer.phar
3030
php-cs-fixer.phar
31+
phpunit-skelgen.phar
3132
phpunit.phar

.hidev/commits.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,27 @@ hiqdev/hipanel-core commits history
33

44
## Under development
55

6-
- Fixed build with asset-packagist
6+
- Fixed build with asset-packagist and newer hidev
7+
- e166514 2016-04-28 rehideved ([email protected])
8+
- d178d7d 2016-04-28 phpcsfixed ([email protected])
9+
- e09f209 2016-04-28 added tests ([email protected])
710
- 309828b 2016-04-05 dropped hiqdev-pjax dependency ([email protected])
811
- 5c39630 2016-04-05 Changed dependency from jquery-pjax to yii2-pjax ([email protected])
912
- 8e23f58 2016-04-05 used asset-packagist ([email protected])
1013
- c07ba63 2016-04-05 fixed post pjax at SmartPerformAction ([email protected])
1114
- 1ac9664 2016-04-05 Removed hiqdev/composer-asset-plugin dependency ([email protected])
1215
- 5797d4b 2016-03-31 added use of `hiqdev/composer-asset-plugin` ([email protected])
1316
- Fixed different issues
17+
- 7700d0b 2016-04-27 CheckboxColumn - added parent::registerClientScript() call ([email protected])
18+
- 454c8cd 2016-04-27 Add OrientationAction and OrientationStorage ([email protected])
19+
- 4d423a4 2016-04-22 Added PrepareAjaxViewAction ([email protected])
20+
- fc3400d 2016-04-22 Designe responsive fix in GridView footer ([email protected])
21+
- 342d42f 2016-04-21 Add IndexLayoutSwitcher ([email protected])
22+
- 064e5ff 2016-04-21 Redefine getViewPath in IndexPage widget ([email protected])
23+
- b8ebce2 2016-04-21 + IndexPage widget ([email protected])
24+
- c2074a6 2016-04-21 Added a.border-bottom-dashed style to CSS ([email protected])
25+
- 4e01255 2016-04-21 ArraySpoiler - updated class documentation ([email protected])
26+
- a885c19 2016-04-12 Display currency in AmounWithCurrencyWidget ([email protected])
1427
- c662096 2016-04-01 Updated translations ([email protected])
1528
- 28a19fa 2016-03-30 Updated translations ([email protected])
1629
- 5f29994 2016-03-29 AdvancedSearch - added `_csrf` to Clear button ([email protected])

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ hiqdev/hipanel-core changelog
33

44
## Under development
55

6-
- Fixed build with asset-packagist
6+
- Fixed build with asset-packagist and newer hidev
77
- Fixed different issues
88
- Added ChartJs
99
- Changed incompatibly PHP < 5.5: used constant `::class`

0 commit comments

Comments
 (0)