Skip to content

Commit

Permalink
Increment version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbrouwers committed Sep 20, 2014
1 parent 30859d2 commit cccf9ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Laravel Excel v1.2.0
## Laravel Excel v1.2.1

[<img src="http://www.maatwebsite.nl/img/excel_banner.jpg"/>](http://www.maatwebsite.nl/laravel-excel/docs)

Expand Down Expand Up @@ -41,7 +41,7 @@ Excel::create('Laravel Excel', function($excel) {
Require this package in your `composer.json` and update composer. This will download the package and PHPExcel of PHPOffice.

```php
"maatwebsite/excel": "~1.2.0"
"maatwebsite/excel": "~1.2.1"
```

After updating composer, add the ServiceProvider to the providers array in `app/config/app.php`
Expand Down
3 changes: 3 additions & 0 deletions docs/changelog/version-1.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Version 1

### 1.2.1
- Fix with() method parameters

### 1.2.0
- Filters
- Chunk filter (with chunked importer)
Expand Down

0 comments on commit cccf9ce

Please sign in to comment.