Skip to content
This repository has been archived by the owner on Oct 18, 2020. It is now read-only.

Commit

Permalink
Update README for 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
d13r committed Oct 16, 2013
1 parent 6b5cd22 commit 1fa61d6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A simple Laravel-style way to create breadcrumbs in

### 1. Install with Composer
```bash
composer require davejamesmiller/laravel-breadcrumbs ~2.0.0
composer require davejamesmiller/laravel-breadcrumbs ~2.1.0
```

This will update `composer.json` and install it into the `vendor/` directory.
Expand Down Expand Up @@ -397,6 +397,9 @@ methods are available, which take a single array argument. These are primarily
for internal use - most likely you won't need to call them.

## Changelog
### 2.1.0
* Add support for non-linked breadcrumbs to the Twitter Bootstrap templates

### 2.0.0
* Add Twitter Bootstrap v3 template
([#7](https://github.com/davejamesmiller/laravel-breadcrumbs/issues/7))
Expand Down

0 comments on commit 1fa61d6

Please sign in to comment.