Skip to content

Commit a32ff93

Browse files
Merge pull request #6 from hootsuite/feature/version-bum-1p1p0
Release 1.1.0
2 parents 713949f + 61ac5a7 commit a32ff93

File tree

2 files changed

+17
-7
lines changed

2 files changed

+17
-7
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes will be documented in this file. Guidelines on the format an
44

55
Version names based on [Top 100 Songs of 1984 - Billboard Year End Charts](http://www.bobborst.com/popculture/top-100-songs-of-the-year/?year=1984), follow in descending order.
66

7+
## 1.1.0 - 2015-12-02 - `Against All Odds (Take A Look At Me Now)`
8+
9+
### Fixed
10+
11+
* Comma issues with command line arguments for PHP CS. Thanks to @ixisandyr and @jaychakra
12+
13+
### Added
14+
15+
* PHP Codesniffer and Beautifer Combo by @jaychakra
16+
717
## 1.0.0 - 2015-03-03 - `Footloose`
818

919
Initial Public Release. Version number bumped and moved out of the private repository.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Just add to your `.pre-commit-config.yaml` file with the following
88

99
```yaml
1010
- repo: git@github.com:hootsuite/pre-commit-php.git
11-
sha: 1.0.0
11+
sha: 1.1.0
1212
hooks:
1313
- id: php-lint
1414
- id: php-unit
@@ -27,7 +27,7 @@ Just add to your `.pre-commit-config.yaml` file with the following
2727
```yaml
2828
<<<<<<< HEAD
2929
- repo: git@github.com:hootsuite/pre-commit-php.git
30-
sha: 1.0.0
30+
sha: 1.1.0
3131
hooks:
3232
- id: php-lint
3333
```
@@ -38,7 +38,7 @@ A bash script that runs `php -l` against stage files that are php. Assumes `php`
3838

3939
```yaml
4040
- repo: git@github.com:hootsuite/pre-commit-php.git
41-
sha: 1.0.0
41+
sha: 1.1.0
4242
hooks:
4343
- id: php-lint-all
4444
```
@@ -50,7 +50,7 @@ A systems hook that just runs `php -l` against stage files that have the `.php`
5050

5151
```yaml
5252
- repo: git@github.com:hootsuite/pre-commit-php.git
53-
sha: 1.0.0
53+
sha: 1.1.0
5454
hooks:
5555
- id: php-unit
5656
```
@@ -65,7 +65,7 @@ Note in its current state, it will run the whole PHPUnit test as along as `.php`
6565

6666
```yaml
6767
- repo: git@github.com:hootsuite/pre-commit-php.git
68-
sha: 1.0.0
68+
sha: 1.1.0
6969
hooks:
7070
- id: php-cs
7171
files: \.(php)$
@@ -84,7 +84,7 @@ If you have multiple standards or a comma in your `args` property, escape the co
8484

8585
```yaml
8686
- repo: git@github.com:hootsuite/pre-commit-php.git
87-
sha: 1.0.0
87+
sha: 1.1.0
8888
hooks:
8989
- id: php-cs
9090
files: \.(php)$
@@ -100,7 +100,7 @@ If you have multiple standards or a comma in your `args` property, escape the co
100100

101101
```yaml
102102
- repo: git@github.com:hootsuite/pre-commit-php.git
103-
sha: 1.0.0
103+
sha: 1.1.0
104104
hooks:
105105
- id: php-cs
106106
files: \.(php)$

0 commit comments

Comments
 (0)