Skip to content

Commit 796dbe7

Browse files
committed
version bump to 0.4.4
1 parent fec8755 commit 796dbe7

File tree

4 files changed

+58
-4
lines changed

4 files changed

+58
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
hiqdev/hidev-php-cs-fixer
22
-------------------------
33

4+
## [0.4.4] - 2017-03-27
5+
6+
- Fixed views to follow hidev API changes ([@SilverFire])
7+
48
## [0.4.3] - 2017-01-05
59

610
- Fixed command to run `php-cs-fixer fix` without `.` ([@hiqsol])
@@ -70,9 +74,15 @@ hiqdev/hidev-php-cs-fixer
7074

7175
## [Development started] - 2015-06-07
7276

77+
[@SilverFire]: https://github.com/SilverFire
78+
[d.naumenko.a@gmail.com]: https://github.com/SilverFire
79+
[@tafid]: https://github.com/tafid
80+
[andreyklochok@gmail.com]: https://github.com/tafid
81+
[@BladeRoot]: https://github.com/BladeRoot
82+
[bladeroot@gmail.com]: https://github.com/BladeRoot
7383
[@hiqsol]: https://github.com/hiqsol
7484
[sol@hiqdev.com]: https://github.com/hiqsol
75-
[Under development]: https://github.com/hiqdev/hidev-php-cs-fixer/compare/0.4.2...HEAD
85+
[Under development]: https://github.com/hiqdev/hidev-php-cs-fixer/compare/0.4.3...HEAD
7686
[0.4.2]: https://github.com/hiqdev/hidev-php-cs-fixer/compare/0.4.1...0.4.2
7787
[0.4.1]: https://github.com/hiqdev/hidev-php-cs-fixer/compare/0.4.0...0.4.1
7888
[0.4.0]: https://github.com/hiqdev/hidev-php-cs-fixer/compare/0.3.4...0.4.0
@@ -88,3 +98,4 @@ hiqdev/hidev-php-cs-fixer
8898
[0.0.2]: https://github.com/hiqdev/hidev-php-cs-fixer/compare/0.0.1...0.0.2
8999
[0.0.1]: https://github.com/hiqdev/hidev-php-cs-fixer/releases/tag/0.0.1
90100
[0.4.3]: https://github.com/hiqdev/hidev-php-cs-fixer/compare/0.4.2...0.4.3
101+
[0.4.4]: https://github.com/hiqdev/hidev-php-cs-fixer/compare/0.4.3...0.4.4

chkipper.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
11
{
2-
"name": "hiqdev/hidev-php-cs-fixer"
2+
"name": "hiqdev/hidev-php-cs-fixer",
3+
"authors": {
4+
"hiqsol": {
5+
"name": "Andrii Vasyliev",
6+
"role": "Project lead",
7+
"email": "sol@hiqdev.com",
8+
"github": "https://github.com/hiqsol",
9+
"homepage": "http://hipanel.com/"
10+
},
11+
"SilverFire": {
12+
"name": "Dmitry Naumenko",
13+
"role": "Lead backend developer",
14+
"email": "d.naumenko.a@gmail.com",
15+
"github": "https://github.com/SilverFire",
16+
"homepage": "http://silverfire.me/"
17+
},
18+
"tafid": {
19+
"name": "Andrey Klochok",
20+
"role": "Lead frontend developer",
21+
"email": "andreyklochok@gmail.com",
22+
"github": "https://github.com/tafid",
23+
"homepage": "http://hiqdev.com/"
24+
},
25+
"BladeRoot": {
26+
"name": "Yuriy Myronchuk",
27+
"role": "QA Lead",
28+
"email": "bladeroot@gmail.com",
29+
"github": "https://github.com/BladeRoot",
30+
"homepage": "http://hiqdev.com/"
31+
}
32+
}
333
}

history.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
hiqdev/hidev-php-cs-fixer
22
-------------------------
33

4+
## [0.4.4] - 2017-03-27
5+
6+
- Fixed views to follow hidev API changes
7+
- [fec8755] 2017-03-27 Fixed views to follow hidev API changes [@SilverFire]
8+
49
## [0.4.3] - 2017-01-05
510

611
- Fixed command to run `php-cs-fixer fix` without `.`
@@ -121,6 +126,12 @@ hiqdev/hidev-php-cs-fixer
121126

122127
## [Development started] - 2015-06-07
123128

129+
[@SilverFire]: https://github.com/SilverFire
130+
[d.naumenko.a@gmail.com]: https://github.com/SilverFire
131+
[@tafid]: https://github.com/tafid
132+
[andreyklochok@gmail.com]: https://github.com/tafid
133+
[@BladeRoot]: https://github.com/BladeRoot
134+
[bladeroot@gmail.com]: https://github.com/BladeRoot
124135
[@hiqsol]: https://github.com/hiqsol
125136
[sol@hiqdev.com]: https://github.com/hiqsol
126137
[7b168e1]: https://github.com/hiqdev/hidev-php-cs-fixer/commit/7b168e1
@@ -174,7 +185,7 @@ hiqdev/hidev-php-cs-fixer
174185
[475ffaf]: https://github.com/hiqdev/hidev-php-cs-fixer/commit/475ffaf
175186
[03d6cfb]: https://github.com/hiqdev/hidev-php-cs-fixer/commit/03d6cfb
176187
[fe63c3d]: https://github.com/hiqdev/hidev-php-cs-fixer/commit/fe63c3d
177-
[Under development]: https://github.com/hiqdev/hidev-php-cs-fixer/compare/0.4.2...HEAD
188+
[Under development]: https://github.com/hiqdev/hidev-php-cs-fixer/compare/0.4.3...HEAD
178189
[0.4.2]: https://github.com/hiqdev/hidev-php-cs-fixer/compare/0.4.1...0.4.2
179190
[0.4.1]: https://github.com/hiqdev/hidev-php-cs-fixer/compare/0.4.0...0.4.1
180191
[0.4.0]: https://github.com/hiqdev/hidev-php-cs-fixer/compare/0.3.4...0.4.0
@@ -190,3 +201,5 @@ hiqdev/hidev-php-cs-fixer
190201
[0.0.2]: https://github.com/hiqdev/hidev-php-cs-fixer/compare/0.0.1...0.0.2
191202
[0.0.1]: https://github.com/hiqdev/hidev-php-cs-fixer/releases/tag/0.0.1
192203
[0.4.3]: https://github.com/hiqdev/hidev-php-cs-fixer/compare/0.4.2...0.4.3
204+
[fec8755]: https://github.com/hiqdev/hidev-php-cs-fixer/commit/fec8755
205+
[0.4.4]: https://github.com/hiqdev/hidev-php-cs-fixer/compare/0.4.3...0.4.4

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.4.3 2017-01-05 13:38:31 +0000 475ffaf94c16605a09751395852ad716127fe1f7
1+
0.4.4 2017-03-27 17:39:38 +0300 fec8755dc19cc11651593611a44941a8cccb397e

0 commit comments

Comments
 (0)