Skip to content

Commit

Permalink
Updating version and changelog.
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Lewis <[email protected]>
  • Loading branch information
jasonlewis committed Aug 2, 2013
1 parent 2bd9a28 commit 45524b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ Route::group(array('prefix' => '{locale}'), function()

## Changes

#### v1.0.3
- Fixed a change that was made to the original Laravel router.

This comment has been minimized.

Copy link
@crynobone

crynobone Aug 2, 2013

Correct me if I'm wrong but the changes are for laravel 4.1, so why would you need to tag it at the moment. This could cause issue with anyone using 4.0.

This comment has been minimized.

Copy link
@jasonlewis

jasonlewis via email Aug 2, 2013

Author Owner

This comment has been minimized.

Copy link
@crynobone

crynobone via email Aug 2, 2013

This comment has been minimized.

Copy link
@crynobone

crynobone via email Aug 2, 2013

This comment has been minimized.

Copy link
@jasonlewis

jasonlewis via email Aug 2, 2013

Author Owner

This comment has been minimized.

Copy link
@jasonlewis

jasonlewis Aug 2, 2013

Author Owner

I've removed the tagged version. Will leave this change sitting in master. I have a feeling this package will become redundant when 4.1 is released anyhow.

Cheers @crynobone.

This comment has been minimized.

Copy link
@jasonlewis

jasonlewis Aug 2, 2013

Author Owner

The commit actually made it to the 4.0 branch. I'll have to push out a tag for this.


#### v1.0.2
- Fixed bug that re-ordered routes that were defined in groups. Route order is now maintained correctly.

Expand Down

0 comments on commit 45524b3

Please sign in to comment.