Skip to content

Commit

Permalink
Prepping for v1.1
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Horrigan <dan@dhorrigan.com>
  • Loading branch information
dhrrgn committed Dec 13, 2011
1 parent 4f3ecb6 commit 66e2c00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## v1.1

[Full List of core changes since 1.0.1](https://github.com/fuel/core/compare/v1.0.1...v1.1)

### System changes

* Deprication of `Request::show_404()`, replaced with `throw new HttpNotFoundException` that has a handle method to show the 404
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* [Website](http://fuelphp.com/)
* [Documentation](http://docs.fuelphp.com) and in its own [git repo](https://github.com/fuel/docs)
* [Forums](http://fuelphp.com/forums) for comments, discussion and community support
* Version: 1.1-rc1
* Version: 1.1

## Description

Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<property name="basedir" value="${project.basedir}" />
<property name="builddir" value="${basedir}/build" />
<property name="branch" value="1.1/develop" />
<property name="tag" value="v1.1-rc1" />
<property name="tag" value="v1.1" />

<property name="submodules" value="fuel/core,fuel/packages/auth,fuel/packages/email,fuel/packages/oil,fuel/packages/orm,fuel/packages/parser" />

Expand Down

0 comments on commit 66e2c00

Please sign in to comment.