Skip to content

Commit

Permalink
Merge pull request #6 from hootsuite/feature/version-bum-1p1p0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
shihoonhootsuite committed Dec 2, 2015
2 parents 713949f + 61ac5a7 commit a32ff93
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 7 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes will be documented in this file. Guidelines on the format an

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.

## 1.1.0 - 2015-12-02 - `Against All Odds (Take A Look At Me Now)`

### Fixed

* Comma issues with command line arguments for PHP CS. Thanks to @ixisandyr and @jaychakra

### Added

* PHP Codesniffer and Beautifer Combo by @jaychakra

## 1.0.0 - 2015-03-03 - `Footloose`

Initial Public Release. Version number bumped and moved out of the private repository.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Just add to your `.pre-commit-config.yaml` file with the following

```yaml
- repo: [email protected]:hootsuite/pre-commit-php.git
sha: 1.0.0
sha: 1.1.0
hooks:
- id: php-lint
- id: php-unit
Expand All @@ -27,7 +27,7 @@ Just add to your `.pre-commit-config.yaml` file with the following
```yaml
<<<<<<< HEAD
- repo: [email protected]:hootsuite/pre-commit-php.git
sha: 1.0.0
sha: 1.1.0
hooks:
- id: php-lint
```
Expand All @@ -38,7 +38,7 @@ A bash script that runs `php -l` against stage files that are php. Assumes `php`

```yaml
- repo: [email protected]:hootsuite/pre-commit-php.git
sha: 1.0.0
sha: 1.1.0
hooks:
- id: php-lint-all
```
Expand All @@ -50,7 +50,7 @@ A systems hook that just runs `php -l` against stage files that have the `.php`

```yaml
- repo: [email protected]:hootsuite/pre-commit-php.git
sha: 1.0.0
sha: 1.1.0
hooks:
- id: php-unit
```
Expand All @@ -65,7 +65,7 @@ Note in its current state, it will run the whole PHPUnit test as along as `.php`

```yaml
- repo: [email protected]:hootsuite/pre-commit-php.git
sha: 1.0.0
sha: 1.1.0
hooks:
- id: php-cs
files: \.(php)$
Expand All @@ -84,7 +84,7 @@ If you have multiple standards or a comma in your `args` property, escape the co

```yaml
- repo: [email protected]:hootsuite/pre-commit-php.git
sha: 1.0.0
sha: 1.1.0
hooks:
- id: php-cs
files: \.(php)$
Expand All @@ -100,7 +100,7 @@ If you have multiple standards or a comma in your `args` property, escape the co

```yaml
- repo: [email protected]:hootsuite/pre-commit-php.git
sha: 1.0.0
sha: 1.1.0
hooks:
- id: php-cs
files: \.(php)$
Expand Down

0 comments on commit a32ff93

Please sign in to comment.