Skip to content

Commit 6a588c2

Browse files
committed
Changelog
1 parent 3227212 commit 6a588c2

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11

22
# Changelog
33

4+
## v1.12.0
5+
6+
* **Optional tools**
7+
* [#60](https://github.com/EdgedesignCZ/phpqa/pull/60) php-cs-fixer (stable)
8+
* [#68](https://github.com/EdgedesignCZ/phpqa/pull/68) Support phpstan v0.7
9+
* [#65](https://github.com/EdgedesignCZ/phpqa/pull/65) Support phpcs v3.X
10+
* [#61](https://github.com/EdgedesignCZ/phpqa/pull/61) Support Robo v1.X
11+
* [#58](https://github.com/EdgedesignCZ/phpqa/pull/58) Support Twig 2
12+
* _Internal changes_
13+
* [#50](https://github.com/EdgedesignCZ/phpqa/pull/55), [#62](https://github.com/EdgedesignCZ/phpqa/pull/62) Optimize speed on Travis (Precise + HHVM on Trusty)
14+
415
## v1.11.0
516

617
* [#54](https://github.com/EdgedesignCZ/phpqa/pull/54) Advanced phpcs configuration

phpqa

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env php
22
<?php
33

4-
define('PHPQA_VERSION', '1.11.0');
4+
define('PHPQA_VERSION', '1.12.0');
55

66
if (file_exists(__DIR__ . '/vendor/autoload.php')) {
77
define('COMPOSER_VENDOR_DIR', __DIR__ . "/vendor/");

0 commit comments

Comments
 (0)